| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IPlanReference> |
IDocumentContentDataProvider.getAllPlanReferences()
Returns all plan reference items of the project.
|
java.util.List<? extends IPlanReference> |
IDocumentContentDataProvider.getAllPlanReferences(int sortingCriterion)
Returns all plan reference items of the project.
|
java.util.List<? extends IPlanReference> |
IDocumentContentDataProvider.getAllPlanReferences(java.lang.String sortingProperty)
Returns all plan reference items of the project.
|
java.util.List<? extends IPlanReference> |
IDocumentContentDataProvider.getAllPlanReferencesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all plan reference 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 IPlanReference> |
IDocumentContentDataProvider.getAllPlanReferencesWithCategory(java.lang.String categoryID)
Returns all plan reference items of the project that belong to the specified category.
|
java.util.List<? extends IPlanReference> |
IDocumentContentDataProvider.getAllPlanReferencesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all plan reference items of the project that belong to the specified category.
|
java.util.List<? extends IPlanReference> |
IDocumentContentDataProvider.getAllPlanReferencesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all plan reference items of the project that belong to the specified category.
|
java.util.List<? extends IPlanReference> |
IDocumentContentDataProvider.getAllPlanReferencesWithDefaultCategory()
Returns all plan reference items of the project that belong to the default category.
|
java.util.List<? extends IPlanReference> |
IDocumentContentDataProvider.getAllPlanReferencesWithDefaultCategory(int sortingCriterion)
Returns all plan reference items of the project that belong to the default category.
|
java.util.List<? extends IPlanReference> |
IDocumentContentDataProvider.getAllPlanReferencesWithDefaultCategory(java.lang.String sortingProperty)
Returns all plan reference items of the project that belong to the default category.
|
java.util.List<? extends IPlanReference> |
IContainer.getPlanReferenceChildren()
Returns the plan reference children.
|
java.util.List<? extends IPlanReference> |
IContainer.getPlanReferenceChildren(int sortingCriterion)
Returns the plan reference children.
|
java.util.List<? extends IPlanReference> |
IContainer.getPlanReferenceChildren(java.lang.String sortingProperty)
Returns the plan reference children.
|
java.util.List<? extends IPlanReference> |
IContainer.getPlanReferenceChildrenWithCategory(java.lang.String categoryID)
Returns the plan reference children that belong to the specified category.
|
java.util.List<? extends IPlanReference> |
IContainer.getPlanReferenceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the plan reference children that belong to the specified category.
|
java.util.List<? extends IPlanReference> |
IContainer.getPlanReferenceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the plan reference children that belong to the specified category.
|
java.util.List<? extends IPlanReference> |
IContainer.getPlanReferenceChildrenWithDefaultCategory()
Returns the plan reference children that belong to the default category.
|
java.util.List<? extends IPlanReference> |
IContainer.getPlanReferenceChildrenWithDefaultCategory(int sortingCriterion)
Returns the plan reference children that belong to the default category.
|
java.util.List<? extends IPlanReference> |
IContainer.getPlanReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the plan reference children that belong to the default category.
|