Model
WITH-entry.
Parameters:
- Ref - a reference value identifying the object.
Fields:
- Self - a reference value referring to the object itself.
- Name - the name of the object.
- ProjectRef - refers to the project containing the object; refer to the Project subentry for more information.
- LockedByRef - refers to the user who holds a lock on the object; refer to the LockedBy subentry for more information.
- DocumentRef - refers to the associated model document; refer to the Document subentry for more information.
- LastRevisionNr - a text value indicating the most recently dispensed revision number.
- CurrentRevisionRef - refers to the current revision; refer to the CurrentModelRevision subentry for more information.
- EditRevisionRef - refers to the in-development revision; refer to the InDevelopmentModelRevision subentry for more information.
- AcceptedRevisionRef - refers to the revision that is marked as accepted; refer to the AcceptedModelRevision subentry for more information.
- PublishedRevisionRef - refers to the revision that is marked as published; refer to the subentry PublishedModelRevision for more information.
- Description - the description of the object.
- Limbo - a '0' indicates an available object, a '1' indicates that the object is marked for deletion.
WITH-Subentries:
- Project - the project containing the object.
- LockedBy - the user holding a lock on the object.
- CurrentModelRevision - the current revision of the object.
- InDevelopmentModelRevision - the revision currently being developed.
- AcceptedModelRevision - the revision that has been marked as accepted.
- PublishedModelRevision - the revision that has been marked as published.
- Document - the model document of this model.
FORALL-Subentries:
- ModelRevisions - the revisions of this object.
- Characteristics - the characteristics attached to this object.
- Labels - the labels that this object holds - i.e., that are assigned to one of its revisions.
- ImportedBy - The ActionRuns that represent actions that imported this object.
- ExportedBy - The ActionRuns that represent actions that exported this object.