public interface ICrossModuleLinkReportDataProvider
ICrossModuleLinkReportDataProvider allows to access related items
from other modules.ICrossModuleLinkReportDataProvider can be referenced directly within a
document template by its name changeDocumentationLinkReportProvider.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IChange> |
getChanges(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem)
Returns the change items.
|
java.util.Collection<IChange> |
getChangesWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem,
java.lang.String categoryID)
Returns the change items that belong to the specified category.
|
java.util.Collection<IChange> |
getChangesWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem)
Returns the change items that belong to the default category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getConcernedItems(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData change)
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 change,
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 change,
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 change,
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 change)
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 change,
java.lang.String itemType)
Returns the concerned item items of the specified type that belong to the default category.
|
java.util.Collection<IPublication> |
getPublications(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData reference)
Returns the publication items.
|
java.util.Collection<IPublication> |
getPublicationsWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData reference,
java.lang.String categoryID)
Returns the publication items that belong to the specified category.
|
java.util.Collection<IPublication> |
getPublicationsWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData reference)
Returns the publication items that belong to the default category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getReferences(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData publication)
Returns the reference items.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getReferences(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData publication,
java.lang.String itemType)
Returns the reference items of the specified type.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getReferencesWithCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData publication,
java.lang.String categoryID)
Returns the reference items that belong to the specified category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getReferencesWithCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData publication,
java.lang.String itemType,
java.lang.String categoryID)
Returns the reference items of the specified type that belong to the specified category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getReferencesWithDefaultCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData publication)
Returns the reference items that belong to the default category.
|
java.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> |
getReferencesWithDefaultCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData publication,
java.lang.String itemType)
Returns the reference items of the specified type that belong to the default category.
|
java.util.Collection<IChange> getChanges(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem)
concernedItem - the concerned itemjava.util.Collection<IChange> getChangesWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem, java.lang.String categoryID)
concernedItem - the concerned itemcategoryID - the category IDjava.util.Collection<IChange> getChangesWithDefaultCategory(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 change)
change - the changejava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getConcernedItemsWithCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData change,
java.lang.String categoryID)
change - the changecategoryID - the category IDjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getConcernedItemsWithDefaultCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData change)
change - the changejava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getConcernedItems(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData change,
java.lang.String itemType)
change - the changeitemType - the item typejava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getConcernedItemsWithCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData change,
java.lang.String itemType,
java.lang.String categoryID)
change - the changeitemType - 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 change,
java.lang.String itemType)
change - the changeitemType - the item typejava.util.Collection<IPublication> getPublications(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData reference)
reference - the referencejava.util.Collection<IPublication> getPublicationsWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData reference, java.lang.String categoryID)
reference - the referencecategoryID - the category IDjava.util.Collection<IPublication> getPublicationsWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData reference)
reference - the referencejava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getReferences(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData publication)
publication - the publicationjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getReferencesWithCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData publication,
java.lang.String categoryID)
publication - the publicationcategoryID - the category IDjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getReferencesWithDefaultCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData publication)
publication - the publicationjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getReferences(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData publication,
java.lang.String itemType)
publication - the publicationitemType - the item typejava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getReferencesWithCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData publication,
java.lang.String itemType,
java.lang.String categoryID)
publication - the publicationitemType - the item typecategoryID - the category IDjava.util.Collection<com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData> getReferencesWithDefaultCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData publication,
java.lang.String itemType)
publication - the publicationitemType - the item type