public interface IOrganisationDataProvider
IOrganisationDataProvider allows to access Organisation of a COCKPIT project
for document generation. The IOrganisationDataProvider can be referenced directly within a
document template by its name organisationDataProvider.| Modifier and Type | Method and Description |
|---|---|
ICapabilityFolder |
findCapabilityFolder(java.lang.String path)
Searches for the capability folder item with the specified path.
|
IResourceFolder |
findResourceFolder(java.lang.String path)
Searches for the resource folder item with the specified path.
|
java.util.List<? extends ICapabilityFolder> |
getAllCapabilityFolders()
Returns all capability folder items of the project.
|
java.util.List<? extends ICapabilityFolder> |
getAllCapabilityFolders(int sortingCriterion)
Returns all capability folder items of the project.
|
java.util.List<? extends ICapabilityFolder> |
getAllCapabilityFolders(java.lang.String sortingProperty)
Returns all capability folder items of the project.
|
java.util.List<? extends ICapabilityFolder> |
getAllCapabilityFoldersForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all capability folder items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends ICapabilityFolder> |
getAllCapabilityFoldersWithCategory(java.lang.String categoryID)
Returns all capability folder items of the project that belong to the specified category.
|
java.util.List<? extends ICapabilityFolder> |
getAllCapabilityFoldersWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all capability folder items of the project that belong to the specified category.
|
java.util.List<? extends ICapabilityFolder> |
getAllCapabilityFoldersWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all capability folder items of the project that belong to the specified category.
|
java.util.List<? extends ICapabilityFolder> |
getAllCapabilityFoldersWithDefaultCategory()
Returns all capability folder items of the project that belong to the default category.
|
java.util.List<? extends ICapabilityFolder> |
getAllCapabilityFoldersWithDefaultCategory(int sortingCriterion)
Returns all capability folder items of the project that belong to the default category.
|
java.util.List<? extends ICapabilityFolder> |
getAllCapabilityFoldersWithDefaultCategory(java.lang.String sortingProperty)
Returns all capability folder items of the project that belong to the default category.
|
java.util.List<? extends ICapabilityNote> |
getAllCapabilityNotes(int sortingCriterion)
Returns all note items of the project.
|
java.util.List<? extends ICapabilityNote> |
getAllCapabilityNotes(java.lang.String sortingProperty)
Returns all note items of the project.
|
java.util.List<? extends ICapabilityNote> |
getAllCapabilityNotesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all note items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends ICapabilityNote> |
getAllCapabilityNotesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all note items of the project that belong to the specified category.
|
java.util.List<? extends ICapabilityNote> |
getAllCapabilityNotesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all note items of the project that belong to the specified category.
|
java.util.List<? extends ICapabilityNote> |
getAllCapabilityNotesWithDefaultCategory(int sortingCriterion)
Returns all note items of the project that belong to the default category.
|
java.util.List<? extends ICapabilityNote> |
getAllCapabilityNotesWithDefaultCategory(java.lang.String sortingProperty)
Returns all note items of the project that belong to the default category.
|
java.util.List<? extends ICapability> |
getAllCapabilitys()
Returns all capability items of the project.
|
java.util.List<? extends ICapability> |
getAllCapabilitys(int sortingCriterion)
Returns all capability items of the project.
|
java.util.List<? extends ICapability> |
getAllCapabilitys(java.lang.String sortingProperty)
Returns all capability items of the project.
|
java.util.List<? extends ICapability> |
getAllCapabilitysForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all capability items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends ICapability> |
getAllCapabilitysForModelElement(java.lang.String modelElementUID)
Returns all capability items of the project which are linked to the given model element.
|
java.util.List<? extends ICapability> |
getAllCapabilitysForModelElement(java.lang.String modelElementUID,
int sortingCriterion)
Returns all capability items of the project which are linked to the given model element.
|
java.util.List<? extends ICapability> |
getAllCapabilitysForModelElement(java.lang.String modelElementUID,
java.lang.String sortingProperty)
Returns all capability items of the project which are linked to the given model element.
|
java.util.List<? extends ICapability> |
getAllCapabilitysNotLinkedToAnyModelElement()
Returns all capability items of the project which are not linked to any model element.
|
java.util.List<? extends ICapability> |
getAllCapabilitysNotLinkedToAnyModelElement(int sortingCriterion)
Returns all capability items of the project which are not linked to any model element.
|
java.util.List<? extends ICapability> |
getAllCapabilitysNotLinkedToAnyModelElement(java.lang.String sortingProperty)
Returns all capability items of the project which are not linked to any model element.
|
java.util.List<? extends ICapability> |
getAllCapabilitysWithCategory(java.lang.String categoryID)
Returns all capability items of the project that belong to the specified category.
|
java.util.List<? extends ICapability> |
getAllCapabilitysWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all capability items of the project that belong to the specified category.
|
java.util.List<? extends ICapability> |
getAllCapabilitysWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all capability items of the project that belong to the specified category.
|
java.util.List<? extends ICapability> |
getAllCapabilitysWithDefaultCategory()
Returns all capability items of the project that belong to the default category.
|
java.util.List<? extends ICapability> |
getAllCapabilitysWithDefaultCategory(int sortingCriterion)
Returns all capability items of the project that belong to the default category.
|
java.util.List<? extends ICapability> |
getAllCapabilitysWithDefaultCategory(java.lang.String sortingProperty)
Returns all capability items of the project that belong to the default category.
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitys()
Returns all quantified capability items of the project.
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitys(int sortingCriterion)
Returns all quantified capability items of the project.
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitys(java.lang.String sortingProperty)
Returns all quantified capability items of the project.
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitysForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all quantified capability items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitysForModelElement(java.lang.String modelElementUID)
Returns all quantified capability items of the project which are linked to the given model element.
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitysForModelElement(java.lang.String modelElementUID,
int sortingCriterion)
Returns all quantified capability items of the project which are linked to the given model element.
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitysForModelElement(java.lang.String modelElementUID,
java.lang.String sortingProperty)
Returns all quantified capability items of the project which are linked to the given model element.
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitysNotLinkedToAnyModelElement()
Returns all quantified capability items of the project which are not linked to any model element.
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitysNotLinkedToAnyModelElement(int sortingCriterion)
Returns all quantified capability items of the project which are not linked to any model element.
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitysNotLinkedToAnyModelElement(java.lang.String sortingProperty)
Returns all quantified capability items of the project which are not linked to any model element.
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitysWithCategory(java.lang.String categoryID)
Returns all quantified capability items of the project that belong to the specified category.
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitysWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all quantified capability items of the project that belong to the specified category.
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitysWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all quantified capability items of the project that belong to the specified category.
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitysWithDefaultCategory()
Returns all quantified capability items of the project that belong to the default category.
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitysWithDefaultCategory(int sortingCriterion)
Returns all quantified capability items of the project that belong to the default category.
|
java.util.List<? extends IQuantifiedCapability> |
getAllQuantifiedCapabilitysWithDefaultCategory(java.lang.String sortingProperty)
Returns all quantified capability items of the project that belong to the default category.
|
java.util.List<? extends IResourceFolder> |
getAllResourceFolders()
Returns all resource folder items of the project.
|
java.util.List<? extends IResourceFolder> |
getAllResourceFolders(int sortingCriterion)
Returns all resource folder items of the project.
|
java.util.List<? extends IResourceFolder> |
getAllResourceFolders(java.lang.String sortingProperty)
Returns all resource folder items of the project.
|
java.util.List<? extends IResourceFolder> |
getAllResourceFoldersForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all resource folder items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IResourceFolder> |
getAllResourceFoldersWithCategory(java.lang.String categoryID)
Returns all resource folder items of the project that belong to the specified category.
|
java.util.List<? extends IResourceFolder> |
getAllResourceFoldersWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all resource folder items of the project that belong to the specified category.
|
java.util.List<? extends IResourceFolder> |
getAllResourceFoldersWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all resource folder items of the project that belong to the specified category.
|
java.util.List<? extends IResourceFolder> |
getAllResourceFoldersWithDefaultCategory()
Returns all resource folder items of the project that belong to the default category.
|
java.util.List<? extends IResourceFolder> |
getAllResourceFoldersWithDefaultCategory(int sortingCriterion)
Returns all resource folder items of the project that belong to the default category.
|
java.util.List<? extends IResourceFolder> |
getAllResourceFoldersWithDefaultCategory(java.lang.String sortingProperty)
Returns all resource folder items of the project that belong to the default category.
|
java.util.List<? extends IResourceNote> |
getAllResourceNotes(int sortingCriterion)
Returns all note items of the project.
|
java.util.List<? extends IResourceNote> |
getAllResourceNotes(java.lang.String sortingProperty)
Returns all note items of the project.
|
java.util.List<? extends IResourceNote> |
getAllResourceNotesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all note items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IResourceNote> |
getAllResourceNotesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all note items of the project that belong to the specified category.
|
java.util.List<? extends IResourceNote> |
getAllResourceNotesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all note items of the project that belong to the specified category.
|
java.util.List<? extends IResourceNote> |
getAllResourceNotesWithDefaultCategory(int sortingCriterion)
Returns all note items of the project that belong to the default category.
|
java.util.List<? extends IResourceNote> |
getAllResourceNotesWithDefaultCategory(java.lang.String sortingProperty)
Returns all note items of the project that belong to the default category.
|
java.util.List<? extends IResource> |
getAllResources()
Returns all resource items of the project.
|
java.util.List<? extends IResource> |
getAllResources(int sortingCriterion)
Returns all resource items of the project.
|
java.util.List<? extends IResource> |
getAllResources(java.lang.String sortingProperty)
Returns all resource items of the project.
|
java.util.List<? extends IResource> |
getAllResourcesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all resource items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IResource> |
getAllResourcesForModelElement(java.lang.String modelElementUID)
Returns all resource items of the project which are linked to the given model element.
|
java.util.List<? extends IResource> |
getAllResourcesForModelElement(java.lang.String modelElementUID,
int sortingCriterion)
Returns all resource items of the project which are linked to the given model element.
|
java.util.List<? extends IResource> |
getAllResourcesForModelElement(java.lang.String modelElementUID,
java.lang.String sortingProperty)
Returns all resource items of the project which are linked to the given model element.
|
java.util.List<? extends IResource> |
getAllResourcesNotLinkedToAnyModelElement()
Returns all resource items of the project which are not linked to any model element.
|
java.util.List<? extends IResource> |
getAllResourcesNotLinkedToAnyModelElement(int sortingCriterion)
Returns all resource items of the project which are not linked to any model element.
|
java.util.List<? extends IResource> |
getAllResourcesNotLinkedToAnyModelElement(java.lang.String sortingProperty)
Returns all resource items of the project which are not linked to any model element.
|
java.util.List<? extends IResource> |
getAllResourcesWithCategory(java.lang.String categoryID)
Returns all resource items of the project that belong to the specified category.
|
java.util.List<? extends IResource> |
getAllResourcesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all resource items of the project that belong to the specified category.
|
java.util.List<? extends IResource> |
getAllResourcesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all resource items of the project that belong to the specified category.
|
java.util.List<? extends IResource> |
getAllResourcesWithDefaultCategory()
Returns all resource items of the project that belong to the default category.
|
java.util.List<? extends IResource> |
getAllResourcesWithDefaultCategory(int sortingCriterion)
Returns all resource items of the project that belong to the default category.
|
java.util.List<? extends IResource> |
getAllResourcesWithDefaultCategory(java.lang.String sortingProperty)
Returns all resource items of the project that belong to the default category.
|
java.util.List<? extends ICapabilityFolder> |
getAllRootCapabilityFolders()
Returns all root capability folder items of the project.
|
java.util.List<? extends ICapabilityFolder> |
getAllRootCapabilityFolders(int sortingCriterion)
Returns all root capability folder items of the project.
|
java.util.List<? extends ICapabilityFolder> |
getAllRootCapabilityFolders(java.lang.String sortingProperty)
Returns all root capability folder items of the project.
|
java.util.List<? extends ICapabilityFolder> |
getAllRootCapabilityFoldersWithCategory(java.lang.String categoryID)
Returns all root capability folder items of the project that belong to the specified category.
|
java.util.List<? extends ICapabilityFolder> |
getAllRootCapabilityFoldersWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root capability folder items of the project that belong to the specified category.
|
java.util.List<? extends ICapabilityFolder> |
getAllRootCapabilityFoldersWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root capability folder items of the project that belong to the specified category.
|
java.util.List<? extends ICapabilityFolder> |
getAllRootCapabilityFoldersWithDefaultCategory()
Returns all root capability folder items of the project that belong to the default category.
|
java.util.List<? extends ICapabilityFolder> |
getAllRootCapabilityFoldersWithDefaultCategory(int sortingCriterion)
Returns all root capability folder items of the project that belong to the default category.
|
java.util.List<? extends ICapabilityFolder> |
getAllRootCapabilityFoldersWithDefaultCategory(java.lang.String sortingProperty)
Returns all root capability folder items of the project that belong to the default category.
|
java.util.List<? extends ICapability> |
getAllRootCapabilitys()
Returns all root capability items of the project.
|
java.util.List<? extends ICapability> |
getAllRootCapabilitys(int sortingCriterion)
Returns all root capability items of the project.
|
java.util.List<? extends ICapability> |
getAllRootCapabilitys(java.lang.String sortingProperty)
Returns all root capability items of the project.
|
java.util.List<? extends ICapability> |
getAllRootCapabilitysWithCategory(java.lang.String categoryID)
Returns all root capability items of the project that belong to the specified category.
|
java.util.List<? extends ICapability> |
getAllRootCapabilitysWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root capability items of the project that belong to the specified category.
|
java.util.List<? extends ICapability> |
getAllRootCapabilitysWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root capability items of the project that belong to the specified category.
|
java.util.List<? extends ICapability> |
getAllRootCapabilitysWithDefaultCategory()
Returns all root capability items of the project that belong to the default category.
|
java.util.List<? extends ICapability> |
getAllRootCapabilitysWithDefaultCategory(int sortingCriterion)
Returns all root capability items of the project that belong to the default category.
|
java.util.List<? extends ICapability> |
getAllRootCapabilitysWithDefaultCategory(java.lang.String sortingProperty)
Returns all root capability items of the project that belong to the default category.
|
java.util.List<? extends IResourceFolder> |
getAllRootResourceFolders()
Returns all root resource folder items of the project.
|
java.util.List<? extends IResourceFolder> |
getAllRootResourceFolders(int sortingCriterion)
Returns all root resource folder items of the project.
|
java.util.List<? extends IResourceFolder> |
getAllRootResourceFolders(java.lang.String sortingProperty)
Returns all root resource folder items of the project.
|
java.util.List<? extends IResourceFolder> |
getAllRootResourceFoldersWithCategory(java.lang.String categoryID)
Returns all root resource folder items of the project that belong to the specified category.
|
java.util.List<? extends IResourceFolder> |
getAllRootResourceFoldersWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root resource folder items of the project that belong to the specified category.
|
java.util.List<? extends IResourceFolder> |
getAllRootResourceFoldersWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root resource folder items of the project that belong to the specified category.
|
java.util.List<? extends IResourceFolder> |
getAllRootResourceFoldersWithDefaultCategory()
Returns all root resource folder items of the project that belong to the default category.
|
java.util.List<? extends IResourceFolder> |
getAllRootResourceFoldersWithDefaultCategory(int sortingCriterion)
Returns all root resource folder items of the project that belong to the default category.
|
java.util.List<? extends IResourceFolder> |
getAllRootResourceFoldersWithDefaultCategory(java.lang.String sortingProperty)
Returns all root resource folder items of the project that belong to the default category.
|
java.util.List<? extends IResource> |
getAllRootResources()
Returns all root resource items of the project.
|
java.util.List<? extends IResource> |
getAllRootResources(int sortingCriterion)
Returns all root resource items of the project.
|
java.util.List<? extends IResource> |
getAllRootResources(java.lang.String sortingProperty)
Returns all root resource items of the project.
|
java.util.List<? extends IResource> |
getAllRootResourcesWithCategory(java.lang.String categoryID)
Returns all root resource items of the project that belong to the specified category.
|
java.util.List<? extends IResource> |
getAllRootResourcesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root resource items of the project that belong to the specified category.
|
java.util.List<? extends IResource> |
getAllRootResourcesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root resource items of the project that belong to the specified category.
|
java.util.List<? extends IResource> |
getAllRootResourcesWithDefaultCategory()
Returns all root resource items of the project that belong to the default category.
|
java.util.List<? extends IResource> |
getAllRootResourcesWithDefaultCategory(int sortingCriterion)
Returns all root resource items of the project that belong to the default category.
|
java.util.List<? extends IResource> |
getAllRootResourcesWithDefaultCategory(java.lang.String sortingProperty)
Returns all root resource items of the project that belong to the default category.
|
java.util.List<java.lang.String> |
getKnownValuesForCapabilityNoteNoteType()
Returns the known values for the note-type of note items.
|
java.util.List<java.lang.String> |
getKnownValuesForResourceNoteNoteType()
Returns the known values for the note-type of note items.
|
int |
getSORT_CAPABILITY_BY_ID()
Constant for sorting capability items by id.
|
int |
getSORT_CAPABILITY_BY_IDANDNAME()
Constant for sorting capability items by id and name.
|
int |
getSORT_CAPABILITY_BY_NAME()
Constant for sorting capability items by name.
|
int |
getSORT_CAPABILITYFOLDER_BY_NAME()
Constant for sorting capability folder items by name.
|
int |
getSORT_CAPABILITYNOTE_BY_NOTETYPE()
Constant for sorting note items by note-type.
|
int |
getSORT_CAPABILITYNOTE_BY_OBJECTTYPENAME()
Constant for sorting note items by object type name.
|
int |
getSORT_QUANTIFIEDCAPABILITY_BY_ID()
Constant for sorting quantified capability items by id.
|
int |
getSORT_QUANTIFIEDCAPABILITY_BY_IDANDNAME()
Constant for sorting quantified capability items by id and name.
|
int |
getSORT_QUANTIFIEDCAPABILITY_BY_NAME()
Constant for sorting quantified capability items by name.
|
int |
getSORT_RESOURCE_BY_ID()
Constant for sorting resource items by id.
|
int |
getSORT_RESOURCE_BY_IDANDNAME()
Constant for sorting resource items by id and name.
|
int |
getSORT_RESOURCE_BY_NAME()
Constant for sorting resource items by name.
|
int |
getSORT_RESOURCEFOLDER_BY_NAME()
Constant for sorting resource folder items by name.
|
int |
getSORT_RESOURCENOTE_BY_NOTETYPE()
Constant for sorting note items by note-type.
|
int |
getSORT_RESOURCENOTE_BY_OBJECTTYPENAME()
Constant for sorting note items by object type name.
|
boolean |
hasCapabilitysForModelElement(java.lang.String modelElementUID)
Returns whether there are any capability items linked to the specified model element.
|
boolean |
hasQuantifiedCapabilitysForModelElement(java.lang.String modelElementUID)
Returns whether there are any quantified capability items linked to the specified model element.
|
boolean |
hasResourcesForModelElement(java.lang.String modelElementUID)
Returns whether there are any resource items linked to the specified model element.
|
int getSORT_RESOURCEFOLDER_BY_NAME()
int getSORT_RESOURCE_BY_ID()
int getSORT_RESOURCE_BY_NAME()
int getSORT_RESOURCE_BY_IDANDNAME()
int getSORT_RESOURCENOTE_BY_NOTETYPE()
int getSORT_RESOURCENOTE_BY_OBJECTTYPENAME()
int getSORT_CAPABILITYFOLDER_BY_NAME()
int getSORT_CAPABILITY_BY_ID()
int getSORT_CAPABILITY_BY_NAME()
int getSORT_CAPABILITY_BY_IDANDNAME()
int getSORT_CAPABILITYNOTE_BY_NOTETYPE()
int getSORT_CAPABILITYNOTE_BY_OBJECTTYPENAME()
int getSORT_QUANTIFIEDCAPABILITY_BY_ID()
int getSORT_QUANTIFIEDCAPABILITY_BY_NAME()
int getSORT_QUANTIFIEDCAPABILITY_BY_IDANDNAME()
java.util.List<? extends IResourceFolder> getAllResourceFolders()
java.util.List<? extends IResourceFolder> getAllResourceFolders(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResourceFolder> getAllResourceFolders(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IResourceFolder> getAllResourceFoldersWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IResourceFolder> getAllResourceFoldersWithCategory(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> getAllResourceFoldersWithCategory(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> getAllResourceFoldersWithDefaultCategory()
java.util.List<? extends IResourceFolder> getAllResourceFoldersWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResourceFolder> getAllResourceFoldersWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IResourceFolder> getAllRootResourceFolders()
java.util.List<? extends IResourceFolder> getAllRootResourceFolders(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResourceFolder> getAllRootResourceFolders(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IResourceFolder> getAllRootResourceFoldersWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IResourceFolder> getAllRootResourceFoldersWithCategory(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> getAllRootResourceFoldersWithCategory(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> getAllRootResourceFoldersWithDefaultCategory()
java.util.List<? extends IResourceFolder> getAllRootResourceFoldersWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResourceFolder> getAllRootResourceFoldersWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IResourceFolder> getAllResourceFoldersForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an resource folder is
only assigned to the history item for the commit of the last change of the
resource folder. This method does not allow to access old versions.
historyItem - history item identifying the last change of the resource folder itemsjava.util.List<? extends IResource> getAllResources()
java.util.List<? extends IResource> getAllResources(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResource> getAllResources(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IResource> getAllResourcesWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IResource> getAllResourcesWithCategory(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> getAllResourcesWithCategory(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> getAllResourcesWithDefaultCategory()
java.util.List<? extends IResource> getAllResourcesWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResource> getAllResourcesWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IResource> getAllRootResources()
java.util.List<? extends IResource> getAllRootResources(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResource> getAllRootResources(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IResource> getAllRootResourcesWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IResource> getAllRootResourcesWithCategory(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> getAllRootResourcesWithCategory(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> getAllRootResourcesWithDefaultCategory()
java.util.List<? extends IResource> getAllRootResourcesWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResource> getAllRootResourcesWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasResourcesForModelElement(java.lang.String modelElementUID)
modelElementUID - unique identifier of the model elementjava.util.List<? extends IResource> getAllResourcesForModelElement(java.lang.String modelElementUID)
modelElementUID - the uid of the model elementjava.util.List<? extends IResource> getAllResourcesForModelElement(java.lang.String modelElementUID, int sortingCriterion)
modelElementUID - the uid of the model elementsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResource> getAllResourcesForModelElement(java.lang.String modelElementUID, java.lang.String sortingProperty)
modelElementUID - the uid of the model elementsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IResource> getAllResourcesNotLinkedToAnyModelElement()
java.util.List<? extends IResource> getAllResourcesNotLinkedToAnyModelElement(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResource> getAllResourcesNotLinkedToAnyModelElement(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IResource> getAllResourcesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an resource is
only assigned to the history item for the commit of the last change of the
resource. This method does not allow to access old versions.
historyItem - history item identifying the last change of the resource itemsjava.util.List<? extends IResourceNote> getAllResourceNotes(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResourceNote> getAllResourceNotes(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IResourceNote> getAllResourceNotesWithCategory(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> getAllResourceNotesWithCategory(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> getAllResourceNotesWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IResourceNote> getAllResourceNotesWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IResourceNote> getAllResourceNotesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an note is
only assigned to the history item for the commit of the last change of the
note. This method does not allow to access old versions.
historyItem - history item identifying the last change of the note itemsjava.util.List<? extends ICapabilityFolder> getAllCapabilityFolders()
java.util.List<? extends ICapabilityFolder> getAllCapabilityFolders(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapabilityFolder> getAllCapabilityFolders(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICapabilityFolder> getAllCapabilityFoldersWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ICapabilityFolder> getAllCapabilityFoldersWithCategory(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> getAllCapabilityFoldersWithCategory(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> getAllCapabilityFoldersWithDefaultCategory()
java.util.List<? extends ICapabilityFolder> getAllCapabilityFoldersWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapabilityFolder> getAllCapabilityFoldersWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICapabilityFolder> getAllRootCapabilityFolders()
java.util.List<? extends ICapabilityFolder> getAllRootCapabilityFolders(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapabilityFolder> getAllRootCapabilityFolders(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICapabilityFolder> getAllRootCapabilityFoldersWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ICapabilityFolder> getAllRootCapabilityFoldersWithCategory(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> getAllRootCapabilityFoldersWithCategory(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> getAllRootCapabilityFoldersWithDefaultCategory()
java.util.List<? extends ICapabilityFolder> getAllRootCapabilityFoldersWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapabilityFolder> getAllRootCapabilityFoldersWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICapabilityFolder> getAllCapabilityFoldersForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an capability folder is
only assigned to the history item for the commit of the last change of the
capability folder. This method does not allow to access old versions.
historyItem - history item identifying the last change of the capability folder itemsjava.util.List<? extends ICapability> getAllCapabilitys()
java.util.List<? extends ICapability> getAllCapabilitys(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapability> getAllCapabilitys(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICapability> getAllCapabilitysWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ICapability> getAllCapabilitysWithCategory(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> getAllCapabilitysWithCategory(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> getAllCapabilitysWithDefaultCategory()
java.util.List<? extends ICapability> getAllCapabilitysWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapability> getAllCapabilitysWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICapability> getAllRootCapabilitys()
java.util.List<? extends ICapability> getAllRootCapabilitys(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapability> getAllRootCapabilitys(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICapability> getAllRootCapabilitysWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ICapability> getAllRootCapabilitysWithCategory(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> getAllRootCapabilitysWithCategory(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> getAllRootCapabilitysWithDefaultCategory()
java.util.List<? extends ICapability> getAllRootCapabilitysWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapability> getAllRootCapabilitysWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasCapabilitysForModelElement(java.lang.String modelElementUID)
modelElementUID - unique identifier of the model elementjava.util.List<? extends ICapability> getAllCapabilitysForModelElement(java.lang.String modelElementUID)
modelElementUID - the uid of the model elementjava.util.List<? extends ICapability> getAllCapabilitysForModelElement(java.lang.String modelElementUID, int sortingCriterion)
modelElementUID - the uid of the model elementsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapability> getAllCapabilitysForModelElement(java.lang.String modelElementUID, java.lang.String sortingProperty)
modelElementUID - the uid of the model elementsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICapability> getAllCapabilitysNotLinkedToAnyModelElement()
java.util.List<? extends ICapability> getAllCapabilitysNotLinkedToAnyModelElement(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapability> getAllCapabilitysNotLinkedToAnyModelElement(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICapability> getAllCapabilitysForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an capability is
only assigned to the history item for the commit of the last change of the
capability. This method does not allow to access old versions.
historyItem - history item identifying the last change of the capability itemsjava.util.List<? extends ICapabilityNote> getAllCapabilityNotes(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapabilityNote> getAllCapabilityNotes(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICapabilityNote> getAllCapabilityNotesWithCategory(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 ICapabilityNote> getAllCapabilityNotesWithCategory(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 ICapabilityNote> getAllCapabilityNotesWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICapabilityNote> getAllCapabilityNotesWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICapabilityNote> getAllCapabilityNotesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an note is
only assigned to the history item for the commit of the last change of the
note. This method does not allow to access old versions.
historyItem - history item identifying the last change of the note itemsjava.util.List<? extends IQuantifiedCapability> getAllQuantifiedCapabilitys()
java.util.List<? extends IQuantifiedCapability> getAllQuantifiedCapabilitys(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IQuantifiedCapability> getAllQuantifiedCapabilitys(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IQuantifiedCapability> getAllQuantifiedCapabilitysWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IQuantifiedCapability> getAllQuantifiedCapabilitysWithCategory(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> getAllQuantifiedCapabilitysWithCategory(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> getAllQuantifiedCapabilitysWithDefaultCategory()
java.util.List<? extends IQuantifiedCapability> getAllQuantifiedCapabilitysWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IQuantifiedCapability> getAllQuantifiedCapabilitysWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasQuantifiedCapabilitysForModelElement(java.lang.String modelElementUID)
modelElementUID - unique identifier of the model elementjava.util.List<? extends IQuantifiedCapability> getAllQuantifiedCapabilitysForModelElement(java.lang.String modelElementUID)
modelElementUID - the uid of the model elementjava.util.List<? extends IQuantifiedCapability> getAllQuantifiedCapabilitysForModelElement(java.lang.String modelElementUID, int sortingCriterion)
modelElementUID - the uid of the model elementsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IQuantifiedCapability> getAllQuantifiedCapabilitysForModelElement(java.lang.String modelElementUID, java.lang.String sortingProperty)
modelElementUID - the uid of the model elementsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IQuantifiedCapability> getAllQuantifiedCapabilitysNotLinkedToAnyModelElement()
java.util.List<? extends IQuantifiedCapability> getAllQuantifiedCapabilitysNotLinkedToAnyModelElement(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IQuantifiedCapability> getAllQuantifiedCapabilitysNotLinkedToAnyModelElement(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IQuantifiedCapability> getAllQuantifiedCapabilitysForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an quantified capability is
only assigned to the history item for the commit of the last change of the
quantified capability. This method does not allow to access old versions.
historyItem - history item identifying the last change of the quantified capability itemsIResourceFolder findResourceFolder(java.lang.String path)
path - the pathICapabilityFolder findCapabilityFolder(java.lang.String path)
path - the pathjava.util.List<java.lang.String> getKnownValuesForResourceNoteNoteType()
java.util.List<java.lang.String> getKnownValuesForCapabilityNoteNoteType()