| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllRootWeaknesss()
Returns all root weakness items of the project.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllRootWeaknesss(int sortingCriterion)
Returns all root weakness items of the project.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllRootWeaknesss(java.lang.String sortingProperty)
Returns all root weakness items of the project.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllRootWeaknesssWithCategory(java.lang.String categoryID)
Returns all root weakness items of the project that belong to the specified category.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllRootWeaknesssWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root weakness items of the project that belong to the specified category.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllRootWeaknesssWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root weakness items of the project that belong to the specified category.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllRootWeaknesssWithDefaultCategory()
Returns all root weakness items of the project that belong to the default category.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllRootWeaknesssWithDefaultCategory(int sortingCriterion)
Returns all root weakness items of the project that belong to the default category.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllRootWeaknesssWithDefaultCategory(java.lang.String sortingProperty)
Returns all root weakness items of the project that belong to the default category.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllWeaknesss()
Returns all weakness items of the project.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllWeaknesss(int sortingCriterion)
Returns all weakness items of the project.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllWeaknesss(java.lang.String sortingProperty)
Returns all weakness items of the project.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllWeaknesssForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all weakness 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 IWeakness> |
ISwotDataProvider.getAllWeaknesssForModelElement(java.lang.String modelElementUID)
Returns all weakness items of the project which are linked to the given model element.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllWeaknesssForModelElement(java.lang.String modelElementUID,
int sortingCriterion)
Returns all weakness items of the project which are linked to the given model element.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllWeaknesssForModelElement(java.lang.String modelElementUID,
java.lang.String sortingProperty)
Returns all weakness items of the project which are linked to the given model element.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllWeaknesssNotLinkedToAnyModelElement()
Returns all weakness items of the project which are not linked to any model element.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllWeaknesssNotLinkedToAnyModelElement(int sortingCriterion)
Returns all weakness items of the project which are not linked to any model element.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllWeaknesssNotLinkedToAnyModelElement(java.lang.String sortingProperty)
Returns all weakness items of the project which are not linked to any model element.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllWeaknesssWithCategory(java.lang.String categoryID)
Returns all weakness items of the project that belong to the specified category.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllWeaknesssWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all weakness items of the project that belong to the specified category.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllWeaknesssWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all weakness items of the project that belong to the specified category.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllWeaknesssWithDefaultCategory()
Returns all weakness items of the project that belong to the default category.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllWeaknesssWithDefaultCategory(int sortingCriterion)
Returns all weakness items of the project that belong to the default category.
|
java.util.List<? extends IWeakness> |
ISwotDataProvider.getAllWeaknesssWithDefaultCategory(java.lang.String sortingProperty)
Returns all weakness items of the project that belong to the default category.
|
java.util.List<? extends IWeakness> |
IFolder.getWeaknessChildren()
Returns the weakness children.
|
java.util.List<? extends IWeakness> |
IFolder.getWeaknessChildren(int sortingCriterion)
Returns the weakness children.
|
java.util.List<? extends IWeakness> |
IFolder.getWeaknessChildren(java.lang.String sortingProperty)
Returns the weakness children.
|
java.util.List<? extends IWeakness> |
IFolder.getWeaknessChildrenWithCategory(java.lang.String categoryID)
Returns the weakness children that belong to the specified category.
|
java.util.List<? extends IWeakness> |
IFolder.getWeaknessChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the weakness children that belong to the specified category.
|
java.util.List<? extends IWeakness> |
IFolder.getWeaknessChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the weakness children that belong to the specified category.
|
java.util.List<? extends IWeakness> |
IFolder.getWeaknessChildrenWithDefaultCategory()
Returns the weakness children that belong to the default category.
|
java.util.List<? extends IWeakness> |
IFolder.getWeaknessChildrenWithDefaultCategory(int sortingCriterion)
Returns the weakness children that belong to the default category.
|
java.util.List<? extends IWeakness> |
IFolder.getWeaknessChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the weakness children that belong to the default category.
|
java.util.Collection<IWeakness> |
ICrossModuleLinkReportDataProvider.getWeaknesss(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the weakness items.
|
java.util.Collection<IWeakness> |
ICrossModuleLinkReportDataProvider.getWeaknesssWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action,
java.lang.String categoryID)
Returns the weakness items that belong to the specified category.
|
java.util.Collection<IWeakness> |
ICrossModuleLinkReportDataProvider.getWeaknesssWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the weakness items that belong to the default category.
|