public interface IResource
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
IResource object allows to read attribute values of a resource
as well as accessing child items and related items.
Item type constant: "gm.organisationmodule.resource"| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ICapability> |
getCapabilitiess()
Returns the capabilities items.
|
java.util.List<? extends ICapability> |
getCapabilitiess(int sortingCriterion)
Returns the capabilities items.
|
java.util.List<? extends ICapability> |
getCapabilitiess(java.lang.String sortingProperty)
Returns the capabilities items.
|
java.util.List<? extends ICapability> |
getCapabilitiessWithCategory(java.lang.String categoryID)
Returns the capabilities items that belong to the specified category.
|
java.util.List<? extends ICapability> |
getCapabilitiessWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the capabilities items that belong to the specified category.
|
java.util.List<? extends ICapability> |
getCapabilitiessWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the capabilities items that belong to the specified category.
|
java.util.List<? extends ICapability> |
getCapabilitiessWithDefaultCategory()
Returns the capabilities items that belong to the default category.
|
java.util.List<? extends ICapability> |
getCapabilitiessWithDefaultCategory(int sortingCriterion)
Returns the capabilities items that belong to the default category.
|
java.util.List<? extends ICapability> |
getCapabilitiessWithDefaultCategory(java.lang.String sortingProperty)
Returns the capabilities items that belong to the default category.
|
java.util.List<java.lang.String> |
getDescription()
Returns the description of the resource.
|
java.lang.String |
getID()
Returns the id of the resource.
|
java.lang.String |
getIDandName()
Returns the id and name of the resource.
|
java.lang.String |
getName()
Returns the name of the resource.
|
IResourceFolder |
getParentResourceFolder()
Returns the parent resource folder.
|
java.util.List<? extends IQuantifiedCapability> |
getQuantifiedCapabilitiess()
Returns the quantified capabilities items.
|
java.util.List<? extends IQuantifiedCapability> |
getQuantifiedCapabilitiess(int sortingCriterion)
Returns the quantified capabilities items.
|
java.util.List<? extends IQuantifiedCapability> |
getQuantifiedCapabilitiess(java.lang.String sortingProperty)
Returns the quantified capabilities items.
|
java.util.List<? extends IQuantifiedCapability> |
getQuantifiedCapabilitiessWithCategory(java.lang.String categoryID)
Returns the quantified capabilities items that belong to the specified category.
|
java.util.List<? extends IQuantifiedCapability> |
getQuantifiedCapabilitiessWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the quantified capabilities items that belong to the specified category.
|
java.util.List<? extends IQuantifiedCapability> |
getQuantifiedCapabilitiessWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the quantified capabilities items that belong to the specified category.
|
java.util.List<? extends IQuantifiedCapability> |
getQuantifiedCapabilitiessWithDefaultCategory()
Returns the quantified capabilities items that belong to the default category.
|
java.util.List<? extends IQuantifiedCapability> |
getQuantifiedCapabilitiessWithDefaultCategory(int sortingCriterion)
Returns the quantified capabilities items that belong to the default category.
|
java.util.List<? extends IQuantifiedCapability> |
getQuantifiedCapabilitiessWithDefaultCategory(java.lang.String sortingProperty)
Returns the quantified capabilities items that belong to the default category.
|
java.util.List<? extends IResourceNote> |
getResourceNoteChildren()
Returns the note children.
|
java.util.List<? extends IResourceNote> |
getResourceNoteChildren(int sortingCriterion)
Returns the note children.
|
java.util.List<? extends IResourceNote> |
getResourceNoteChildren(java.lang.String sortingProperty)
Returns the note children.
|
java.util.List<? extends IResourceNote> |
getResourceNoteChildrenWithCategory(java.lang.String categoryID)
Returns the note children that belong to the specified category.
|
java.util.List<? extends IResourceNote> |
getResourceNoteChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the note children that belong to the specified category.
|
java.util.List<? extends IResourceNote> |
getResourceNoteChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the note children that belong to the specified category.
|
java.util.List<? extends IResourceNote> |
getResourceNoteChildrenWithDefaultCategory()
Returns the note children that belong to the default category.
|
java.util.List<? extends IResourceNote> |
getResourceNoteChildrenWithDefaultCategory(int sortingCriterion)
Returns the note children that belong to the default category.
|
java.util.List<? extends IResourceNote> |
getResourceNoteChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the note children that belong to the default category.
|
boolean |
hasResourceFolderParent()
Returns whether this resource has a parent of type resource folder.
|
boolean |
hasResourceNoteChildren()
Returns whether this resource has children of type note.
|
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 getID()
java.lang.String getName()
java.util.List<java.lang.String> getDescription()
java.lang.String getIDandName()
boolean hasResourceFolderParent()
IResourceFolder getParentResourceFolder()
boolean hasResourceNoteChildren()
java.util.List<? extends IResourceNote> getResourceNoteChildren()
java.util.List<? extends IResourceNote> getResourceNoteChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResourceNote> getResourceNoteChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IResourceNote> getResourceNoteChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IResourceNote> getResourceNoteChildrenWithCategory(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 IResourceNote> getResourceNoteChildrenWithCategory(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 IResourceNote> getResourceNoteChildrenWithDefaultCategory()
java.util.List<? extends IResourceNote> getResourceNoteChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResourceNote> getResourceNoteChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICapability> getCapabilitiess()
java.util.List<? extends ICapability> getCapabilitiess(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapability> getCapabilitiess(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICapability> getCapabilitiessWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ICapability> getCapabilitiessWithCategory(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> getCapabilitiessWithCategory(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> getCapabilitiessWithDefaultCategory()
java.util.List<? extends ICapability> getCapabilitiessWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapability> getCapabilitiessWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IQuantifiedCapability> getQuantifiedCapabilitiess()
java.util.List<? extends IQuantifiedCapability> getQuantifiedCapabilitiess(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IQuantifiedCapability> getQuantifiedCapabilitiess(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IQuantifiedCapability> getQuantifiedCapabilitiessWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IQuantifiedCapability> getQuantifiedCapabilitiessWithCategory(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 IQuantifiedCapability> getQuantifiedCapabilitiessWithCategory(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 IQuantifiedCapability> getQuantifiedCapabilitiessWithDefaultCategory()
java.util.List<? extends IQuantifiedCapability> getQuantifiedCapabilitiessWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IQuantifiedCapability> getQuantifiedCapabilitiessWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting