public interface IDomainVersion
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
IDomainVersion object allows to read attribute values of a domain version
as well as accessing child items and related items.
Item type constant: "gm.changedocumentationmodule.domainVersion"| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBugfixCounterMicro()
Returns the bugfix counter (micro) of the domain version.
|
java.lang.String |
getCompatibilityCounterMajor()
Returns the compatibility counter (major) of the domain version.
|
java.lang.String |
getFeatureCounterMinor()
Returns the feature counter (minor) of the domain version.
|
IDomain |
getParentDomain()
Returns the parent domain.
|
java.lang.String |
getVersion()
Returns the version of the domain version.
|
boolean |
hasDomainParent()
Returns whether this domain version has a parent of type domain.
|
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 getCompatibilityCounterMajor()
java.lang.String getFeatureCounterMinor()
java.lang.String getBugfixCounterMicro()
java.lang.String getVersion()
boolean hasDomainParent()
IDomain getParentDomain()