| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IReportConfiguration> |
IReportDataProvider.getAllReportConfigurations()
Returns all report configuration items of the project.
|
java.util.List<? extends IReportConfiguration> |
IReportDataProvider.getAllReportConfigurations(int sortingCriterion)
Returns all report configuration items of the project.
|
java.util.List<? extends IReportConfiguration> |
IReportDataProvider.getAllReportConfigurations(java.lang.String sortingProperty)
Returns all report configuration items of the project.
|
java.util.List<? extends IReportConfiguration> |
IReportDataProvider.getAllReportConfigurationsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all report configuration 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 IReportConfiguration> |
IReportDataProvider.getAllReportConfigurationsWithCategory(java.lang.String categoryID)
Returns all report configuration items of the project that belong to the specified category.
|
java.util.List<? extends IReportConfiguration> |
IReportDataProvider.getAllReportConfigurationsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all report configuration items of the project that belong to the specified category.
|
java.util.List<? extends IReportConfiguration> |
IReportDataProvider.getAllReportConfigurationsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all report configuration items of the project that belong to the specified category.
|
java.util.List<? extends IReportConfiguration> |
IReportDataProvider.getAllReportConfigurationsWithDefaultCategory()
Returns all report configuration items of the project that belong to the default category.
|
java.util.List<? extends IReportConfiguration> |
IReportDataProvider.getAllReportConfigurationsWithDefaultCategory(int sortingCriterion)
Returns all report configuration items of the project that belong to the default category.
|
java.util.List<? extends IReportConfiguration> |
IReportDataProvider.getAllReportConfigurationsWithDefaultCategory(java.lang.String sortingProperty)
Returns all report configuration items of the project that belong to the default category.
|
java.util.List<? extends IReportConfiguration> |
IReport.getReportConfigurationChildren()
Returns the report configuration children.
|
java.util.List<? extends IReportConfiguration> |
IReport.getReportConfigurationChildren(int sortingCriterion)
Returns the report configuration children.
|
java.util.List<? extends IReportConfiguration> |
IReport.getReportConfigurationChildren(java.lang.String sortingProperty)
Returns the report configuration children.
|
java.util.List<? extends IReportConfiguration> |
IReport.getReportConfigurationChildrenWithCategory(java.lang.String categoryID)
Returns the report configuration children that belong to the specified category.
|
java.util.List<? extends IReportConfiguration> |
IReport.getReportConfigurationChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the report configuration children that belong to the specified category.
|
java.util.List<? extends IReportConfiguration> |
IReport.getReportConfigurationChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the report configuration children that belong to the specified category.
|
java.util.List<? extends IReportConfiguration> |
IReport.getReportConfigurationChildrenWithDefaultCategory()
Returns the report configuration children that belong to the default category.
|
java.util.List<? extends IReportConfiguration> |
IReport.getReportConfigurationChildrenWithDefaultCategory(int sortingCriterion)
Returns the report configuration children that belong to the default category.
|
java.util.List<? extends IReportConfiguration> |
IReport.getReportConfigurationChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the report configuration children that belong to the default category.
|