public interface ICrossModuleLinkReportDataProvider
extends com.arcway.cockpit.genericmodule.issuemodule2.docgen.provider.interfaces.legacy.IIssueLinkReportProvider_Legacy
ICrossModuleLinkReportDataProvider allows to access related items
from other modules.ICrossModuleLinkReportDataProvider can be referenced directly within a
document template by its name issueLinkReportProvider.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getConcernedItems(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData issue)
Returns the concerned item items.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getConcernedItems(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData issue,
java.lang.String itemType)
Returns the concerned item items of the specified type.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getConcernedItemsWithCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData issue,
java.lang.String categoryID)
Returns the concerned item items that belong to the specified category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getConcernedItemsWithCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData issue,
java.lang.String itemType,
java.lang.String categoryID)
Returns the concerned item items of the specified type that belong to the specified category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getConcernedItemsWithDefaultCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData issue)
Returns the concerned item items that belong to the default category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getConcernedItemsWithDefaultCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData issue,
java.lang.String itemType)
Returns the concerned item items of the specified type that belong to the default category.
|
java.util.Collection<IIssue> |
getIssues(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem)
Returns the issue items.
|
java.util.Collection<IIssue> |
getIssuesWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem,
java.lang.String categoryID)
Returns the issue items that belong to the specified category.
|
java.util.Collection<IIssue> |
getIssuesWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem)
Returns the issue items that belong to the default category.
|
java.util.Collection<IIssue> getIssues(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem)
concernedItem - the concerned itemjava.util.Collection<IIssue> getIssuesWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem, java.lang.String categoryID)
concernedItem - the concerned itemcategoryID - the category IDjava.util.Collection<IIssue> getIssuesWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem)
concernedItem - the concerned itemjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getConcernedItems(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData issue)
issue - the issuejava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getConcernedItemsWithCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData issue,
java.lang.String categoryID)
issue - the issuecategoryID - the category IDjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getConcernedItemsWithDefaultCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData issue)
issue - the issuejava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getConcernedItems(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData issue,
java.lang.String itemType)
issue - the issueitemType - the item typejava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getConcernedItemsWithCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData issue,
java.lang.String itemType,
java.lang.String categoryID)
issue - the issueitemType - the item typecategoryID - the category IDjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getConcernedItemsWithDefaultCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData issue,
java.lang.String itemType)
issue - the issueitemType - the item type