| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllRootStrengths()
Returns all root strength items of the project.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllRootStrengths(int sortingCriterion)
Returns all root strength items of the project.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllRootStrengths(java.lang.String sortingProperty)
Returns all root strength items of the project.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllRootStrengthsWithCategory(java.lang.String categoryID)
Returns all root strength items of the project that belong to the specified category.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllRootStrengthsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root strength items of the project that belong to the specified category.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllRootStrengthsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root strength items of the project that belong to the specified category.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllRootStrengthsWithDefaultCategory()
Returns all root strength items of the project that belong to the default category.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllRootStrengthsWithDefaultCategory(int sortingCriterion)
Returns all root strength items of the project that belong to the default category.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllRootStrengthsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root strength items of the project that belong to the default category.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllStrengths()
Returns all strength items of the project.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllStrengths(int sortingCriterion)
Returns all strength items of the project.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllStrengths(java.lang.String sortingProperty)
Returns all strength items of the project.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllStrengthsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all strength 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 IStrength> |
ISwotDataProvider.getAllStrengthsForModelElement(java.lang.String modelElementUID)
Returns all strength items of the project which are linked to the given model element.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllStrengthsForModelElement(java.lang.String modelElementUID,
int sortingCriterion)
Returns all strength items of the project which are linked to the given model element.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllStrengthsForModelElement(java.lang.String modelElementUID,
java.lang.String sortingProperty)
Returns all strength items of the project which are linked to the given model element.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllStrengthsNotLinkedToAnyModelElement()
Returns all strength items of the project which are not linked to any model element.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllStrengthsNotLinkedToAnyModelElement(int sortingCriterion)
Returns all strength items of the project which are not linked to any model element.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllStrengthsNotLinkedToAnyModelElement(java.lang.String sortingProperty)
Returns all strength items of the project which are not linked to any model element.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllStrengthsWithCategory(java.lang.String categoryID)
Returns all strength items of the project that belong to the specified category.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllStrengthsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all strength items of the project that belong to the specified category.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllStrengthsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all strength items of the project that belong to the specified category.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllStrengthsWithDefaultCategory()
Returns all strength items of the project that belong to the default category.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllStrengthsWithDefaultCategory(int sortingCriterion)
Returns all strength items of the project that belong to the default category.
|
java.util.List<? extends IStrength> |
ISwotDataProvider.getAllStrengthsWithDefaultCategory(java.lang.String sortingProperty)
Returns all strength items of the project that belong to the default category.
|
java.util.List<? extends IStrength> |
IFolder.getStrengthChildren()
Returns the strength children.
|
java.util.List<? extends IStrength> |
IFolder.getStrengthChildren(int sortingCriterion)
Returns the strength children.
|
java.util.List<? extends IStrength> |
IFolder.getStrengthChildren(java.lang.String sortingProperty)
Returns the strength children.
|
java.util.List<? extends IStrength> |
IFolder.getStrengthChildrenWithCategory(java.lang.String categoryID)
Returns the strength children that belong to the specified category.
|
java.util.List<? extends IStrength> |
IFolder.getStrengthChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the strength children that belong to the specified category.
|
java.util.List<? extends IStrength> |
IFolder.getStrengthChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the strength children that belong to the specified category.
|
java.util.List<? extends IStrength> |
IFolder.getStrengthChildrenWithDefaultCategory()
Returns the strength children that belong to the default category.
|
java.util.List<? extends IStrength> |
IFolder.getStrengthChildrenWithDefaultCategory(int sortingCriterion)
Returns the strength children that belong to the default category.
|
java.util.List<? extends IStrength> |
IFolder.getStrengthChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the strength children that belong to the default category.
|
java.util.Collection<IStrength> |
ICrossModuleLinkReportDataProvider.getStrengths(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the strength items.
|
java.util.Collection<IStrength> |
ICrossModuleLinkReportDataProvider.getStrengthsWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action,
java.lang.String categoryID)
Returns the strength items that belong to the specified category.
|
java.util.Collection<IStrength> |
ICrossModuleLinkReportDataProvider.getStrengthsWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the strength items that belong to the default category.
|