public interface ICapabilityFolder
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
ICapabilityFolder object allows to read attribute values of a capability folder
as well as accessing child items and related items.
Item type constant: "gm.organisationmodule.capabilityFolder"| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ICapability> |
getCapabilityChildren()
Returns the capability children.
|
java.util.List<? extends ICapability> |
getCapabilityChildren(int sortingCriterion)
Returns the capability children.
|
java.util.List<? extends ICapability> |
getCapabilityChildren(java.lang.String sortingProperty)
Returns the capability children.
|
java.util.List<? extends ICapability> |
getCapabilityChildrenWithCategory(java.lang.String categoryID)
Returns the capability children that belong to the specified category.
|
java.util.List<? extends ICapability> |
getCapabilityChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the capability children that belong to the specified category.
|
java.util.List<? extends ICapability> |
getCapabilityChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the capability children that belong to the specified category.
|
java.util.List<? extends ICapability> |
getCapabilityChildrenWithDefaultCategory()
Returns the capability children that belong to the default category.
|
java.util.List<? extends ICapability> |
getCapabilityChildrenWithDefaultCategory(int sortingCriterion)
Returns the capability children that belong to the default category.
|
java.util.List<? extends ICapability> |
getCapabilityChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the capability children that belong to the default category.
|
java.util.List<? extends ICapabilityFolder> |
getCapabilityFolderChildren()
Returns the capability folder children.
|
java.util.List<? extends ICapabilityFolder> |
getCapabilityFolderChildren(int sortingCriterion)
Returns the capability folder children.
|
java.util.List<? extends ICapabilityFolder> |
getCapabilityFolderChildren(java.lang.String sortingProperty)
Returns the capability folder children.
|
java.util.List<? extends ICapabilityFolder> |
getCapabilityFolderChildrenWithCategory(java.lang.String categoryID)
Returns the capability folder children that belong to the specified category.
|
java.util.List<? extends ICapabilityFolder> |
getCapabilityFolderChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the capability folder children that belong to the specified category.
|
java.util.List<? extends ICapabilityFolder> |
getCapabilityFolderChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the capability folder children that belong to the specified category.
|
java.util.List<? extends ICapabilityFolder> |
getCapabilityFolderChildrenWithDefaultCategory()
Returns the capability folder children that belong to the default category.
|
java.util.List<? extends ICapabilityFolder> |
getCapabilityFolderChildrenWithDefaultCategory(int sortingCriterion)
Returns the capability folder children that belong to the default category.
|
java.util.List<? extends ICapabilityFolder> |
getCapabilityFolderChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the capability folder children that belong to the default category.
|
java.lang.String |
getCapabilityIDPrefix()
Returns the id prefix for new capability child items.
|
java.util.List<java.lang.String> |
getDescription()
Returns the description of the capability folder.
|
java.lang.String |
getName()
Returns the name of the capability folder.
|
ICapabilityFolder |
getParentCapabilityFolder()
Returns the parent capability folder.
|
boolean |
hasCapabilityChildren()
Returns whether this capability folder has children of type capability.
|
boolean |
hasCapabilityFolderChildren()
Returns whether this capability folder has children of type capability folder.
|
boolean |
hasCapabilityFolderParent()
Returns whether this capability folder has a parent of type capability folder.
|
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, getCommitVersions, getCreationDate_MilliSecondsSince_01_01_1970, getCreationDate, getCreator, getDateOfLastModification_MilliSecondsSince_01_01_1970, getDateOfLastModification, getDisplayName, getLastModifier, getLinkForShow, getModificationCount, getProjectUniqueIdentifier, getTypeID, getTypeName, toRecordjava.lang.String getName()
java.util.List<java.lang.String> getDescription()
java.lang.String getCapabilityIDPrefix()
boolean hasCapabilityFolderParent()
ICapabilityFolder getParentCapabilityFolder()
boolean hasCapabilityFolderChildren()
java.util.List<? extends ICapabilityFolder> getCapabilityFolderChildren()
java.util.List<? extends ICapabilityFolder> getCapabilityFolderChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapabilityFolder> getCapabilityFolderChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICapabilityFolder> getCapabilityFolderChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ICapabilityFolder> getCapabilityFolderChildrenWithCategory(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 ICapabilityFolder> getCapabilityFolderChildrenWithCategory(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 ICapabilityFolder> getCapabilityFolderChildrenWithDefaultCategory()
java.util.List<? extends ICapabilityFolder> getCapabilityFolderChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapabilityFolder> getCapabilityFolderChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasCapabilityChildren()
java.util.List<? extends ICapability> getCapabilityChildren()
java.util.List<? extends ICapability> getCapabilityChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapability> getCapabilityChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICapability> getCapabilityChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ICapability> getCapabilityChildrenWithCategory(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 ICapability> getCapabilityChildrenWithCategory(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 ICapability> getCapabilityChildrenWithDefaultCategory()
java.util.List<? extends ICapability> getCapabilityChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapability> getCapabilityChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting