| Modifier and Type | Method and Description |
|---|---|
IVersion |
ICoordination.getParentVersion()
Returns the parent version.
|
IVersion |
IApproval.getParentVersion()
Returns the parent version.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IVersion> |
IChangeDocumentationDataProvider.getAllVersions()
Returns all version items of the project.
|
java.util.List<? extends IVersion> |
IChangeDocumentationDataProvider.getAllVersions(int sortingCriterion)
Returns all version items of the project.
|
java.util.List<? extends IVersion> |
IChangeDocumentationDataProvider.getAllVersions(java.lang.String sortingProperty)
Returns all version items of the project.
|
java.util.List<? extends IVersion> |
IChangeDocumentationDataProvider.getAllVersionsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all version 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 IVersion> |
IChangeDocumentationDataProvider.getAllVersionsWithCategory(java.lang.String categoryID)
Returns all version items of the project that belong to the specified category.
|
java.util.List<? extends IVersion> |
IChangeDocumentationDataProvider.getAllVersionsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all version items of the project that belong to the specified category.
|
java.util.List<? extends IVersion> |
IChangeDocumentationDataProvider.getAllVersionsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all version items of the project that belong to the specified category.
|
java.util.List<? extends IVersion> |
IChangeDocumentationDataProvider.getAllVersionsWithDefaultCategory()
Returns all version items of the project that belong to the default category.
|
java.util.List<? extends IVersion> |
IChangeDocumentationDataProvider.getAllVersionsWithDefaultCategory(int sortingCriterion)
Returns all version items of the project that belong to the default category.
|
java.util.List<? extends IVersion> |
IChangeDocumentationDataProvider.getAllVersionsWithDefaultCategory(java.lang.String sortingProperty)
Returns all version items of the project that belong to the default category.
|
java.util.List<? extends IVersion> |
IChange.getUsedins()
Returns the used in items.
|
java.util.List<? extends IVersion> |
IChange.getUsedins(int sortingCriterion)
Returns the used in items.
|
java.util.List<? extends IVersion> |
IChange.getUsedins(java.lang.String sortingProperty)
Returns the used in items.
|
java.util.List<? extends IVersion> |
IChange.getUsedinsWithCategory(java.lang.String categoryID)
Returns the used in items that belong to the specified category.
|
java.util.List<? extends IVersion> |
IChange.getUsedinsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the used in items that belong to the specified category.
|
java.util.List<? extends IVersion> |
IChange.getUsedinsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the used in items that belong to the specified category.
|
java.util.List<? extends IVersion> |
IChange.getUsedinsWithDefaultCategory()
Returns the used in items that belong to the default category.
|
java.util.List<? extends IVersion> |
IChange.getUsedinsWithDefaultCategory(int sortingCriterion)
Returns the used in items that belong to the default category.
|
java.util.List<? extends IVersion> |
IChange.getUsedinsWithDefaultCategory(java.lang.String sortingProperty)
Returns the used in items that belong to the default category.
|
java.util.List<? extends IVersion> |
IPublication.getVersionChildren()
Returns the version children.
|
java.util.List<? extends IVersion> |
IPublication.getVersionChildren(int sortingCriterion)
Returns the version children.
|
java.util.List<? extends IVersion> |
IPublication.getVersionChildren(java.lang.String sortingProperty)
Returns the version children.
|
java.util.List<? extends IVersion> |
IPublication.getVersionChildrenWithCategory(java.lang.String categoryID)
Returns the version children that belong to the specified category.
|
java.util.List<? extends IVersion> |
IPublication.getVersionChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the version children that belong to the specified category.
|
java.util.List<? extends IVersion> |
IPublication.getVersionChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the version children that belong to the specified category.
|
java.util.List<? extends IVersion> |
IPublication.getVersionChildrenWithDefaultCategory()
Returns the version children that belong to the default category.
|
java.util.List<? extends IVersion> |
IPublication.getVersionChildrenWithDefaultCategory(int sortingCriterion)
Returns the version children that belong to the default category.
|
java.util.List<? extends IVersion> |
IPublication.getVersionChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the version children that belong to the default category.
|