| Modifier and Type | Method and Description |
|---|---|
ICapability |
IQuantifiedCapability.getParentCapability()
Returns the parent capability.
|
ICapability |
ICapabilityNote.getParentCapability()
Returns the parent capability.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.getAllCapabilitys()
Returns all capability items of the project.
|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.getAllCapabilitys(int sortingCriterion)
Returns all capability items of the project.
|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.getAllCapabilitys(java.lang.String sortingProperty)
Returns all capability items of the project.
|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.getAllCapabilitysNotLinkedToAnyModelElement()
Returns all capability items of the project which are not linked to any model element.
|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.getAllCapabilitysNotLinkedToAnyModelElement(int sortingCriterion)
Returns all capability items of the project which are not linked to any model element.
|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.getAllCapabilitysWithCategory(java.lang.String categoryID)
Returns all capability items of the project that belong to the specified category.
|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.getAllCapabilitysWithDefaultCategory()
Returns all capability items of the project that belong to the default category.
|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.getAllCapabilitysWithDefaultCategory(int sortingCriterion)
Returns all capability items of the project that belong to the default category.
|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.getAllCapabilitysWithDefaultCategory(java.lang.String sortingProperty)
Returns all capability items of the project that belong to the default category.
|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.getAllRootCapabilitys()
Returns all root capability items of the project.
|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.getAllRootCapabilitys(int sortingCriterion)
Returns all root capability items of the project.
|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.getAllRootCapabilitys(java.lang.String sortingProperty)
Returns all root capability items of the project.
|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.getAllRootCapabilitysWithCategory(java.lang.String categoryID)
Returns all root capability items of the project that belong to the specified category.
|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.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> |
IOrganisationDataProvider.getAllRootCapabilitysWithDefaultCategory()
Returns all root capability items of the project that belong to the default category.
|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.getAllRootCapabilitysWithDefaultCategory(int sortingCriterion)
Returns all root capability items of the project that belong to the default category.
|
java.util.List<? extends ICapability> |
IOrganisationDataProvider.getAllRootCapabilitysWithDefaultCategory(java.lang.String sortingProperty)
Returns all root capability items of the project that belong to the default category.
|
java.util.List<? extends ICapability> |
IResource.getCapabilitiess()
Returns the capabilities items.
|
java.util.List<? extends ICapability> |
IResource.getCapabilitiess(int sortingCriterion)
Returns the capabilities items.
|
java.util.List<? extends ICapability> |
IResource.getCapabilitiess(java.lang.String sortingProperty)
Returns the capabilities items.
|
java.util.List<? extends ICapability> |
IResource.getCapabilitiessWithCategory(java.lang.String categoryID)
Returns the capabilities items that belong to the specified category.
|
java.util.List<? extends ICapability> |
IResource.getCapabilitiessWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the capabilities items that belong to the specified category.
|
java.util.List<? extends ICapability> |
IResource.getCapabilitiessWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the capabilities items that belong to the specified category.
|
java.util.List<? extends ICapability> |
IResource.getCapabilitiessWithDefaultCategory()
Returns the capabilities items that belong to the default category.
|
java.util.List<? extends ICapability> |
IResource.getCapabilitiessWithDefaultCategory(int sortingCriterion)
Returns the capabilities items that belong to the default category.
|
java.util.List<? extends ICapability> |
IResource.getCapabilitiessWithDefaultCategory(java.lang.String sortingProperty)
Returns the capabilities items that belong to the default category.
|
java.util.List<? extends ICapability> |
ICapabilityFolder.getCapabilityChildren()
Returns the capability children.
|
java.util.List<? extends ICapability> |
ICapabilityFolder.getCapabilityChildren(int sortingCriterion)
Returns the capability children.
|
java.util.List<? extends ICapability> |
ICapabilityFolder.getCapabilityChildren(java.lang.String sortingProperty)
Returns the capability children.
|
java.util.List<? extends ICapability> |
ICapabilityFolder.getCapabilityChildrenWithCategory(java.lang.String categoryID)
Returns the capability children that belong to the specified category.
|
java.util.List<? extends ICapability> |
ICapabilityFolder.getCapabilityChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the capability children that belong to the specified category.
|
java.util.List<? extends ICapability> |
ICapabilityFolder.getCapabilityChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the capability children that belong to the specified category.
|
java.util.List<? extends ICapability> |
ICapabilityFolder.getCapabilityChildrenWithDefaultCategory()
Returns the capability children that belong to the default category.
|
java.util.List<? extends ICapability> |
ICapabilityFolder.getCapabilityChildrenWithDefaultCategory(int sortingCriterion)
Returns the capability children that belong to the default category.
|
java.util.List<? extends ICapability> |
ICapabilityFolder.getCapabilityChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the capability children that belong to the default category.
|