public interface ISwotDataProvider
ISwotDataProvider allows to access SWOT of a COCKPIT project
for document generation. The ISwotDataProvider can be referenced directly within a
document template by its name swotDataProvider.| Modifier and Type | Method and Description |
|---|---|
IFolder |
findFolder(java.lang.String path)
Searches for the folder item with the specified path.
|
java.util.List<? extends IFolder> |
getAllFolders()
Returns all folder items of the project.
|
java.util.List<? extends IFolder> |
getAllFolders(int sortingCriterion)
Returns all folder items of the project.
|
java.util.List<? extends IFolder> |
getAllFolders(java.lang.String sortingProperty)
Returns all folder items of the project.
|
java.util.List<? extends IFolder> |
getAllFoldersForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all folder 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 IFolder> |
getAllFoldersWithCategory(java.lang.String categoryID)
Returns all folder items of the project that belong to the specified category.
|
java.util.List<? extends IFolder> |
getAllFoldersWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all folder items of the project that belong to the specified category.
|
java.util.List<? extends IFolder> |
getAllFoldersWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all folder items of the project that belong to the specified category.
|
java.util.List<? extends IFolder> |
getAllFoldersWithDefaultCategory()
Returns all folder items of the project that belong to the default category.
|
java.util.List<? extends IFolder> |
getAllFoldersWithDefaultCategory(int sortingCriterion)
Returns all folder items of the project that belong to the default category.
|
java.util.List<? extends IFolder> |
getAllFoldersWithDefaultCategory(java.lang.String sortingProperty)
Returns all folder items of the project that belong to the default category.
|
java.util.List<? extends IOpportunity> |
getAllOpportunitys()
Returns all opportunity items of the project.
|
java.util.List<? extends IOpportunity> |
getAllOpportunitys(int sortingCriterion)
Returns all opportunity items of the project.
|
java.util.List<? extends IOpportunity> |
getAllOpportunitys(java.lang.String sortingProperty)
Returns all opportunity items of the project.
|
java.util.List<? extends IOpportunity> |
getAllOpportunitysForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all opportunity 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 IOpportunity> |
getAllOpportunitysForModelElement(java.lang.String modelElementUID)
Returns all opportunity items of the project which are linked to the given model element.
|
java.util.List<? extends IOpportunity> |
getAllOpportunitysForModelElement(java.lang.String modelElementUID,
int sortingCriterion)
Returns all opportunity items of the project which are linked to the given model element.
|
java.util.List<? extends IOpportunity> |
getAllOpportunitysForModelElement(java.lang.String modelElementUID,
java.lang.String sortingProperty)
Returns all opportunity items of the project which are linked to the given model element.
|
java.util.List<? extends IOpportunity> |
getAllOpportunitysNotLinkedToAnyModelElement()
Returns all opportunity items of the project which are not linked to any model element.
|
java.util.List<? extends IOpportunity> |
getAllOpportunitysNotLinkedToAnyModelElement(int sortingCriterion)
Returns all opportunity items of the project which are not linked to any model element.
|
java.util.List<? extends IOpportunity> |
getAllOpportunitysNotLinkedToAnyModelElement(java.lang.String sortingProperty)
Returns all opportunity items of the project which are not linked to any model element.
|
java.util.List<? extends IOpportunity> |
getAllOpportunitysWithCategory(java.lang.String categoryID)
Returns all opportunity items of the project that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
getAllOpportunitysWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all opportunity items of the project that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
getAllOpportunitysWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all opportunity items of the project that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
getAllOpportunitysWithDefaultCategory()
Returns all opportunity items of the project that belong to the default category.
|
java.util.List<? extends IOpportunity> |
getAllOpportunitysWithDefaultCategory(int sortingCriterion)
Returns all opportunity items of the project that belong to the default category.
|
java.util.List<? extends IOpportunity> |
getAllOpportunitysWithDefaultCategory(java.lang.String sortingProperty)
Returns all opportunity items of the project that belong to the default category.
|
java.util.List<? extends IFolder> |
getAllRootFolders()
Returns all root folder items of the project.
|
java.util.List<? extends IFolder> |
getAllRootFolders(int sortingCriterion)
Returns all root folder items of the project.
|
java.util.List<? extends IFolder> |
getAllRootFolders(java.lang.String sortingProperty)
Returns all root folder items of the project.
|
java.util.List<? extends IFolder> |
getAllRootFoldersWithCategory(java.lang.String categoryID)
Returns all root folder items of the project that belong to the specified category.
|
java.util.List<? extends IFolder> |
getAllRootFoldersWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root folder items of the project that belong to the specified category.
|
java.util.List<? extends IFolder> |
getAllRootFoldersWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root folder items of the project that belong to the specified category.
|
java.util.List<? extends IFolder> |
getAllRootFoldersWithDefaultCategory()
Returns all root folder items of the project that belong to the default category.
|
java.util.List<? extends IFolder> |
getAllRootFoldersWithDefaultCategory(int sortingCriterion)
Returns all root folder items of the project that belong to the default category.
|
java.util.List<? extends IFolder> |
getAllRootFoldersWithDefaultCategory(java.lang.String sortingProperty)
Returns all root folder items of the project that belong to the default category.
|
java.util.List<? extends IOpportunity> |
getAllRootOpportunitys()
Returns all root opportunity items of the project.
|
java.util.List<? extends IOpportunity> |
getAllRootOpportunitys(int sortingCriterion)
Returns all root opportunity items of the project.
|
java.util.List<? extends IOpportunity> |
getAllRootOpportunitys(java.lang.String sortingProperty)
Returns all root opportunity items of the project.
|
java.util.List<? extends IOpportunity> |
getAllRootOpportunitysWithCategory(java.lang.String categoryID)
Returns all root opportunity items of the project that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
getAllRootOpportunitysWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root opportunity items of the project that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
getAllRootOpportunitysWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root opportunity items of the project that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
getAllRootOpportunitysWithDefaultCategory()
Returns all root opportunity items of the project that belong to the default category.
|
java.util.List<? extends IOpportunity> |
getAllRootOpportunitysWithDefaultCategory(int sortingCriterion)
Returns all root opportunity items of the project that belong to the default category.
|
java.util.List<? extends IOpportunity> |
getAllRootOpportunitysWithDefaultCategory(java.lang.String sortingProperty)
Returns all root opportunity items of the project that belong to the default category.
|
java.util.List<? extends IStrength> |
getAllRootStrengths()
Returns all root strength items of the project.
|
java.util.List<? extends IStrength> |
getAllRootStrengths(int sortingCriterion)
Returns all root strength items of the project.
|
java.util.List<? extends IStrength> |
getAllRootStrengths(java.lang.String sortingProperty)
Returns all root strength items of the project.
|
java.util.List<? extends IStrength> |
getAllRootStrengthsWithCategory(java.lang.String categoryID)
Returns all root strength items of the project that belong to the specified category.
|
java.util.List<? extends IStrength> |
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> |
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> |
getAllRootStrengthsWithDefaultCategory()
Returns all root strength items of the project that belong to the default category.
|
java.util.List<? extends IStrength> |
getAllRootStrengthsWithDefaultCategory(int sortingCriterion)
Returns all root strength items of the project that belong to the default category.
|
java.util.List<? extends IStrength> |
getAllRootStrengthsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root strength items of the project that belong to the default category.
|
java.util.List<? extends IThreat> |
getAllRootThreats()
Returns all root threat items of the project.
|
java.util.List<? extends IThreat> |
getAllRootThreats(int sortingCriterion)
Returns all root threat items of the project.
|
java.util.List<? extends IThreat> |
getAllRootThreats(java.lang.String sortingProperty)
Returns all root threat items of the project.
|
java.util.List<? extends IThreat> |
getAllRootThreatsWithCategory(java.lang.String categoryID)
Returns all root threat items of the project that belong to the specified category.
|
java.util.List<? extends IThreat> |
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> |
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> |
getAllRootThreatsWithDefaultCategory()
Returns all root threat items of the project that belong to the default category.
|
java.util.List<? extends IThreat> |
getAllRootThreatsWithDefaultCategory(int sortingCriterion)
Returns all root threat items of the project that belong to the default category.
|
java.util.List<? extends IThreat> |
getAllRootThreatsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root threat items of the project that belong to the default category.
|
java.util.List<? extends IWeakness> |
getAllRootWeaknesss()
Returns all root weakness items of the project.
|
java.util.List<? extends IWeakness> |
getAllRootWeaknesss(int sortingCriterion)
Returns all root weakness items of the project.
|
java.util.List<? extends IWeakness> |
getAllRootWeaknesss(java.lang.String sortingProperty)
Returns all root weakness items of the project.
|
java.util.List<? extends IWeakness> |
getAllRootWeaknesssWithCategory(java.lang.String categoryID)
Returns all root weakness items of the project that belong to the specified category.
|
java.util.List<? extends IWeakness> |
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> |
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> |
getAllRootWeaknesssWithDefaultCategory()
Returns all root weakness items of the project that belong to the default category.
|
java.util.List<? extends IWeakness> |
getAllRootWeaknesssWithDefaultCategory(int sortingCriterion)
Returns all root weakness items of the project that belong to the default category.
|
java.util.List<? extends IWeakness> |
getAllRootWeaknesssWithDefaultCategory(java.lang.String sortingProperty)
Returns all root weakness items of the project that belong to the default category.
|
java.util.List<? extends IStrength> |
getAllStrengths()
Returns all strength items of the project.
|
java.util.List<? extends IStrength> |
getAllStrengths(int sortingCriterion)
Returns all strength items of the project.
|
java.util.List<? extends IStrength> |
getAllStrengths(java.lang.String sortingProperty)
Returns all strength items of the project.
|
java.util.List<? extends IStrength> |
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> |
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> |
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> |
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> |
getAllStrengthsNotLinkedToAnyModelElement()
Returns all strength items of the project which are not linked to any model element.
|
java.util.List<? extends IStrength> |
getAllStrengthsNotLinkedToAnyModelElement(int sortingCriterion)
Returns all strength items of the project which are not linked to any model element.
|
java.util.List<? extends IStrength> |
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> |
getAllStrengthsWithCategory(java.lang.String categoryID)
Returns all strength items of the project that belong to the specified category.
|
java.util.List<? extends IStrength> |
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> |
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> |
getAllStrengthsWithDefaultCategory()
Returns all strength items of the project that belong to the default category.
|
java.util.List<? extends IStrength> |
getAllStrengthsWithDefaultCategory(int sortingCriterion)
Returns all strength items of the project that belong to the default category.
|
java.util.List<? extends IStrength> |
getAllStrengthsWithDefaultCategory(java.lang.String sortingProperty)
Returns all strength items of the project that belong to the default category.
|
java.util.List<? extends IThreat> |
getAllThreats()
Returns all threat items of the project.
|
java.util.List<? extends IThreat> |
getAllThreats(int sortingCriterion)
Returns all threat items of the project.
|
java.util.List<? extends IThreat> |
getAllThreats(java.lang.String sortingProperty)
Returns all threat items of the project.
|
java.util.List<? extends IThreat> |
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> |
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> |
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> |
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> |
getAllThreatsNotLinkedToAnyModelElement()
Returns all threat items of the project which are not linked to any model element.
|
java.util.List<? extends IThreat> |
getAllThreatsNotLinkedToAnyModelElement(int sortingCriterion)
Returns all threat items of the project which are not linked to any model element.
|
java.util.List<? extends IThreat> |
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> |
getAllThreatsWithCategory(java.lang.String categoryID)
Returns all threat items of the project that belong to the specified category.
|
java.util.List<? extends IThreat> |
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> |
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> |
getAllThreatsWithDefaultCategory()
Returns all threat items of the project that belong to the default category.
|
java.util.List<? extends IThreat> |
getAllThreatsWithDefaultCategory(int sortingCriterion)
Returns all threat items of the project that belong to the default category.
|
java.util.List<? extends IThreat> |
getAllThreatsWithDefaultCategory(java.lang.String sortingProperty)
Returns all threat items of the project that belong to the default category.
|
java.util.List<? extends IWeakness> |
getAllWeaknesss()
Returns all weakness items of the project.
|
java.util.List<? extends IWeakness> |
getAllWeaknesss(int sortingCriterion)
Returns all weakness items of the project.
|
java.util.List<? extends IWeakness> |
getAllWeaknesss(java.lang.String sortingProperty)
Returns all weakness items of the project.
|
java.util.List<? extends IWeakness> |
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> |
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> |
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> |
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> |
getAllWeaknesssNotLinkedToAnyModelElement()
Returns all weakness items of the project which are not linked to any model element.
|
java.util.List<? extends IWeakness> |
getAllWeaknesssNotLinkedToAnyModelElement(int sortingCriterion)
Returns all weakness items of the project which are not linked to any model element.
|
java.util.List<? extends IWeakness> |
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> |
getAllWeaknesssWithCategory(java.lang.String categoryID)
Returns all weakness items of the project that belong to the specified category.
|
java.util.List<? extends IWeakness> |
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> |
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> |
getAllWeaknesssWithDefaultCategory()
Returns all weakness items of the project that belong to the default category.
|
java.util.List<? extends IWeakness> |
getAllWeaknesssWithDefaultCategory(int sortingCriterion)
Returns all weakness items of the project that belong to the default category.
|
java.util.List<? extends IWeakness> |
getAllWeaknesssWithDefaultCategory(java.lang.String sortingProperty)
Returns all weakness items of the project that belong to the default category.
|
java.util.List<java.lang.String> |
getKnownValuesForOpportunityImpact()
Returns the known values for the impact of opportunity items.
|
java.util.List<java.lang.String> |
getKnownValuesForOpportunityProbability()
Returns the known values for the probability of opportunity items.
|
java.util.List<java.lang.String> |
getKnownValuesForStrengthRelevance()
Returns the known values for the relevance of strength items.
|
java.util.List<java.lang.String> |
getKnownValuesForThreatImpact()
Returns the known values for the impact of threat items.
|
java.util.List<java.lang.String> |
getKnownValuesForThreatProbability()
Returns the known values for the probability of threat items.
|
java.util.List<java.lang.String> |
getKnownValuesForWeaknessRelevance()
Returns the known values for the relevance of weakness items.
|
int |
getSORT_FOLDER_BY_NAME()
Constant for sorting folder items by name.
|
int |
getSORT_OPPORTUNITY_BY_IMPACT()
Constant for sorting opportunity items by impact.
|
int |
getSORT_OPPORTUNITY_BY_NAME()
Constant for sorting opportunity items by name.
|
int |
getSORT_OPPORTUNITY_BY_PROBABILITY()
Constant for sorting opportunity items by probability.
|
int |
getSORT_STRENGTH_BY_NAME()
Constant for sorting strength items by name.
|
int |
getSORT_STRENGTH_BY_RELEVANCE()
Constant for sorting strength items by relevance.
|
int |
getSORT_THREAT_BY_IMPACT()
Constant for sorting threat items by impact.
|
int |
getSORT_THREAT_BY_NAME()
Constant for sorting threat items by name.
|
int |
getSORT_THREAT_BY_PROBABILITY()
Constant for sorting threat items by probability.
|
int |
getSORT_WEAKNESS_BY_NAME()
Constant for sorting weakness items by name.
|
int |
getSORT_WEAKNESS_BY_RELEVANCE()
Constant for sorting weakness items by relevance.
|
boolean |
hasOpportunitysForModelElement(java.lang.String modelElementUID)
Returns whether there are any opportunity items linked to the specified model element.
|
boolean |
hasStrengthsForModelElement(java.lang.String modelElementUID)
Returns whether there are any strength items linked to the specified model element.
|
boolean |
hasThreatsForModelElement(java.lang.String modelElementUID)
Returns whether there are any threat items linked to the specified model element.
|
boolean |
hasWeaknesssForModelElement(java.lang.String modelElementUID)
Returns whether there are any weakness items linked to the specified model element.
|
int getSORT_FOLDER_BY_NAME()
int getSORT_STRENGTH_BY_NAME()
int getSORT_STRENGTH_BY_RELEVANCE()
int getSORT_WEAKNESS_BY_NAME()
int getSORT_WEAKNESS_BY_RELEVANCE()
int getSORT_OPPORTUNITY_BY_NAME()
int getSORT_OPPORTUNITY_BY_PROBABILITY()
int getSORT_OPPORTUNITY_BY_IMPACT()
int getSORT_THREAT_BY_NAME()
int getSORT_THREAT_BY_PROBABILITY()
int getSORT_THREAT_BY_IMPACT()
java.util.List<? extends IFolder> getAllFolders()
java.util.List<? extends IFolder> getAllFolders(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IFolder> getAllFolders(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IFolder> getAllFoldersWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IFolder> getAllFoldersWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IFolder> getAllFoldersWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IFolder> getAllFoldersWithDefaultCategory()
java.util.List<? extends IFolder> getAllFoldersWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IFolder> getAllFoldersWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IFolder> getAllRootFolders()
java.util.List<? extends IFolder> getAllRootFolders(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IFolder> getAllRootFolders(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IFolder> getAllRootFoldersWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IFolder> getAllRootFoldersWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IFolder> getAllRootFoldersWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IFolder> getAllRootFoldersWithDefaultCategory()
java.util.List<? extends IFolder> getAllRootFoldersWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IFolder> getAllRootFoldersWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IFolder> getAllFoldersForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an folder is
only assigned to the history item for the commit of the last change of the
folder. This method does not allow to access old versions.
historyItem - history item identifying the last change of the folder itemsjava.util.List<? extends IStrength> getAllStrengths()
java.util.List<? extends IStrength> getAllStrengths(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IStrength> getAllStrengths(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IStrength> getAllStrengthsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IStrength> getAllStrengthsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IStrength> getAllStrengthsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IStrength> getAllStrengthsWithDefaultCategory()
java.util.List<? extends IStrength> getAllStrengthsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IStrength> getAllStrengthsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IStrength> getAllRootStrengths()
java.util.List<? extends IStrength> getAllRootStrengths(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IStrength> getAllRootStrengths(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IStrength> getAllRootStrengthsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IStrength> getAllRootStrengthsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IStrength> getAllRootStrengthsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IStrength> getAllRootStrengthsWithDefaultCategory()
java.util.List<? extends IStrength> getAllRootStrengthsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IStrength> getAllRootStrengthsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasStrengthsForModelElement(java.lang.String modelElementUID)
modelElementUID - unique identifier of the model elementjava.util.List<? extends IStrength> getAllStrengthsForModelElement(java.lang.String modelElementUID)
modelElementUID - the uid of the model elementjava.util.List<? extends IStrength> getAllStrengthsForModelElement(java.lang.String modelElementUID, int sortingCriterion)
modelElementUID - the uid of the model elementsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IStrength> getAllStrengthsForModelElement(java.lang.String modelElementUID, java.lang.String sortingProperty)
modelElementUID - the uid of the model elementsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IStrength> getAllStrengthsNotLinkedToAnyModelElement()
java.util.List<? extends IStrength> getAllStrengthsNotLinkedToAnyModelElement(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IStrength> getAllStrengthsNotLinkedToAnyModelElement(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IStrength> getAllStrengthsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an strength is
only assigned to the history item for the commit of the last change of the
strength. This method does not allow to access old versions.
historyItem - history item identifying the last change of the strength itemsjava.util.List<? extends IWeakness> getAllWeaknesss()
java.util.List<? extends IWeakness> getAllWeaknesss(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IWeakness> getAllWeaknesss(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IWeakness> getAllWeaknesssWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IWeakness> getAllWeaknesssWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IWeakness> getAllWeaknesssWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IWeakness> getAllWeaknesssWithDefaultCategory()
java.util.List<? extends IWeakness> getAllWeaknesssWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IWeakness> getAllWeaknesssWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IWeakness> getAllRootWeaknesss()
java.util.List<? extends IWeakness> getAllRootWeaknesss(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IWeakness> getAllRootWeaknesss(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IWeakness> getAllRootWeaknesssWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IWeakness> getAllRootWeaknesssWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IWeakness> getAllRootWeaknesssWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IWeakness> getAllRootWeaknesssWithDefaultCategory()
java.util.List<? extends IWeakness> getAllRootWeaknesssWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IWeakness> getAllRootWeaknesssWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasWeaknesssForModelElement(java.lang.String modelElementUID)
modelElementUID - unique identifier of the model elementjava.util.List<? extends IWeakness> getAllWeaknesssForModelElement(java.lang.String modelElementUID)
modelElementUID - the uid of the model elementjava.util.List<? extends IWeakness> getAllWeaknesssForModelElement(java.lang.String modelElementUID, int sortingCriterion)
modelElementUID - the uid of the model elementsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IWeakness> getAllWeaknesssForModelElement(java.lang.String modelElementUID, java.lang.String sortingProperty)
modelElementUID - the uid of the model elementsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IWeakness> getAllWeaknesssNotLinkedToAnyModelElement()
java.util.List<? extends IWeakness> getAllWeaknesssNotLinkedToAnyModelElement(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IWeakness> getAllWeaknesssNotLinkedToAnyModelElement(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IWeakness> getAllWeaknesssForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an weakness is
only assigned to the history item for the commit of the last change of the
weakness. This method does not allow to access old versions.
historyItem - history item identifying the last change of the weakness itemsjava.util.List<? extends IOpportunity> getAllOpportunitys()
java.util.List<? extends IOpportunity> getAllOpportunitys(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IOpportunity> getAllOpportunitys(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IOpportunity> getAllOpportunitysWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IOpportunity> getAllOpportunitysWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IOpportunity> getAllOpportunitysWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IOpportunity> getAllOpportunitysWithDefaultCategory()
java.util.List<? extends IOpportunity> getAllOpportunitysWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IOpportunity> getAllOpportunitysWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IOpportunity> getAllRootOpportunitys()
java.util.List<? extends IOpportunity> getAllRootOpportunitys(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IOpportunity> getAllRootOpportunitys(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IOpportunity> getAllRootOpportunitysWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IOpportunity> getAllRootOpportunitysWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IOpportunity> getAllRootOpportunitysWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IOpportunity> getAllRootOpportunitysWithDefaultCategory()
java.util.List<? extends IOpportunity> getAllRootOpportunitysWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IOpportunity> getAllRootOpportunitysWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasOpportunitysForModelElement(java.lang.String modelElementUID)
modelElementUID - unique identifier of the model elementjava.util.List<? extends IOpportunity> getAllOpportunitysForModelElement(java.lang.String modelElementUID)
modelElementUID - the uid of the model elementjava.util.List<? extends IOpportunity> getAllOpportunitysForModelElement(java.lang.String modelElementUID, int sortingCriterion)
modelElementUID - the uid of the model elementsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IOpportunity> getAllOpportunitysForModelElement(java.lang.String modelElementUID, java.lang.String sortingProperty)
modelElementUID - the uid of the model elementsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IOpportunity> getAllOpportunitysNotLinkedToAnyModelElement()
java.util.List<? extends IOpportunity> getAllOpportunitysNotLinkedToAnyModelElement(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IOpportunity> getAllOpportunitysNotLinkedToAnyModelElement(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IOpportunity> getAllOpportunitysForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an opportunity is
only assigned to the history item for the commit of the last change of the
opportunity. This method does not allow to access old versions.
historyItem - history item identifying the last change of the opportunity itemsjava.util.List<? extends IThreat> getAllThreats()
java.util.List<? extends IThreat> getAllThreats(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IThreat> getAllThreats(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IThreat> getAllThreatsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IThreat> getAllThreatsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IThreat> getAllThreatsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IThreat> getAllThreatsWithDefaultCategory()
java.util.List<? extends IThreat> getAllThreatsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IThreat> getAllThreatsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IThreat> getAllRootThreats()
java.util.List<? extends IThreat> getAllRootThreats(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IThreat> getAllRootThreats(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IThreat> getAllRootThreatsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IThreat> getAllRootThreatsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IThreat> getAllRootThreatsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IThreat> getAllRootThreatsWithDefaultCategory()
java.util.List<? extends IThreat> getAllRootThreatsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IThreat> getAllRootThreatsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasThreatsForModelElement(java.lang.String modelElementUID)
modelElementUID - unique identifier of the model elementjava.util.List<? extends IThreat> getAllThreatsForModelElement(java.lang.String modelElementUID)
modelElementUID - the uid of the model elementjava.util.List<? extends IThreat> getAllThreatsForModelElement(java.lang.String modelElementUID, int sortingCriterion)
modelElementUID - the uid of the model elementsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IThreat> getAllThreatsForModelElement(java.lang.String modelElementUID, java.lang.String sortingProperty)
modelElementUID - the uid of the model elementsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IThreat> getAllThreatsNotLinkedToAnyModelElement()
java.util.List<? extends IThreat> getAllThreatsNotLinkedToAnyModelElement(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IThreat> getAllThreatsNotLinkedToAnyModelElement(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IThreat> getAllThreatsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an threat is
only assigned to the history item for the commit of the last change of the
threat. This method does not allow to access old versions.
historyItem - history item identifying the last change of the threat itemsIFolder findFolder(java.lang.String path)
path - the pathjava.util.List<java.lang.String> getKnownValuesForStrengthRelevance()
java.util.List<java.lang.String> getKnownValuesForWeaknessRelevance()
java.util.List<java.lang.String> getKnownValuesForOpportunityProbability()
java.util.List<java.lang.String> getKnownValuesForOpportunityImpact()
java.util.List<java.lang.String> getKnownValuesForThreatProbability()
java.util.List<java.lang.String> getKnownValuesForThreatImpact()