| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IMacroDefinition> |
IReportDataProvider.getAllMacroDefinitions()
Returns all macro definition items of the project.
|
java.util.List<? extends IMacroDefinition> |
IReportDataProvider.getAllMacroDefinitions(int sortingCriterion)
Returns all macro definition items of the project.
|
java.util.List<? extends IMacroDefinition> |
IReportDataProvider.getAllMacroDefinitions(java.lang.String sortingProperty)
Returns all macro definition items of the project.
|
java.util.List<? extends IMacroDefinition> |
IReportDataProvider.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> |
IReportDataProvider.getAllMacroDefinitionsWithCategory(java.lang.String categoryID)
Returns all macro definition items of the project that belong to the specified category.
|
java.util.List<? extends IMacroDefinition> |
IReportDataProvider.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> |
IReportDataProvider.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> |
IReportDataProvider.getAllMacroDefinitionsWithDefaultCategory()
Returns all macro definition items of the project that belong to the default category.
|
java.util.List<? extends IMacroDefinition> |
IReportDataProvider.getAllMacroDefinitionsWithDefaultCategory(int sortingCriterion)
Returns all macro definition items of the project that belong to the default category.
|
java.util.List<? extends IMacroDefinition> |
IReportDataProvider.getAllMacroDefinitionsWithDefaultCategory(java.lang.String sortingProperty)
Returns all macro definition items of the project that belong to the default category.
|
java.util.List<? extends IMacroDefinition> |
IReportDataProvider.getAllRootMacroDefinitions()
Returns all root macro definition items of the project.
|
java.util.List<? extends IMacroDefinition> |
IReportDataProvider.getAllRootMacroDefinitions(int sortingCriterion)
Returns all root macro definition items of the project.
|
java.util.List<? extends IMacroDefinition> |
IReportDataProvider.getAllRootMacroDefinitions(java.lang.String sortingProperty)
Returns all root macro definition items of the project.
|
java.util.List<? extends IMacroDefinition> |
IReportDataProvider.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> |
IReportDataProvider.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> |
IReportDataProvider.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> |
IReportDataProvider.getAllRootMacroDefinitionsWithDefaultCategory()
Returns all root macro definition items of the project that belong to the default category.
|
java.util.List<? extends IMacroDefinition> |
IReportDataProvider.getAllRootMacroDefinitionsWithDefaultCategory(int sortingCriterion)
Returns all root macro definition items of the project that belong to the default category.
|
java.util.List<? extends IMacroDefinition> |
IReportDataProvider.getAllRootMacroDefinitionsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root macro definition items of the project that belong to the default category.
|
java.util.List<? extends IMacroDefinition> |
ISourceSet.getMacroDefinitionChildren()
Returns the macro definition children.
|
java.util.List<? extends IMacroDefinition> |
ISourceSet.getMacroDefinitionChildren(int sortingCriterion)
Returns the macro definition children.
|
java.util.List<? extends IMacroDefinition> |
ISourceSet.getMacroDefinitionChildren(java.lang.String sortingProperty)
Returns the macro definition children.
|
java.util.List<? extends IMacroDefinition> |
ISourceSet.getMacroDefinitionChildrenWithCategory(java.lang.String categoryID)
Returns the macro definition children that belong to the specified category.
|
java.util.List<? extends IMacroDefinition> |
ISourceSet.getMacroDefinitionChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the macro definition children that belong to the specified category.
|
java.util.List<? extends IMacroDefinition> |
ISourceSet.getMacroDefinitionChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the macro definition children that belong to the specified category.
|
java.util.List<? extends IMacroDefinition> |
ISourceSet.getMacroDefinitionChildrenWithDefaultCategory()
Returns the macro definition children that belong to the default category.
|
java.util.List<? extends IMacroDefinition> |
ISourceSet.getMacroDefinitionChildrenWithDefaultCategory(int sortingCriterion)
Returns the macro definition children that belong to the default category.
|
java.util.List<? extends IMacroDefinition> |
ISourceSet.getMacroDefinitionChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the macro definition children that belong to the default category.
|