Objet HistoryFields

In IBM Rational ClearQuest, an entity may have history information associated with it. Each record has a history field, and this field can have multiple history entries. Chaque entrée d'historique est une ligne de texte décrivant la modification. Tous les objets d'historique sont en lecture seule, car les entrées d'historique d'un enregistrement de données sont créées automatiquement par IBM Rational ClearQuest.

The HistoryFields object is the container object for all of the other objects. Il représente tous les champs d'historique associés à un enregistrement. Un seul objet HistoryFields peut être associé à un enregistrement. Cet objet contient un ou plusieurs objets HistoryField.

The HistoryFields object's property and methods tell you how many items are in the collection and let you retrieve individual items. You cannot add, remove, or modify the items.

Every Entity Object has exactly one HistoryFields object. You cannot create a new HistoryFields object. However, you can retrieve the pre-existing HistoryFields object from a given Entity object by invoking Entity's HistoryFields method.


Commentaires