public interface IVersion
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
IVersion object allows to read attribute values of a version
as well as accessing child items and related items.
Item type constant: "gm.changedocumentationmodule.version"| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IApproval> |
getApprovalChildren()
Returns the approval children.
|
java.util.List<? extends IApproval> |
getApprovalChildren(int sortingCriterion)
Returns the approval children.
|
java.util.List<? extends IApproval> |
getApprovalChildren(java.lang.String sortingProperty)
Returns the approval children.
|
java.util.List<? extends IApproval> |
getApprovalChildrenWithCategory(java.lang.String categoryID)
Returns the approval children that belong to the specified category.
|
java.util.List<? extends IApproval> |
getApprovalChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the approval children that belong to the specified category.
|
java.util.List<? extends IApproval> |
getApprovalChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the approval children that belong to the specified category.
|
java.util.List<? extends IApproval> |
getApprovalChildrenWithDefaultCategory()
Returns the approval children that belong to the default category.
|
java.util.List<? extends IApproval> |
getApprovalChildrenWithDefaultCategory(int sortingCriterion)
Returns the approval children that belong to the default category.
|
java.util.List<? extends IApproval> |
getApprovalChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the approval children that belong to the default category.
|
java.util.List<? extends ICoordination> |
getCoordinationChildren()
Returns the coordination children.
|
java.util.List<? extends ICoordination> |
getCoordinationChildren(int sortingCriterion)
Returns the coordination children.
|
java.util.List<? extends ICoordination> |
getCoordinationChildren(java.lang.String sortingProperty)
Returns the coordination children.
|
java.util.List<? extends ICoordination> |
getCoordinationChildrenWithCategory(java.lang.String categoryID)
Returns the coordination children that belong to the specified category.
|
java.util.List<? extends ICoordination> |
getCoordinationChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the coordination children that belong to the specified category.
|
java.util.List<? extends ICoordination> |
getCoordinationChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the coordination children that belong to the specified category.
|
java.util.List<? extends ICoordination> |
getCoordinationChildrenWithDefaultCategory()
Returns the coordination children that belong to the default category.
|
java.util.List<? extends ICoordination> |
getCoordinationChildrenWithDefaultCategory(int sortingCriterion)
Returns the coordination children that belong to the default category.
|
java.util.List<? extends ICoordination> |
getCoordinationChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the coordination children that belong to the default category.
|
java.lang.String |
getName()
Returns the name of the version.
|
IPublication |
getParentPublication()
Returns the parent publication.
|
java.util.List<? extends IChange> |
getReferredIncludess()
Returns the referred includes items.
|
java.util.List<? extends IChange> |
getReferredIncludess(int sortingCriterion)
Returns the referred includes items.
|
java.util.List<? extends IChange> |
getReferredIncludess(java.lang.String sortingProperty)
Returns the referred includes items.
|
java.util.List<? extends IChange> |
getReferredIncludessWithCategory(java.lang.String categoryID)
Returns the referred includes items that belong to the specified category.
|
java.util.List<? extends IChange> |
getReferredIncludessWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the referred includes items that belong to the specified category.
|
java.util.List<? extends IChange> |
getReferredIncludessWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the referred includes items that belong to the specified category.
|
java.util.List<? extends IChange> |
getReferredIncludessWithDefaultCategory()
Returns the referred includes items that belong to the default category.
|
java.util.List<? extends IChange> |
getReferredIncludessWithDefaultCategory(int sortingCriterion)
Returns the referred includes items that belong to the default category.
|
java.util.List<? extends IChange> |
getReferredIncludessWithDefaultCategory(java.lang.String sortingProperty)
Returns the referred includes items that belong to the default category.
|
boolean |
hasApprovalChildren()
Returns whether this version has children of type approval.
|
boolean |
hasCoordinationChildren()
Returns whether this version has children of type coordination.
|
boolean |
hasPublicationParent()
Returns whether this version has a parent of type publication.
|
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 getName()
boolean hasPublicationParent()
IPublication getParentPublication()
boolean hasCoordinationChildren()
java.util.List<? extends ICoordination> getCoordinationChildren()
java.util.List<? extends ICoordination> getCoordinationChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICoordination> getCoordinationChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICoordination> getCoordinationChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ICoordination> getCoordinationChildrenWithCategory(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 ICoordination> getCoordinationChildrenWithCategory(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 ICoordination> getCoordinationChildrenWithDefaultCategory()
java.util.List<? extends ICoordination> getCoordinationChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICoordination> getCoordinationChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasApprovalChildren()
java.util.List<? extends IApproval> getApprovalChildren()
java.util.List<? extends IApproval> getApprovalChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IApproval> getApprovalChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IApproval> getApprovalChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IApproval> getApprovalChildrenWithCategory(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 IApproval> getApprovalChildrenWithCategory(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 IApproval> getApprovalChildrenWithDefaultCategory()
java.util.List<? extends IApproval> getApprovalChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IApproval> getApprovalChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChange> getReferredIncludess()
java.util.List<? extends IChange> getReferredIncludess(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChange> getReferredIncludess(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChange> getReferredIncludessWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IChange> getReferredIncludessWithCategory(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 IChange> getReferredIncludessWithCategory(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 IChange> getReferredIncludessWithDefaultCategory()
java.util.List<? extends IChange> getReferredIncludessWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChange> getReferredIncludessWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting