| Modifier and Type | Method and Description |
|---|---|
ICoordination |
ICoordinationNote.getParentCoordination()
Returns the parent coordination.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ICoordination> |
IChangeDocumentationDataProvider.getAllCoordinations(int sortingCriterion)
Returns all coordination items of the project.
|
java.util.List<? extends ICoordination> |
IChangeDocumentationDataProvider.getAllCoordinations(java.lang.String sortingProperty)
Returns all coordination items of the project.
|
java.util.List<? extends ICoordination> |
IChangeDocumentationDataProvider.getAllCoordinationsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all coordination 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 ICoordination> |
IChangeDocumentationDataProvider.getAllCoordinationsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all coordination items of the project that belong to the specified category.
|
java.util.List<? extends ICoordination> |
IChangeDocumentationDataProvider.getAllCoordinationsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all coordination items of the project that belong to the specified category.
|
java.util.List<? extends ICoordination> |
IChangeDocumentationDataProvider.getAllCoordinationsWithDefaultCategory(int sortingCriterion)
Returns all coordination items of the project that belong to the default category.
|
java.util.List<? extends ICoordination> |
IChangeDocumentationDataProvider.getAllCoordinationsWithDefaultCategory(java.lang.String sortingProperty)
Returns all coordination items of the project that belong to the default category.
|
java.util.List<? extends ICoordination> |
IChangeDocumentationDataProvider.getAllRootCoordinations()
Returns all root coordination items of the project.
|
java.util.List<? extends ICoordination> |
IChangeDocumentationDataProvider.getAllRootCoordinations(int sortingCriterion)
Returns all root coordination items of the project.
|
java.util.List<? extends ICoordination> |
IChangeDocumentationDataProvider.getAllRootCoordinations(java.lang.String sortingProperty)
Returns all root coordination items of the project.
|
java.util.List<? extends ICoordination> |
IChangeDocumentationDataProvider.getAllRootCoordinationsWithCategory(java.lang.String categoryID)
Returns all root coordination items of the project that belong to the specified category.
|
java.util.List<? extends ICoordination> |
IChangeDocumentationDataProvider.getAllRootCoordinationsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root coordination items of the project that belong to the specified category.
|
java.util.List<? extends ICoordination> |
IChangeDocumentationDataProvider.getAllRootCoordinationsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root coordination items of the project that belong to the specified category.
|
java.util.List<? extends ICoordination> |
IChangeDocumentationDataProvider.getAllRootCoordinationsWithDefaultCategory()
Returns all root coordination items of the project that belong to the default category.
|
java.util.List<? extends ICoordination> |
IChangeDocumentationDataProvider.getAllRootCoordinationsWithDefaultCategory(int sortingCriterion)
Returns all root coordination items of the project that belong to the default category.
|
java.util.List<? extends ICoordination> |
IChangeDocumentationDataProvider.getAllRootCoordinationsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root coordination items of the project that belong to the default category.
|
java.util.List<? extends ICoordination> |
IVersion.getCoordinationChildren()
Returns the coordination children.
|
java.util.List<? extends ICoordination> |
IPublicationsFolder.getCoordinationChildren()
Returns the coordination children.
|
java.util.List<? extends ICoordination> |
IVersion.getCoordinationChildren(int sortingCriterion)
Returns the coordination children.
|
java.util.List<? extends ICoordination> |
IPublicationsFolder.getCoordinationChildren(int sortingCriterion)
Returns the coordination children.
|
java.util.List<? extends ICoordination> |
IVersion.getCoordinationChildren(java.lang.String sortingProperty)
Returns the coordination children.
|
java.util.List<? extends ICoordination> |
IPublicationsFolder.getCoordinationChildren(java.lang.String sortingProperty)
Returns the coordination children.
|
java.util.List<? extends ICoordination> |
IVersion.getCoordinationChildrenWithCategory(java.lang.String categoryID)
Returns the coordination children that belong to the specified category.
|
java.util.List<? extends ICoordination> |
IPublicationsFolder.getCoordinationChildrenWithCategory(java.lang.String categoryID)
Returns the coordination children that belong to the specified category.
|
java.util.List<? extends ICoordination> |
IVersion.getCoordinationChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the coordination children that belong to the specified category.
|
java.util.List<? extends ICoordination> |
IPublicationsFolder.getCoordinationChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the coordination children that belong to the specified category.
|
java.util.List<? extends ICoordination> |
IVersion.getCoordinationChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the coordination children that belong to the specified category.
|
java.util.List<? extends ICoordination> |
IPublicationsFolder.getCoordinationChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the coordination children that belong to the specified category.
|
java.util.List<? extends ICoordination> |
IVersion.getCoordinationChildrenWithDefaultCategory()
Returns the coordination children that belong to the default category.
|
java.util.List<? extends ICoordination> |
IPublicationsFolder.getCoordinationChildrenWithDefaultCategory()
Returns the coordination children that belong to the default category.
|
java.util.List<? extends ICoordination> |
IVersion.getCoordinationChildrenWithDefaultCategory(int sortingCriterion)
Returns the coordination children that belong to the default category.
|
java.util.List<? extends ICoordination> |
IPublicationsFolder.getCoordinationChildrenWithDefaultCategory(int sortingCriterion)
Returns the coordination children that belong to the default category.
|
java.util.List<? extends ICoordination> |
IVersion.getCoordinationChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the coordination children that belong to the default category.
|
java.util.List<? extends ICoordination> |
IPublicationsFolder.getCoordinationChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the coordination children that belong to the default category.
|