| Modifier and Type | Method and Description |
|---|---|
IResource |
IResourceNote.getParentResource()
Returns the parent resource.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IResource> |
IOrganisationDataProvider.getAllResources()
Returns all resource items of the project.
|
java.util.List<? extends IResource> |
IOrganisationDataProvider.getAllResources(int sortingCriterion)
Returns all resource items of the project.
|
java.util.List<? extends IResource> |
IOrganisationDataProvider.getAllResources(java.lang.String sortingProperty)
Returns all resource items of the project.
|
java.util.List<? extends IResource> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.getAllResourcesNotLinkedToAnyModelElement()
Returns all resource items of the project which are not linked to any model element.
|
java.util.List<? extends IResource> |
IOrganisationDataProvider.getAllResourcesNotLinkedToAnyModelElement(int sortingCriterion)
Returns all resource items of the project which are not linked to any model element.
|
java.util.List<? extends IResource> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.getAllResourcesWithCategory(java.lang.String categoryID)
Returns all resource items of the project that belong to the specified category.
|
java.util.List<? extends IResource> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.getAllResourcesWithDefaultCategory()
Returns all resource items of the project that belong to the default category.
|
java.util.List<? extends IResource> |
IOrganisationDataProvider.getAllResourcesWithDefaultCategory(int sortingCriterion)
Returns all resource items of the project that belong to the default category.
|
java.util.List<? extends IResource> |
IOrganisationDataProvider.getAllResourcesWithDefaultCategory(java.lang.String sortingProperty)
Returns all resource items of the project that belong to the default category.
|
java.util.List<? extends IResource> |
IOrganisationDataProvider.getAllRootResources()
Returns all root resource items of the project.
|
java.util.List<? extends IResource> |
IOrganisationDataProvider.getAllRootResources(int sortingCriterion)
Returns all root resource items of the project.
|
java.util.List<? extends IResource> |
IOrganisationDataProvider.getAllRootResources(java.lang.String sortingProperty)
Returns all root resource items of the project.
|
java.util.List<? extends IResource> |
IOrganisationDataProvider.getAllRootResourcesWithCategory(java.lang.String categoryID)
Returns all root resource items of the project that belong to the specified category.
|
java.util.List<? extends IResource> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.getAllRootResourcesWithDefaultCategory()
Returns all root resource items of the project that belong to the default category.
|
java.util.List<? extends IResource> |
IOrganisationDataProvider.getAllRootResourcesWithDefaultCategory(int sortingCriterion)
Returns all root resource items of the project that belong to the default category.
|
java.util.List<? extends IResource> |
IOrganisationDataProvider.getAllRootResourcesWithDefaultCategory(java.lang.String sortingProperty)
Returns all root resource items of the project that belong to the default category.
|
java.util.List<? extends IResource> |
ICapability.getOwners()
Returns the owner items.
|
java.util.List<? extends IResource> |
IQuantifiedCapability.getOwners()
Returns the owner items.
|
java.util.List<? extends IResource> |
ICapability.getOwners(int sortingCriterion)
Returns the owner items.
|
java.util.List<? extends IResource> |
IQuantifiedCapability.getOwners(int sortingCriterion)
Returns the owner items.
|
java.util.List<? extends IResource> |
ICapability.getOwners(java.lang.String sortingProperty)
Returns the owner items.
|
java.util.List<? extends IResource> |
IQuantifiedCapability.getOwners(java.lang.String sortingProperty)
Returns the owner items.
|
java.util.List<? extends IResource> |
ICapability.getOwnersWithCategory(java.lang.String categoryID)
Returns the owner items that belong to the specified category.
|
java.util.List<? extends IResource> |
IQuantifiedCapability.getOwnersWithCategory(java.lang.String categoryID)
Returns the owner items that belong to the specified category.
|
java.util.List<? extends IResource> |
ICapability.getOwnersWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the owner items that belong to the specified category.
|
java.util.List<? extends IResource> |
IQuantifiedCapability.getOwnersWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the owner items that belong to the specified category.
|
java.util.List<? extends IResource> |
ICapability.getOwnersWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the owner items that belong to the specified category.
|
java.util.List<? extends IResource> |
IQuantifiedCapability.getOwnersWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the owner items that belong to the specified category.
|
java.util.List<? extends IResource> |
ICapability.getOwnersWithDefaultCategory()
Returns the owner items that belong to the default category.
|
java.util.List<? extends IResource> |
IQuantifiedCapability.getOwnersWithDefaultCategory()
Returns the owner items that belong to the default category.
|
java.util.List<? extends IResource> |
ICapability.getOwnersWithDefaultCategory(int sortingCriterion)
Returns the owner items that belong to the default category.
|
java.util.List<? extends IResource> |
IQuantifiedCapability.getOwnersWithDefaultCategory(int sortingCriterion)
Returns the owner items that belong to the default category.
|
java.util.List<? extends IResource> |
ICapability.getOwnersWithDefaultCategory(java.lang.String sortingProperty)
Returns the owner items that belong to the default category.
|
java.util.List<? extends IResource> |
IQuantifiedCapability.getOwnersWithDefaultCategory(java.lang.String sortingProperty)
Returns the owner items that belong to the default category.
|
java.util.List<? extends IResource> |
IResourceFolder.getResourceChildren()
Returns the resource children.
|
java.util.List<? extends IResource> |
IResourceFolder.getResourceChildren(int sortingCriterion)
Returns the resource children.
|
java.util.List<? extends IResource> |
IResourceFolder.getResourceChildren(java.lang.String sortingProperty)
Returns the resource children.
|
java.util.List<? extends IResource> |
IResourceFolder.getResourceChildrenWithCategory(java.lang.String categoryID)
Returns the resource children that belong to the specified category.
|
java.util.List<? extends IResource> |
IResourceFolder.getResourceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the resource children that belong to the specified category.
|
java.util.List<? extends IResource> |
IResourceFolder.getResourceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the resource children that belong to the specified category.
|
java.util.List<? extends IResource> |
IResourceFolder.getResourceChildrenWithDefaultCategory()
Returns the resource children that belong to the default category.
|
java.util.List<? extends IResource> |
IResourceFolder.getResourceChildrenWithDefaultCategory(int sortingCriterion)
Returns the resource children that belong to the default category.
|
java.util.List<? extends IResource> |
IResourceFolder.getResourceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the resource children that belong to the default category.
|