| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends IModuleData> |
IGeneralModuleReportProvider.getLinkableObjects(IModuleData moduleDataItem,
java.lang.String crossModuleLinkTypeID)
Returns the linkable objects linked to the given module data item via a link of the specified type.
|
java.util.Collection<? extends IModuleData> |
IGeneralModuleReportProvider.getLinkableObjectsWithCategory(IModuleData moduleDataItem,
java.lang.String crossModuleLinkTypeID,
java.lang.String categoryID)
Returns the linkable objects that are linked to the given module data item via a link of the specified type
and that belong to the specified category.
|
java.util.Collection<? extends IModuleData> |
IGeneralModuleReportProvider.getLinkableObjectsWithDefaultCategory(IModuleData moduleDataItem,
java.lang.String crossModuleLinkTypeID)
Returns the linkable objects linked to the given module data item via a link of the specified type
and that belong to the default category.
|
java.util.Collection<? extends IModuleData> |
IGeneralModuleReportProvider.getModuleDataItems(IModuleData linkableObject,
java.lang.String crossModuleLinkTypeID)
Returns the module data items linked to the given linkable object via a link of the specified type.
|
java.util.Collection<? extends IModuleData> |
IGeneralModuleReportProvider.getModuleDataItemsWithCategory(IModuleData linkableObject,
java.lang.String crossModuleLinkTypeID,
java.lang.String categoryID)
Returns the module data items that are linked to the given linkable object via a link of the specified type
and that belong to the specified category.
|
java.util.Collection<? extends IModuleData> |
IGeneralModuleReportProvider.getModuleDataItemsWithDefaultCategory(IModuleData linkableObject,
java.lang.String crossModuleLinkTypeID)
Returns the module data items that are linked to the given linkable object via a link of the default type
and that belong to the specified category.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends IModuleData> |
IGeneralModuleReportProvider.getLinkableObjects(IModuleData moduleDataItem,
java.lang.String crossModuleLinkTypeID)
Returns the linkable objects linked to the given module data item via a link of the specified type.
|
java.util.Collection<? extends IModuleData> |
IGeneralModuleReportProvider.getLinkableObjectsWithCategory(IModuleData moduleDataItem,
java.lang.String crossModuleLinkTypeID,
java.lang.String categoryID)
Returns the linkable objects that are linked to the given module data item via a link of the specified type
and that belong to the specified category.
|
java.util.Collection<? extends IModuleData> |
IGeneralModuleReportProvider.getLinkableObjectsWithDefaultCategory(IModuleData moduleDataItem,
java.lang.String crossModuleLinkTypeID)
Returns the linkable objects linked to the given module data item via a link of the specified type
and that belong to the default category.
|
java.util.Collection<? extends IModuleData> |
IGeneralModuleReportProvider.getModuleDataItems(IModuleData linkableObject,
java.lang.String crossModuleLinkTypeID)
Returns the module data items linked to the given linkable object via a link of the specified type.
|
java.util.Collection<? extends IModuleData> |
IGeneralModuleReportProvider.getModuleDataItemsWithCategory(IModuleData linkableObject,
java.lang.String crossModuleLinkTypeID,
java.lang.String categoryID)
Returns the module data items that are linked to the given linkable object via a link of the specified type
and that belong to the specified category.
|
java.util.Collection<? extends IModuleData> |
IGeneralModuleReportProvider.getModuleDataItemsWithDefaultCategory(IModuleData linkableObject,
java.lang.String crossModuleLinkTypeID)
Returns the module data items that are linked to the given linkable object via a link of the default type
and that belong to the specified category.
|