public interface ICrossModuleLinkReportDataProvider
ICrossModuleLinkReportDataProvider allows to access related items
from other modules.ICrossModuleLinkReportDataProvider can be referenced directly within a
document template by its name swotLinkReportProvider.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsOfOpportunity(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData opportunity)
Returns the action items.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsOfOpportunity(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData opportunity,
java.lang.String itemType)
Returns the action items of the specified type.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsOfStrength(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData strength)
Returns the action items.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsOfStrength(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData strength,
java.lang.String itemType)
Returns the action items of the specified type.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsOfThreat(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData threat)
Returns the action items.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsOfThreat(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData threat,
java.lang.String itemType)
Returns the action items of the specified type.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsOfWeakness(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData weakness)
Returns the action items.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsOfWeakness(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData weakness,
java.lang.String itemType)
Returns the action items of the specified type.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithCategoryOfOpportunity(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData opportunity,
java.lang.String categoryID)
Returns the action items that belong to the specified category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithCategoryOfOpportunity(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData opportunity,
java.lang.String itemType,
java.lang.String categoryID)
Returns the action items of the specified type that belong to the specified category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithCategoryOfStrength(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData strength,
java.lang.String categoryID)
Returns the action items that belong to the specified category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithCategoryOfStrength(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData strength,
java.lang.String itemType,
java.lang.String categoryID)
Returns the action items of the specified type that belong to the specified category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithCategoryOfThreat(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData threat,
java.lang.String categoryID)
Returns the action items that belong to the specified category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithCategoryOfThreat(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData threat,
java.lang.String itemType,
java.lang.String categoryID)
Returns the action items of the specified type that belong to the specified category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithCategoryOfWeakness(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData weakness,
java.lang.String categoryID)
Returns the action items that belong to the specified category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithCategoryOfWeakness(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData weakness,
java.lang.String itemType,
java.lang.String categoryID)
Returns the action items of the specified type that belong to the specified category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithDefaultCategoryOfOpportunity(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData opportunity)
Returns the action items that belong to the default category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithDefaultCategoryOfOpportunity(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData opportunity,
java.lang.String itemType)
Returns the action items of the specified type that belong to the default category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithDefaultCategoryOfStrength(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData strength)
Returns the action items that belong to the default category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithDefaultCategoryOfStrength(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData strength,
java.lang.String itemType)
Returns the action items of the specified type that belong to the default category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithDefaultCategoryOfThreat(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData threat)
Returns the action items that belong to the default category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithDefaultCategoryOfThreat(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData threat,
java.lang.String itemType)
Returns the action items of the specified type that belong to the default category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithDefaultCategoryOfWeakness(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData weakness)
Returns the action items that belong to the default category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getActionsWithDefaultCategoryOfWeakness(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData weakness,
java.lang.String itemType)
Returns the action items of the specified type that belong to the default category.
|
java.util.Collection<IOpportunity> |
getOpportunitys(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the opportunity items.
|
java.util.Collection<IOpportunity> |
getOpportunitysWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action,
java.lang.String categoryID)
Returns the opportunity items that belong to the specified category.
|
java.util.Collection<IOpportunity> |
getOpportunitysWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the opportunity items that belong to the default category.
|
java.util.Collection<IStrength> |
getStrengths(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the strength items.
|
java.util.Collection<IStrength> |
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> |
getStrengthsWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the strength items that belong to the default category.
|
java.util.Collection<IThreat> |
getThreats(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the threat items.
|
java.util.Collection<IThreat> |
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> |
getThreatsWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the threat items that belong to the default category.
|
java.util.Collection<IWeakness> |
getWeaknesss(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the weakness items.
|
java.util.Collection<IWeakness> |
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> |
getWeaknesssWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the weakness items that belong to the default category.
|
java.util.Collection<IStrength> getStrengths(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
action - the actionjava.util.Collection<IStrength> getStrengthsWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action, java.lang.String categoryID)
action - the actioncategoryID - the category IDjava.util.Collection<IStrength> getStrengthsWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
action - the actionjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsOfStrength(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData strength)
strength - the strengthjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithCategoryOfStrength(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData strength,
java.lang.String categoryID)
strength - the strengthcategoryID - the category IDjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithDefaultCategoryOfStrength(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData strength)
strength - the strengthjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsOfStrength(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData strength,
java.lang.String itemType)
strength - the strengthitemType - the item typejava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithCategoryOfStrength(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData strength,
java.lang.String itemType,
java.lang.String categoryID)
strength - the strengthitemType - the item typecategoryID - the category IDjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithDefaultCategoryOfStrength(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData strength,
java.lang.String itemType)
strength - the strengthitemType - the item typejava.util.Collection<IWeakness> getWeaknesss(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
action - the actionjava.util.Collection<IWeakness> getWeaknesssWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action, java.lang.String categoryID)
action - the actioncategoryID - the category IDjava.util.Collection<IWeakness> getWeaknesssWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
action - the actionjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsOfWeakness(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData weakness)
weakness - the weaknessjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithCategoryOfWeakness(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData weakness,
java.lang.String categoryID)
weakness - the weaknesscategoryID - the category IDjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithDefaultCategoryOfWeakness(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData weakness)
weakness - the weaknessjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsOfWeakness(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData weakness,
java.lang.String itemType)
weakness - the weaknessitemType - the item typejava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithCategoryOfWeakness(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData weakness,
java.lang.String itemType,
java.lang.String categoryID)
weakness - the weaknessitemType - the item typecategoryID - the category IDjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithDefaultCategoryOfWeakness(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData weakness,
java.lang.String itemType)
weakness - the weaknessitemType - the item typejava.util.Collection<IOpportunity> getOpportunitys(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
action - the actionjava.util.Collection<IOpportunity> getOpportunitysWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action, java.lang.String categoryID)
action - the actioncategoryID - the category IDjava.util.Collection<IOpportunity> getOpportunitysWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
action - the actionjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsOfOpportunity(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData opportunity)
opportunity - the opportunityjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithCategoryOfOpportunity(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData opportunity,
java.lang.String categoryID)
opportunity - the opportunitycategoryID - the category IDjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithDefaultCategoryOfOpportunity(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData opportunity)
opportunity - the opportunityjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsOfOpportunity(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData opportunity,
java.lang.String itemType)
opportunity - the opportunityitemType - the item typejava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithCategoryOfOpportunity(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData opportunity,
java.lang.String itemType,
java.lang.String categoryID)
opportunity - the opportunityitemType - the item typecategoryID - the category IDjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithDefaultCategoryOfOpportunity(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData opportunity,
java.lang.String itemType)
opportunity - the opportunityitemType - the item typejava.util.Collection<IThreat> getThreats(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
action - the actionjava.util.Collection<IThreat> getThreatsWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action, java.lang.String categoryID)
action - the actioncategoryID - the category IDjava.util.Collection<IThreat> getThreatsWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
action - the actionjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsOfThreat(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData threat)
threat - the threatjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithCategoryOfThreat(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData threat,
java.lang.String categoryID)
threat - the threatcategoryID - the category IDjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithDefaultCategoryOfThreat(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData threat)
threat - the threatjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsOfThreat(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData threat,
java.lang.String itemType)
threat - the threatitemType - the item typejava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithCategoryOfThreat(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData threat,
java.lang.String itemType,
java.lang.String categoryID)
threat - the threatitemType - the item typecategoryID - the category IDjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getActionsWithDefaultCategoryOfThreat(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData threat,
java.lang.String itemType)
threat - the threatitemType - the item type