| Modifier and Type | Method and Description |
|---|---|
IReport |
ICrossModuleLinkReportDataProvider.getImplementingReport(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData implementedPublicationType)
Returns the implementing report item.
|
IReport |
IReportNote.getParentReport()
Returns the parent report.
|
IReport |
IReportConfiguration.getParentReport()
Returns the parent report.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IReport> |
IReportDataProvider.getAllReports()
Returns all report items of the project.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllReports(int sortingCriterion)
Returns all report items of the project.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllReports(java.lang.String sortingProperty)
Returns all report items of the project.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllReportsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all report items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllReportsWithCategory(java.lang.String categoryID)
Returns all report items of the project that belong to the specified category.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllReportsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all report items of the project that belong to the specified category.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllReportsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all report items of the project that belong to the specified category.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllReportsWithDefaultCategory()
Returns all report items of the project that belong to the default category.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllReportsWithDefaultCategory(int sortingCriterion)
Returns all report items of the project that belong to the default category.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllReportsWithDefaultCategory(java.lang.String sortingProperty)
Returns all report items of the project that belong to the default category.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllRootReports()
Returns all root report items of the project.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllRootReports(int sortingCriterion)
Returns all root report items of the project.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllRootReports(java.lang.String sortingProperty)
Returns all root report items of the project.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllRootReportsWithCategory(java.lang.String categoryID)
Returns all root report items of the project that belong to the specified category.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllRootReportsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root report items of the project that belong to the specified category.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllRootReportsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root report items of the project that belong to the specified category.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllRootReportsWithDefaultCategory()
Returns all root report items of the project that belong to the default category.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllRootReportsWithDefaultCategory(int sortingCriterion)
Returns all root report items of the project that belong to the default category.
|
java.util.List<? extends IReport> |
IReportDataProvider.getAllRootReportsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root report items of the project that belong to the default category.
|
java.util.Collection<IReport> |
ICrossModuleLinkReportDataProvider.getDerivedReports(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData underlyingPublicationType)
Returns the derived report items.
|
java.util.Collection<IReport> |
ICrossModuleLinkReportDataProvider.getDerivedReportsWithCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData underlyingPublicationType,
java.lang.String categoryID)
Returns the derived report items that belong to the specified category.
|
java.util.Collection<IReport> |
ICrossModuleLinkReportDataProvider.getDerivedReportsWithDefaultCategory(com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData underlyingPublicationType)
Returns the derived report items that belong to the default category.
|
java.util.List<? extends IReport> |
IReportSet.getReportChildren()
Returns the report children.
|
java.util.List<? extends IReport> |
IReportSet.getReportChildren(int sortingCriterion)
Returns the report children.
|
java.util.List<? extends IReport> |
IReportSet.getReportChildren(java.lang.String sortingProperty)
Returns the report children.
|
java.util.List<? extends IReport> |
IReportSet.getReportChildrenWithCategory(java.lang.String categoryID)
Returns the report children that belong to the specified category.
|
java.util.List<? extends IReport> |
IReportSet.getReportChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the report children that belong to the specified category.
|
java.util.List<? extends IReport> |
IReportSet.getReportChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the report children that belong to the specified category.
|
java.util.List<? extends IReport> |
IReportSet.getReportChildrenWithDefaultCategory()
Returns the report children that belong to the default category.
|
java.util.List<? extends IReport> |
IReportSet.getReportChildrenWithDefaultCategory(int sortingCriterion)
Returns the report children that belong to the default category.
|
java.util.List<? extends IReport> |
IReportSet.getReportChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the report children that belong to the default category.
|