public interface ICrossModuleLinkReportDataProvider
ICrossModuleLinkReportDataProvider allows to access related items
from other modules.ICrossModuleLinkReportDataProvider can be referenced directly within a
document template by its name documentContentLinkReportProvider.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ICrossReference> |
getCrossReferences(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData referenceTarget)
Returns the cross reference items.
|
java.util.Collection<ICrossReference> |
getCrossReferencesWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData referenceTarget,
java.lang.String categoryID)
Returns the cross reference items that belong to the specified category.
|
java.util.Collection<ICrossReference> |
getCrossReferencesWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData referenceTarget)
Returns the cross reference items that belong to the default category.
|
com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData |
getReferenceTarget(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData crossReference)
Returns the reference target item.
|
java.util.Collection<ICrossReference> getCrossReferences(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData referenceTarget)
referenceTarget - the reference targetjava.util.Collection<ICrossReference> getCrossReferencesWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData referenceTarget, java.lang.String categoryID)
referenceTarget - the reference targetcategoryID - the category IDjava.util.Collection<ICrossReference> getCrossReferencesWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData referenceTarget)
referenceTarget - the reference targetcom.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData getReferenceTarget(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData crossReference)
crossReference - the cross reference