| Modifier and Type | Method and Description |
|---|---|
IReportSet |
IReportDataProvider.findReportSet(java.lang.String path)
Searches for the report set item with the specified path.
|
IReportSet |
IReportSet.getParentReportSet()
Returns the parent report set.
|
IReportSet |
IReport.getParentReportSet()
Returns the parent report set.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllReportSets()
Returns all report set items of the project.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllReportSets(int sortingCriterion)
Returns all report set items of the project.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllReportSets(java.lang.String sortingProperty)
Returns all report set items of the project.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllReportSetsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all report set 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 IReportSet> |
IReportDataProvider.getAllReportSetsWithCategory(java.lang.String categoryID)
Returns all report set items of the project that belong to the specified category.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllReportSetsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all report set items of the project that belong to the specified category.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllReportSetsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all report set items of the project that belong to the specified category.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllReportSetsWithDefaultCategory()
Returns all report set items of the project that belong to the default category.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllReportSetsWithDefaultCategory(int sortingCriterion)
Returns all report set items of the project that belong to the default category.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllReportSetsWithDefaultCategory(java.lang.String sortingProperty)
Returns all report set items of the project that belong to the default category.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllRootReportSets()
Returns all root report set items of the project.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllRootReportSets(int sortingCriterion)
Returns all root report set items of the project.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllRootReportSets(java.lang.String sortingProperty)
Returns all root report set items of the project.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllRootReportSetsWithCategory(java.lang.String categoryID)
Returns all root report set items of the project that belong to the specified category.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllRootReportSetsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root report set items of the project that belong to the specified category.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllRootReportSetsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root report set items of the project that belong to the specified category.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllRootReportSetsWithDefaultCategory()
Returns all root report set items of the project that belong to the default category.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllRootReportSetsWithDefaultCategory(int sortingCriterion)
Returns all root report set items of the project that belong to the default category.
|
java.util.List<? extends IReportSet> |
IReportDataProvider.getAllRootReportSetsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root report set items of the project that belong to the default category.
|
java.util.List<? extends IReportSet> |
IReportSet.getReportSetChildren()
Returns the report set children.
|
java.util.List<? extends IReportSet> |
IReportSet.getReportSetChildren(int sortingCriterion)
Returns the report set children.
|
java.util.List<? extends IReportSet> |
IReportSet.getReportSetChildren(java.lang.String sortingProperty)
Returns the report set children.
|
java.util.List<? extends IReportSet> |
IReportSet.getReportSetChildrenWithCategory(java.lang.String categoryID)
Returns the report set children that belong to the specified category.
|
java.util.List<? extends IReportSet> |
IReportSet.getReportSetChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the report set children that belong to the specified category.
|
java.util.List<? extends IReportSet> |
IReportSet.getReportSetChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the report set children that belong to the specified category.
|
java.util.List<? extends IReportSet> |
IReportSet.getReportSetChildrenWithDefaultCategory()
Returns the report set children that belong to the default category.
|
java.util.List<? extends IReportSet> |
IReportSet.getReportSetChildrenWithDefaultCategory(int sortingCriterion)
Returns the report set children that belong to the default category.
|
java.util.List<? extends IReportSet> |
IReportSet.getReportSetChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the report set children that belong to the default category.
|