| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllRootThreats()
Returns all root threat items of the project.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllRootThreats(int sortingCriterion)
Returns all root threat items of the project.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllRootThreats(java.lang.String sortingProperty)
Returns all root threat items of the project.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllRootThreatsWithCategory(java.lang.String categoryID)
Returns all root threat items of the project that belong to the specified category.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllRootThreatsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root threat items of the project that belong to the specified category.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllRootThreatsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root threat items of the project that belong to the specified category.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllRootThreatsWithDefaultCategory()
Returns all root threat items of the project that belong to the default category.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllRootThreatsWithDefaultCategory(int sortingCriterion)
Returns all root threat items of the project that belong to the default category.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllRootThreatsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root threat items of the project that belong to the default category.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllThreats()
Returns all threat items of the project.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllThreats(int sortingCriterion)
Returns all threat items of the project.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllThreats(java.lang.String sortingProperty)
Returns all threat items of the project.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllThreatsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all threat 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 IThreat> |
ISwotDataProvider.getAllThreatsForModelElement(java.lang.String modelElementUID)
Returns all threat items of the project which are linked to the given model element.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllThreatsForModelElement(java.lang.String modelElementUID,
int sortingCriterion)
Returns all threat items of the project which are linked to the given model element.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllThreatsForModelElement(java.lang.String modelElementUID,
java.lang.String sortingProperty)
Returns all threat items of the project which are linked to the given model element.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllThreatsNotLinkedToAnyModelElement()
Returns all threat items of the project which are not linked to any model element.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllThreatsNotLinkedToAnyModelElement(int sortingCriterion)
Returns all threat items of the project which are not linked to any model element.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllThreatsNotLinkedToAnyModelElement(java.lang.String sortingProperty)
Returns all threat items of the project which are not linked to any model element.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllThreatsWithCategory(java.lang.String categoryID)
Returns all threat items of the project that belong to the specified category.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllThreatsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all threat items of the project that belong to the specified category.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllThreatsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all threat items of the project that belong to the specified category.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllThreatsWithDefaultCategory()
Returns all threat items of the project that belong to the default category.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllThreatsWithDefaultCategory(int sortingCriterion)
Returns all threat items of the project that belong to the default category.
|
java.util.List<? extends IThreat> |
ISwotDataProvider.getAllThreatsWithDefaultCategory(java.lang.String sortingProperty)
Returns all threat items of the project that belong to the default category.
|
java.util.List<? extends IThreat> |
IFolder.getThreatChildren()
Returns the threat children.
|
java.util.List<? extends IThreat> |
IFolder.getThreatChildren(int sortingCriterion)
Returns the threat children.
|
java.util.List<? extends IThreat> |
IFolder.getThreatChildren(java.lang.String sortingProperty)
Returns the threat children.
|
java.util.List<? extends IThreat> |
IFolder.getThreatChildrenWithCategory(java.lang.String categoryID)
Returns the threat children that belong to the specified category.
|
java.util.List<? extends IThreat> |
IFolder.getThreatChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the threat children that belong to the specified category.
|
java.util.List<? extends IThreat> |
IFolder.getThreatChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the threat children that belong to the specified category.
|
java.util.List<? extends IThreat> |
IFolder.getThreatChildrenWithDefaultCategory()
Returns the threat children that belong to the default category.
|
java.util.List<? extends IThreat> |
IFolder.getThreatChildrenWithDefaultCategory(int sortingCriterion)
Returns the threat children that belong to the default category.
|
java.util.List<? extends IThreat> |
IFolder.getThreatChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the threat children that belong to the default category.
|
java.util.Collection<IThreat> |
ICrossModuleLinkReportDataProvider.getThreats(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the threat items.
|
java.util.Collection<IThreat> |
ICrossModuleLinkReportDataProvider.getThreatsWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action,
java.lang.String categoryID)
Returns the threat items that belong to the specified category.
|
java.util.Collection<IThreat> |
ICrossModuleLinkReportDataProvider.getThreatsWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the threat items that belong to the default category.
|