public interface IResourceFolder
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
IResourceFolder object allows to read attribute values of a resource folder
as well as accessing child items and related items.
Item type constant: "gm.organisationmodule.resourceFolder"| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getDescription()
Returns the description of the resource folder.
|
java.lang.String |
getName()
Returns the name of the resource folder.
|
IResourceFolder |
getParentResourceFolder()
Returns the parent resource folder.
|
java.util.List<? extends IResource> |
getResourceChildren()
Returns the resource children.
|
java.util.List<? extends IResource> |
getResourceChildren(int sortingCriterion)
Returns the resource children.
|
java.util.List<? extends IResource> |
getResourceChildren(java.lang.String sortingProperty)
Returns the resource children.
|
java.util.List<? extends IResource> |
getResourceChildrenWithCategory(java.lang.String categoryID)
Returns the resource children that belong to the specified category.
|
java.util.List<? extends IResource> |
getResourceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the resource children that belong to the specified category.
|
java.util.List<? extends IResource> |
getResourceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the resource children that belong to the specified category.
|
java.util.List<? extends IResource> |
getResourceChildrenWithDefaultCategory()
Returns the resource children that belong to the default category.
|
java.util.List<? extends IResource> |
getResourceChildrenWithDefaultCategory(int sortingCriterion)
Returns the resource children that belong to the default category.
|
java.util.List<? extends IResource> |
getResourceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the resource children that belong to the default category.
|
java.util.List<? extends IResourceFolder> |
getResourceFolderChildren()
Returns the resource folder children.
|
java.util.List<? extends IResourceFolder> |
getResourceFolderChildren(int sortingCriterion)
Returns the resource folder children.
|
java.util.List<? extends IResourceFolder> |
getResourceFolderChildren(java.lang.String sortingProperty)
Returns the resource folder children.
|
java.util.List<? extends IResourceFolder> |
getResourceFolderChildrenWithCategory(java.lang.String categoryID)
Returns the resource folder children that belong to the specified category.
|
java.util.List<? extends IResourceFolder> |
getResourceFolderChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the resource folder children that belong to the specified category.
|
java.util.List<? extends IResourceFolder> |
getResourceFolderChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the resource folder children that belong to the specified category.
|
java.util.List<? extends IResourceFolder> |
getResourceFolderChildrenWithDefaultCategory()
Returns the resource folder children that belong to the default category.
|
java.util.List<? extends IResourceFolder> |
getResourceFolderChildrenWithDefaultCategory(int sortingCriterion)
Returns the resource folder children that belong to the default category.
|
java.util.List<? extends IResourceFolder> |
getResourceFolderChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the resource folder children that belong to the default category.
|
java.lang.String |
getResourceIDPrefix()
Returns the id prefix for new resource child items.
|
boolean |
hasResourceChildren()
Returns whether this resource folder has children of type resource.
|
boolean |
hasResourceFolderChildren()
Returns whether this resource folder has children of type resource folder.
|
boolean |
hasResourceFolderParent()
Returns whether this resource folder has a parent of type resource 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 getResourceIDPrefix()
boolean hasResourceFolderParent()
IResourceFolder getParentResourceFolder()
boolean hasResourceFolderChildren()
java.util.List<? extends IResourceFolder> getResourceFolderChildren()
java.util.List<? extends IResourceFolder> getResourceFolderChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResourceFolder> getResourceFolderChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IResourceFolder> getResourceFolderChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IResourceFolder> getResourceFolderChildrenWithCategory(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 IResourceFolder> getResourceFolderChildrenWithCategory(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 IResourceFolder> getResourceFolderChildrenWithDefaultCategory()
java.util.List<? extends IResourceFolder> getResourceFolderChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResourceFolder> getResourceFolderChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasResourceChildren()
java.util.List<? extends IResource> getResourceChildren()
java.util.List<? extends IResource> getResourceChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResource> getResourceChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IResource> getResourceChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IResource> getResourceChildrenWithCategory(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 IResource> getResourceChildrenWithCategory(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 IResource> getResourceChildrenWithDefaultCategory()
java.util.List<? extends IResource> getResourceChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResource> getResourceChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting