public interface ITypeofPublication
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
ITypeofPublication object allows to read attribute values of a type of publication
as well as accessing child items and related items.
Item type constant: "gm.changedocumentationmodule.publicationType"| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getID()
Returns the id of the type of publication.
|
java.lang.String |
getIDandName()
Returns the id and name of the type of publication.
|
java.lang.String |
getName()
Returns the name of the type of publication.
|
IDomain |
getParentDomain()
Returns the parent domain.
|
java.util.List<? extends IPublication> |
getPublications()
Returns the publication items.
|
java.util.List<? extends IPublication> |
getPublications(int sortingCriterion)
Returns the publication items.
|
java.util.List<? extends IPublication> |
getPublications(java.lang.String sortingProperty)
Returns the publication items.
|
java.util.List<? extends IPublication> |
getPublicationsWithCategory(java.lang.String categoryID)
Returns the publication items that belong to the specified category.
|
java.util.List<? extends IPublication> |
getPublicationsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the publication items that belong to the specified category.
|
java.util.List<? extends IPublication> |
getPublicationsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the publication items that belong to the specified category.
|
java.util.List<? extends IPublication> |
getPublicationsWithDefaultCategory()
Returns the publication items that belong to the default category.
|
java.util.List<? extends IPublication> |
getPublicationsWithDefaultCategory(int sortingCriterion)
Returns the publication items that belong to the default category.
|
java.util.List<? extends IPublication> |
getPublicationsWithDefaultCategory(java.lang.String sortingProperty)
Returns the publication items that belong to the default category.
|
boolean |
hasDomainParent()
Returns whether this type of publication 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 getID()
java.lang.String getName()
java.lang.String getIDandName()
boolean hasDomainParent()
IDomain getParentDomain()
java.util.List<? extends IPublication> getPublications()
java.util.List<? extends IPublication> getPublications(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublication> getPublications(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPublication> getPublicationsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IPublication> getPublicationsWithCategory(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 IPublication> getPublicationsWithCategory(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 IPublication> getPublicationsWithDefaultCategory()
java.util.List<? extends IPublication> getPublicationsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublication> getPublicationsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting