| Modifier and Type | Method and Description |
|---|---|
ISourceSet |
IReportDataProvider.findSourceSet(java.lang.String path)
Searches for the source set item with the specified path.
|
ISourceSet |
ISourceSet.getParentSourceSet()
Returns the parent source set.
|
ISourceSet |
IScript.getParentSourceSet()
Returns the parent source set.
|
ISourceSet |
IMacroDefinition.getParentSourceSet()
Returns the parent source set.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ISourceSet> |
IReportDataProvider.getAllRootSourceSets()
Returns all root source set items of the project.
|
java.util.List<? extends ISourceSet> |
IReportDataProvider.getAllRootSourceSets(int sortingCriterion)
Returns all root source set items of the project.
|
java.util.List<? extends ISourceSet> |
IReportDataProvider.getAllRootSourceSets(java.lang.String sortingProperty)
Returns all root source set items of the project.
|
java.util.List<? extends ISourceSet> |
IReportDataProvider.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> |
IReportDataProvider.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> |
IReportDataProvider.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> |
IReportDataProvider.getAllRootSourceSetsWithDefaultCategory()
Returns all root source set items of the project that belong to the default category.
|
java.util.List<? extends ISourceSet> |
IReportDataProvider.getAllRootSourceSetsWithDefaultCategory(int sortingCriterion)
Returns all root source set items of the project that belong to the default category.
|
java.util.List<? extends ISourceSet> |
IReportDataProvider.getAllRootSourceSetsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root source set items of the project that belong to the default category.
|
java.util.List<? extends ISourceSet> |
IReportDataProvider.getAllSourceSets()
Returns all source set items of the project.
|
java.util.List<? extends ISourceSet> |
IReportDataProvider.getAllSourceSets(int sortingCriterion)
Returns all source set items of the project.
|
java.util.List<? extends ISourceSet> |
IReportDataProvider.getAllSourceSets(java.lang.String sortingProperty)
Returns all source set items of the project.
|
java.util.List<? extends ISourceSet> |
IReportDataProvider.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> |
IReportDataProvider.getAllSourceSetsWithCategory(java.lang.String categoryID)
Returns all source set items of the project that belong to the specified category.
|
java.util.List<? extends ISourceSet> |
IReportDataProvider.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> |
IReportDataProvider.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> |
IReportDataProvider.getAllSourceSetsWithDefaultCategory()
Returns all source set items of the project that belong to the default category.
|
java.util.List<? extends ISourceSet> |
IReportDataProvider.getAllSourceSetsWithDefaultCategory(int sortingCriterion)
Returns all source set items of the project that belong to the default category.
|
java.util.List<? extends ISourceSet> |
IReportDataProvider.getAllSourceSetsWithDefaultCategory(java.lang.String sortingProperty)
Returns all source set items of the project that belong to the default category.
|
java.util.List<? extends ISourceSet> |
ISourceSet.getSourceSetChildren()
Returns the source set children.
|
java.util.List<? extends ISourceSet> |
ISourceSet.getSourceSetChildren(int sortingCriterion)
Returns the source set children.
|
java.util.List<? extends ISourceSet> |
ISourceSet.getSourceSetChildren(java.lang.String sortingProperty)
Returns the source set children.
|
java.util.List<? extends ISourceSet> |
ISourceSet.getSourceSetChildrenWithCategory(java.lang.String categoryID)
Returns the source set children that belong to the specified category.
|
java.util.List<? extends ISourceSet> |
ISourceSet.getSourceSetChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the source set children that belong to the specified category.
|
java.util.List<? extends ISourceSet> |
ISourceSet.getSourceSetChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the source set children that belong to the specified category.
|
java.util.List<? extends ISourceSet> |
ISourceSet.getSourceSetChildrenWithDefaultCategory()
Returns the source set children that belong to the default category.
|
java.util.List<? extends ISourceSet> |
ISourceSet.getSourceSetChildrenWithDefaultCategory(int sortingCriterion)
Returns the source set children that belong to the default category.
|
java.util.List<? extends ISourceSet> |
ISourceSet.getSourceSetChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the source set children that belong to the default category.
|