public interface IReportDataProvider
IReportDataProvider allows to access Reports of a COCKPIT project
for document generation. The IReportDataProvider can be referenced directly within a
document template by its name reportDataProvider.| Modifier and Type | Method and Description |
|---|---|
IReportSet |
findReportSet(java.lang.String path)
Searches for the report set item with the specified path.
|
ISourceSet |
findSourceSet(java.lang.String path)
Searches for the source set item with the specified path.
|
java.util.List<? extends IMacroDefinition> |
getAllMacroDefinitions()
Returns all macro definition items of the project.
|
java.util.List<? extends IMacroDefinition> |
getAllMacroDefinitions(int sortingCriterion)
Returns all macro definition items of the project.
|
java.util.List<? extends IMacroDefinition> |
getAllMacroDefinitions(java.lang.String sortingProperty)
Returns all macro definition items of the project.
|
java.util.List<? extends IMacroDefinition> |
getAllMacroDefinitionsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all macro definition 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 IMacroDefinition> |
getAllMacroDefinitionsWithCategory(java.lang.String categoryID)
Returns all macro definition items of the project that belong to the specified category.
|
java.util.List<? extends IMacroDefinition> |
getAllMacroDefinitionsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all macro definition items of the project that belong to the specified category.
|
java.util.List<? extends IMacroDefinition> |
getAllMacroDefinitionsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all macro definition items of the project that belong to the specified category.
|
java.util.List<? extends IMacroDefinition> |
getAllMacroDefinitionsWithDefaultCategory()
Returns all macro definition items of the project that belong to the default category.
|
java.util.List<? extends IMacroDefinition> |
getAllMacroDefinitionsWithDefaultCategory(int sortingCriterion)
Returns all macro definition items of the project that belong to the default category.
|
java.util.List<? extends IMacroDefinition> |
getAllMacroDefinitionsWithDefaultCategory(java.lang.String sortingProperty)
Returns all macro definition items of the project that belong to the default category.
|
java.util.List<? extends IReportConfiguration> |
getAllReportConfigurations()
Returns all report configuration items of the project.
|
java.util.List<? extends IReportConfiguration> |
getAllReportConfigurations(int sortingCriterion)
Returns all report configuration items of the project.
|
java.util.List<? extends IReportConfiguration> |
getAllReportConfigurations(java.lang.String sortingProperty)
Returns all report configuration items of the project.
|
java.util.List<? extends IReportConfiguration> |
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> |
getAllReportConfigurationsWithCategory(java.lang.String categoryID)
Returns all report configuration items of the project that belong to the specified category.
|
java.util.List<? extends IReportConfiguration> |
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> |
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> |
getAllReportConfigurationsWithDefaultCategory()
Returns all report configuration items of the project that belong to the default category.
|
java.util.List<? extends IReportConfiguration> |
getAllReportConfigurationsWithDefaultCategory(int sortingCriterion)
Returns all report configuration items of the project that belong to the default category.
|
java.util.List<? extends IReportConfiguration> |
getAllReportConfigurationsWithDefaultCategory(java.lang.String sortingProperty)
Returns all report configuration items of the project that belong to the default category.
|
java.util.List<? extends IReport> |
getAllReports()
Returns all report items of the project.
|
java.util.List<? extends IReport> |
getAllReports(int sortingCriterion)
Returns all report items of the project.
|
java.util.List<? extends IReport> |
getAllReports(java.lang.String sortingProperty)
Returns all report items of the project.
|
java.util.List<? extends IReportSet> |
getAllReportSets()
Returns all report set items of the project.
|
java.util.List<? extends IReportSet> |
getAllReportSets(int sortingCriterion)
Returns all report set items of the project.
|
java.util.List<? extends IReportSet> |
getAllReportSets(java.lang.String sortingProperty)
Returns all report set items of the project.
|
java.util.List<? extends IReportSet> |
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> |
getAllReportSetsWithCategory(java.lang.String categoryID)
Returns all report set items of the project that belong to the specified category.
|
java.util.List<? extends IReportSet> |
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> |
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> |
getAllReportSetsWithDefaultCategory()
Returns all report set items of the project that belong to the default category.
|
java.util.List<? extends IReportSet> |
getAllReportSetsWithDefaultCategory(int sortingCriterion)
Returns all report set items of the project that belong to the default category.
|
java.util.List<? extends IReportSet> |
getAllReportSetsWithDefaultCategory(java.lang.String sortingProperty)
Returns all report set items of the project that belong to the default category.
|
java.util.List<? extends IReport> |
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> |
getAllReportsWithCategory(java.lang.String categoryID)
Returns all report items of the project that belong to the specified category.
|
java.util.List<? extends IReport> |
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> |
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> |
getAllReportsWithDefaultCategory()
Returns all report items of the project that belong to the default category.
|
java.util.List<? extends IReport> |
getAllReportsWithDefaultCategory(int sortingCriterion)
Returns all report items of the project that belong to the default category.
|
java.util.List<? extends IReport> |
getAllReportsWithDefaultCategory(java.lang.String sortingProperty)
Returns all report items of the project that belong to the default category.
|
java.util.List<? extends IMacroDefinition> |
getAllRootMacroDefinitions()
Returns all root macro definition items of the project.
|
java.util.List<? extends IMacroDefinition> |
getAllRootMacroDefinitions(int sortingCriterion)
Returns all root macro definition items of the project.
|
java.util.List<? extends IMacroDefinition> |
getAllRootMacroDefinitions(java.lang.String sortingProperty)
Returns all root macro definition items of the project.
|
java.util.List<? extends IMacroDefinition> |
getAllRootMacroDefinitionsWithCategory(java.lang.String categoryID)
Returns all root macro definition items of the project that belong to the specified category.
|
java.util.List<? extends IMacroDefinition> |
getAllRootMacroDefinitionsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root macro definition items of the project that belong to the specified category.
|
java.util.List<? extends IMacroDefinition> |
getAllRootMacroDefinitionsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root macro definition items of the project that belong to the specified category.
|
java.util.List<? extends IMacroDefinition> |
getAllRootMacroDefinitionsWithDefaultCategory()
Returns all root macro definition items of the project that belong to the default category.
|
java.util.List<? extends IMacroDefinition> |
getAllRootMacroDefinitionsWithDefaultCategory(int sortingCriterion)
Returns all root macro definition items of the project that belong to the default category.
|
java.util.List<? extends IMacroDefinition> |
getAllRootMacroDefinitionsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root macro definition items of the project that belong to the default category.
|
java.util.List<? extends IReport> |
getAllRootReports()
Returns all root report items of the project.
|
java.util.List<? extends IReport> |
getAllRootReports(int sortingCriterion)
Returns all root report items of the project.
|
java.util.List<? extends IReport> |
getAllRootReports(java.lang.String sortingProperty)
Returns all root report items of the project.
|
java.util.List<? extends IReportSet> |
getAllRootReportSets()
Returns all root report set items of the project.
|
java.util.List<? extends IReportSet> |
getAllRootReportSets(int sortingCriterion)
Returns all root report set items of the project.
|
java.util.List<? extends IReportSet> |
getAllRootReportSets(java.lang.String sortingProperty)
Returns all root report set items of the project.
|
java.util.List<? extends IReportSet> |
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> |
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> |
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> |
getAllRootReportSetsWithDefaultCategory()
Returns all root report set items of the project that belong to the default category.
|
java.util.List<? extends IReportSet> |
getAllRootReportSetsWithDefaultCategory(int sortingCriterion)
Returns all root report set items of the project that belong to the default category.
|
java.util.List<? extends IReportSet> |
getAllRootReportSetsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root report set items of the project that belong to the default category.
|
java.util.List<? extends IReport> |
getAllRootReportsWithCategory(java.lang.String categoryID)
Returns all root report items of the project that belong to the specified category.
|
java.util.List<? extends IReport> |
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> |
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> |
getAllRootReportsWithDefaultCategory()
Returns all root report items of the project that belong to the default category.
|
java.util.List<? extends IReport> |
getAllRootReportsWithDefaultCategory(int sortingCriterion)
Returns all root report items of the project that belong to the default category.
|
java.util.List<? extends IReport> |
getAllRootReportsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root report items of the project that belong to the default category.
|
java.util.List<? extends IScript> |
getAllRootScripts()
Returns all root script items of the project.
|
java.util.List<? extends IScript> |
getAllRootScripts(int sortingCriterion)
Returns all root script items of the project.
|
java.util.List<? extends IScript> |
getAllRootScripts(java.lang.String sortingProperty)
Returns all root script items of the project.
|
java.util.List<? extends IScript> |
getAllRootScriptsWithCategory(java.lang.String categoryID)
Returns all root script items of the project that belong to the specified category.
|
java.util.List<? extends IScript> |
getAllRootScriptsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root script items of the project that belong to the specified category.
|
java.util.List<? extends IScript> |
getAllRootScriptsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root script items of the project that belong to the specified category.
|
java.util.List<? extends IScript> |
getAllRootScriptsWithDefaultCategory()
Returns all root script items of the project that belong to the default category.
|
java.util.List<? extends IScript> |
getAllRootScriptsWithDefaultCategory(int sortingCriterion)
Returns all root script items of the project that belong to the default category.
|
java.util.List<? extends IScript> |
getAllRootScriptsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root script items of the project that belong to the default category.
|
java.util.List<? extends ISourceSet> |
getAllRootSourceSets()
Returns all root source set items of the project.
|
java.util.List<? extends ISourceSet> |
getAllRootSourceSets(int sortingCriterion)
Returns all root source set items of the project.
|
java.util.List<? extends ISourceSet> |
getAllRootSourceSets(java.lang.String sortingProperty)
Returns all root source set items of the project.
|
java.util.List<? extends ISourceSet> |
getAllRootSourceSetsWithCategory(java.lang.String categoryID)
Returns all root source set items of the project that belong to the specified category.
|
java.util.List<? extends ISourceSet> |
getAllRootSourceSetsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root source set items of the project that belong to the specified category.
|
java.util.List<? extends ISourceSet> |
getAllRootSourceSetsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root source set items of the project that belong to the specified category.
|
java.util.List<? extends ISourceSet> |
getAllRootSourceSetsWithDefaultCategory()
Returns all root source set items of the project that belong to the default category.
|
java.util.List<? extends ISourceSet> |
getAllRootSourceSetsWithDefaultCategory(int sortingCriterion)
Returns all root source set items of the project that belong to the default category.
|
java.util.List<? extends ISourceSet> |
getAllRootSourceSetsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root source set items of the project that belong to the default category.
|
java.util.List<? extends IScript> |
getAllScripts()
Returns all script items of the project.
|
java.util.List<? extends IScript> |
getAllScripts(int sortingCriterion)
Returns all script items of the project.
|
java.util.List<? extends IScript> |
getAllScripts(java.lang.String sortingProperty)
Returns all script items of the project.
|
java.util.List<? extends IScript> |
getAllScriptsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all script 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 IScript> |
getAllScriptsWithCategory(java.lang.String categoryID)
Returns all script items of the project that belong to the specified category.
|
java.util.List<? extends IScript> |
getAllScriptsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all script items of the project that belong to the specified category.
|
java.util.List<? extends IScript> |
getAllScriptsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all script items of the project that belong to the specified category.
|
java.util.List<? extends IScript> |
getAllScriptsWithDefaultCategory()
Returns all script items of the project that belong to the default category.
|
java.util.List<? extends IScript> |
getAllScriptsWithDefaultCategory(int sortingCriterion)
Returns all script items of the project that belong to the default category.
|
java.util.List<? extends IScript> |
getAllScriptsWithDefaultCategory(java.lang.String sortingProperty)
Returns all script items of the project that belong to the default category.
|
java.util.List<? extends ISourceSet> |
getAllSourceSets()
Returns all source set items of the project.
|
java.util.List<? extends ISourceSet> |
getAllSourceSets(int sortingCriterion)
Returns all source set items of the project.
|
java.util.List<? extends ISourceSet> |
getAllSourceSets(java.lang.String sortingProperty)
Returns all source set items of the project.
|
java.util.List<? extends ISourceSet> |
getAllSourceSetsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all source 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 ISourceSet> |
getAllSourceSetsWithCategory(java.lang.String categoryID)
Returns all source set items of the project that belong to the specified category.
|
java.util.List<? extends ISourceSet> |
getAllSourceSetsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all source set items of the project that belong to the specified category.
|
java.util.List<? extends ISourceSet> |
getAllSourceSetsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all source set items of the project that belong to the specified category.
|
java.util.List<? extends ISourceSet> |
getAllSourceSetsWithDefaultCategory()
Returns all source set items of the project that belong to the default category.
|
java.util.List<? extends ISourceSet> |
getAllSourceSetsWithDefaultCategory(int sortingCriterion)
Returns all source set items of the project that belong to the default category.
|
java.util.List<? extends ISourceSet> |
getAllSourceSetsWithDefaultCategory(java.lang.String sortingProperty)
Returns all source set items of the project that belong to the default category.
|
int |
getSORT_MACRODEFINITION_BY_ID()
Constant for sorting macro definition items by id.
|
int |
getSORT_MACRODEFINITION_BY_IDANDTITLE()
Constant for sorting macro definition items by id and title.
|
int |
getSORT_MACRODEFINITION_BY_TITLE()
Constant for sorting macro definition items by title.
|
int |
getSORT_REPORT_BY_ID()
Constant for sorting report items by id.
|
int |
getSORT_REPORT_BY_IDANDTITLE()
Constant for sorting report items by id and title.
|
int |
getSORT_REPORT_BY_TITLE()
Constant for sorting report items by title.
|
int |
getSORT_REPORTCONFIGURATION_BY_NAME()
Constant for sorting report configuration items by name.
|
int |
getSORT_REPORTSET_BY_NAME()
Constant for sorting report set items by name.
|
int |
getSORT_SCRIPT_BY_ID()
Constant for sorting script items by id.
|
int |
getSORT_SCRIPT_BY_IDANDTITLE()
Constant for sorting script items by id and title.
|
int |
getSORT_SCRIPT_BY_TITLE()
Constant for sorting script items by title.
|
int |
getSORT_SOURCESET_BY_NAME()
Constant for sorting source set items by name.
|
int getSORT_REPORTSET_BY_NAME()
int getSORT_REPORT_BY_ID()
int getSORT_REPORT_BY_TITLE()
int getSORT_REPORT_BY_IDANDTITLE()
int getSORT_REPORTCONFIGURATION_BY_NAME()
int getSORT_SOURCESET_BY_NAME()
int getSORT_MACRODEFINITION_BY_ID()
int getSORT_MACRODEFINITION_BY_TITLE()
int getSORT_MACRODEFINITION_BY_IDANDTITLE()
int getSORT_SCRIPT_BY_ID()
int getSORT_SCRIPT_BY_TITLE()
int getSORT_SCRIPT_BY_IDANDTITLE()
java.util.List<? extends IReportSet> getAllReportSets()
java.util.List<? extends IReportSet> getAllReportSets(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReportSet> getAllReportSets(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReportSet> getAllReportSetsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IReportSet> getAllReportSetsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReportSet> getAllReportSetsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReportSet> getAllReportSetsWithDefaultCategory()
java.util.List<? extends IReportSet> getAllReportSetsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReportSet> getAllReportSetsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReportSet> getAllRootReportSets()
java.util.List<? extends IReportSet> getAllRootReportSets(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReportSet> getAllRootReportSets(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReportSet> getAllRootReportSetsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IReportSet> getAllRootReportSetsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReportSet> getAllRootReportSetsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReportSet> getAllRootReportSetsWithDefaultCategory()
java.util.List<? extends IReportSet> getAllRootReportSetsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReportSet> getAllRootReportSetsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReportSet> getAllReportSetsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an report set is
only assigned to the history item for the commit of the last change of the
report set. This method does not allow to access old versions.
historyItem - history item identifying the last change of the report set itemsjava.util.List<? extends IReport> getAllReports()
java.util.List<? extends IReport> getAllReports(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReport> getAllReports(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReport> getAllReportsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IReport> getAllReportsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReport> getAllReportsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReport> getAllReportsWithDefaultCategory()
java.util.List<? extends IReport> getAllReportsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReport> getAllReportsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReport> getAllRootReports()
java.util.List<? extends IReport> getAllRootReports(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReport> getAllRootReports(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReport> getAllRootReportsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IReport> getAllRootReportsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReport> getAllRootReportsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReport> getAllRootReportsWithDefaultCategory()
java.util.List<? extends IReport> getAllRootReportsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReport> getAllRootReportsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReport> getAllReportsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an report is
only assigned to the history item for the commit of the last change of the
report. This method does not allow to access old versions.
historyItem - history item identifying the last change of the report itemsjava.util.List<? extends IReportConfiguration> getAllReportConfigurations()
java.util.List<? extends IReportConfiguration> getAllReportConfigurations(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReportConfiguration> getAllReportConfigurations(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReportConfiguration> getAllReportConfigurationsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IReportConfiguration> getAllReportConfigurationsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReportConfiguration> getAllReportConfigurationsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReportConfiguration> getAllReportConfigurationsWithDefaultCategory()
java.util.List<? extends IReportConfiguration> getAllReportConfigurationsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReportConfiguration> getAllReportConfigurationsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReportConfiguration> getAllReportConfigurationsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an report configuration is
only assigned to the history item for the commit of the last change of the
report configuration. This method does not allow to access old versions.
historyItem - history item identifying the last change of the report configuration itemsjava.util.List<? extends ISourceSet> getAllSourceSets()
java.util.List<? extends ISourceSet> getAllSourceSets(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISourceSet> getAllSourceSets(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISourceSet> getAllSourceSetsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ISourceSet> getAllSourceSetsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISourceSet> getAllSourceSetsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISourceSet> getAllSourceSetsWithDefaultCategory()
java.util.List<? extends ISourceSet> getAllSourceSetsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISourceSet> getAllSourceSetsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISourceSet> getAllRootSourceSets()
java.util.List<? extends ISourceSet> getAllRootSourceSets(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISourceSet> getAllRootSourceSets(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISourceSet> getAllRootSourceSetsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ISourceSet> getAllRootSourceSetsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISourceSet> getAllRootSourceSetsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISourceSet> getAllRootSourceSetsWithDefaultCategory()
java.util.List<? extends ISourceSet> getAllRootSourceSetsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISourceSet> getAllRootSourceSetsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISourceSet> getAllSourceSetsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an source set is
only assigned to the history item for the commit of the last change of the
source set. This method does not allow to access old versions.
historyItem - history item identifying the last change of the source set itemsjava.util.List<? extends IMacroDefinition> getAllMacroDefinitions()
java.util.List<? extends IMacroDefinition> getAllMacroDefinitions(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IMacroDefinition> getAllMacroDefinitions(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IMacroDefinition> getAllMacroDefinitionsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IMacroDefinition> getAllMacroDefinitionsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IMacroDefinition> getAllMacroDefinitionsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IMacroDefinition> getAllMacroDefinitionsWithDefaultCategory()
java.util.List<? extends IMacroDefinition> getAllMacroDefinitionsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IMacroDefinition> getAllMacroDefinitionsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IMacroDefinition> getAllRootMacroDefinitions()
java.util.List<? extends IMacroDefinition> getAllRootMacroDefinitions(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IMacroDefinition> getAllRootMacroDefinitions(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IMacroDefinition> getAllRootMacroDefinitionsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IMacroDefinition> getAllRootMacroDefinitionsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IMacroDefinition> getAllRootMacroDefinitionsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IMacroDefinition> getAllRootMacroDefinitionsWithDefaultCategory()
java.util.List<? extends IMacroDefinition> getAllRootMacroDefinitionsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IMacroDefinition> getAllRootMacroDefinitionsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IMacroDefinition> getAllMacroDefinitionsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an macro definition is
only assigned to the history item for the commit of the last change of the
macro definition. This method does not allow to access old versions.
historyItem - history item identifying the last change of the macro definition itemsjava.util.List<? extends IScript> getAllScripts()
java.util.List<? extends IScript> getAllScripts(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IScript> getAllScripts(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IScript> getAllScriptsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IScript> getAllScriptsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IScript> getAllScriptsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IScript> getAllScriptsWithDefaultCategory()
java.util.List<? extends IScript> getAllScriptsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IScript> getAllScriptsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IScript> getAllRootScripts()
java.util.List<? extends IScript> getAllRootScripts(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IScript> getAllRootScripts(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IScript> getAllRootScriptsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IScript> getAllRootScriptsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IScript> getAllRootScriptsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IScript> getAllRootScriptsWithDefaultCategory()
java.util.List<? extends IScript> getAllRootScriptsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IScript> getAllRootScriptsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IScript> getAllScriptsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an script is
only assigned to the history item for the commit of the last change of the
script. This method does not allow to access old versions.
historyItem - history item identifying the last change of the script itemsIReportSet findReportSet(java.lang.String path)
path - the pathISourceSet findSourceSet(java.lang.String path)
path - the path