| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IScript> |
IReportDataProvider.getAllRootScripts()
Returns all root script items of the project.
|
java.util.List<? extends IScript> |
IReportDataProvider.getAllRootScripts(int sortingCriterion)
Returns all root script items of the project.
|
java.util.List<? extends IScript> |
IReportDataProvider.getAllRootScripts(java.lang.String sortingProperty)
Returns all root script items of the project.
|
java.util.List<? extends IScript> |
IReportDataProvider.getAllRootScriptsWithCategory(java.lang.String categoryID)
Returns all root script items of the project that belong to the specified category.
|
java.util.List<? extends IScript> |
IReportDataProvider.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> |
IReportDataProvider.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> |
IReportDataProvider.getAllRootScriptsWithDefaultCategory()
Returns all root script items of the project that belong to the default category.
|
java.util.List<? extends IScript> |
IReportDataProvider.getAllRootScriptsWithDefaultCategory(int sortingCriterion)
Returns all root script items of the project that belong to the default category.
|
java.util.List<? extends IScript> |
IReportDataProvider.getAllRootScriptsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root script items of the project that belong to the default category.
|
java.util.List<? extends IScript> |
IReportDataProvider.getAllScripts()
Returns all script items of the project.
|
java.util.List<? extends IScript> |
IReportDataProvider.getAllScripts(int sortingCriterion)
Returns all script items of the project.
|
java.util.List<? extends IScript> |
IReportDataProvider.getAllScripts(java.lang.String sortingProperty)
Returns all script items of the project.
|
java.util.List<? extends IScript> |
IReportDataProvider.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> |
IReportDataProvider.getAllScriptsWithCategory(java.lang.String categoryID)
Returns all script items of the project that belong to the specified category.
|
java.util.List<? extends IScript> |
IReportDataProvider.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> |
IReportDataProvider.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> |
IReportDataProvider.getAllScriptsWithDefaultCategory()
Returns all script items of the project that belong to the default category.
|
java.util.List<? extends IScript> |
IReportDataProvider.getAllScriptsWithDefaultCategory(int sortingCriterion)
Returns all script items of the project that belong to the default category.
|
java.util.List<? extends IScript> |
IReportDataProvider.getAllScriptsWithDefaultCategory(java.lang.String sortingProperty)
Returns all script items of the project that belong to the default category.
|
java.util.List<? extends IScript> |
ISourceSet.getScriptChildren()
Returns the script children.
|
java.util.List<? extends IScript> |
ISourceSet.getScriptChildren(int sortingCriterion)
Returns the script children.
|
java.util.List<? extends IScript> |
ISourceSet.getScriptChildren(java.lang.String sortingProperty)
Returns the script children.
|
java.util.List<? extends IScript> |
ISourceSet.getScriptChildrenWithCategory(java.lang.String categoryID)
Returns the script children that belong to the specified category.
|
java.util.List<? extends IScript> |
ISourceSet.getScriptChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the script children that belong to the specified category.
|
java.util.List<? extends IScript> |
ISourceSet.getScriptChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the script children that belong to the specified category.
|
java.util.List<? extends IScript> |
ISourceSet.getScriptChildrenWithDefaultCategory()
Returns the script children that belong to the default category.
|
java.util.List<? extends IScript> |
ISourceSet.getScriptChildrenWithDefaultCategory(int sortingCriterion)
Returns the script children that belong to the default category.
|
java.util.List<? extends IScript> |
ISourceSet.getScriptChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the script children that belong to the default category.
|