public interface IChange
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
IChange object allows to read attribute values of a change
as well as accessing child items and related items.
Item type constant: "gm.changedocumentationmodule.change"| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IChangeNote> |
getChangeNoteChildren()
Returns the note children.
|
java.util.List<? extends IChangeNote> |
getChangeNoteChildren(int sortingCriterion)
Returns the note children.
|
java.util.List<? extends IChangeNote> |
getChangeNoteChildren(java.lang.String sortingProperty)
Returns the note children.
|
java.util.List<? extends IChangeNote> |
getChangeNoteChildrenWithCategory(java.lang.String categoryID)
Returns the note children that belong to the specified category.
|
java.util.List<? extends IChangeNote> |
getChangeNoteChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the note children that belong to the specified category.
|
java.util.List<? extends IChangeNote> |
getChangeNoteChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the note children that belong to the specified category.
|
java.util.List<? extends IChangeNote> |
getChangeNoteChildrenWithDefaultCategory()
Returns the note children that belong to the default category.
|
java.util.List<? extends IChangeNote> |
getChangeNoteChildrenWithDefaultCategory(int sortingCriterion)
Returns the note children that belong to the default category.
|
java.util.List<? extends IChangeNote> |
getChangeNoteChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the note children that belong to the default category.
|
java.util.List<java.lang.String> |
getDescription()
Returns the description of the change.
|
java.lang.String |
getEditor()
Returns the editor of the change.
|
java.lang.String |
getID()
Returns the id of the change.
|
java.lang.String |
getIDandName()
Returns the id and name of the change.
|
java.lang.String |
getName()
Returns the name of the change.
|
IChangeSet |
getParentChangeSet()
Returns the parent change set.
|
java.util.List<? extends IVersion> |
getUsedins()
Returns the used in items.
|
java.util.List<? extends IVersion> |
getUsedins(int sortingCriterion)
Returns the used in items.
|
java.util.List<? extends IVersion> |
getUsedins(java.lang.String sortingProperty)
Returns the used in items.
|
java.util.List<? extends IVersion> |
getUsedinsWithCategory(java.lang.String categoryID)
Returns the used in items that belong to the specified category.
|
java.util.List<? extends IVersion> |
getUsedinsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the used in items that belong to the specified category.
|
java.util.List<? extends IVersion> |
getUsedinsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the used in items that belong to the specified category.
|
java.util.List<? extends IVersion> |
getUsedinsWithDefaultCategory()
Returns the used in items that belong to the default category.
|
java.util.List<? extends IVersion> |
getUsedinsWithDefaultCategory(int sortingCriterion)
Returns the used in items that belong to the default category.
|
java.util.List<? extends IVersion> |
getUsedinsWithDefaultCategory(java.lang.String sortingProperty)
Returns the used in items that belong to the default category.
|
boolean |
hasChangeNoteChildren()
Returns whether this change has children of type note.
|
boolean |
hasChangeSetParent()
Returns whether this change has a parent of type change set.
|
getAncestorObjects, getAttribute_asParagraphList, getAttribute_asSingleLine, getAttribute_asTimestamp_MilliSecondsSince_01_01_1970, getAttribute, getChildObjects, getChildObjects, getChildObjectsOfTypeRank, getChildObjectsWithCategory, getChildObjectsWithCategory, getChildObjectsWithDefaultCategory, getChildObjectsWithDefaultCategory, getChildrenIDPrefix, getLinkedModelElements, getObjectType, getParentObject, getRelatedLOObjects, getRelatedLOObjects, getRelatedLOObjectsWithCategory, getRelatedLOObjectsWithCategory, getRelatedLOObjectsWithDefaultCategory, getRelatedLOObjectsWithDefaultCategory, getRelatedMDObjects, getRelatedMDObjects, getRelatedMDObjectsWithCategory, getRelatedMDObjectsWithCategory, getRelatedMDObjectsWithDefaultCategory, getRelatedMDObjectsWithDefaultCategory, getUniqueIdentifier, isLinkedToAnyModelElement, toRecordgetEMFFile, getImage, getPNGFile, getSVGFile, getWMFFilegetCategoryID, getCategoryLabel, getDateTimeProperty_MilliSecondsSince_01_01_1970, getFileProperty, getFileProperty, getFilePropertyAsBase64StringList, getFilePropertyAsFileName, getFilePropertyAsFileName, getFilePropertyAsRawStringList, getFilePropertyAsStringList, getPropertyAsString, getPropertyAsStringArray, getPropertyAsStringList, hasCustomPropertyValues, hasDefaultCategory, hasPropertyValue, readImageInfoOfFilePropertygetCommitVersion, getCreationDate_MilliSecondsSince_01_01_1970, getCreationDate, getCreator, getDateOfLastModification_MilliSecondsSince_01_01_1970, getDateOfLastModification, getDisplayName, getLastModifier, getLinkForShow, getModificationCount, getProjectUniqueIdentifier, getTypeID, getTypeName, toRecordjava.lang.String getID()
java.lang.String getName()
java.util.List<java.lang.String> getDescription()
java.lang.String getEditor()
java.lang.String getIDandName()
boolean hasChangeSetParent()
IChangeSet getParentChangeSet()
boolean hasChangeNoteChildren()
java.util.List<? extends IChangeNote> getChangeNoteChildren()
java.util.List<? extends IChangeNote> getChangeNoteChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChangeNote> getChangeNoteChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChangeNote> getChangeNoteChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IChangeNote> getChangeNoteChildrenWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChangeNote> getChangeNoteChildrenWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChangeNote> getChangeNoteChildrenWithDefaultCategory()
java.util.List<? extends IChangeNote> getChangeNoteChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChangeNote> getChangeNoteChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IVersion> getUsedins()
java.util.List<? extends IVersion> getUsedins(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IVersion> getUsedins(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IVersion> getUsedinsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IVersion> getUsedinsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IVersion> getUsedinsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IVersion> getUsedinsWithDefaultCategory()
java.util.List<? extends IVersion> getUsedinsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IVersion> getUsedinsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting