| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IDomainVersion> |
IChangeDocumentationDataProvider.getAllDomainVersions()
Returns all domain version items of the project.
|
java.util.List<? extends IDomainVersion> |
IChangeDocumentationDataProvider.getAllDomainVersions(int sortingCriterion)
Returns all domain version items of the project.
|
java.util.List<? extends IDomainVersion> |
IChangeDocumentationDataProvider.getAllDomainVersions(java.lang.String sortingProperty)
Returns all domain version items of the project.
|
java.util.List<? extends IDomainVersion> |
IChangeDocumentationDataProvider.getAllDomainVersionsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all domain 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 IDomainVersion> |
IChangeDocumentationDataProvider.getAllDomainVersionsWithCategory(java.lang.String categoryID)
Returns all domain version items of the project that belong to the specified category.
|
java.util.List<? extends IDomainVersion> |
IChangeDocumentationDataProvider.getAllDomainVersionsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all domain version items of the project that belong to the specified category.
|
java.util.List<? extends IDomainVersion> |
IChangeDocumentationDataProvider.getAllDomainVersionsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all domain version items of the project that belong to the specified category.
|
java.util.List<? extends IDomainVersion> |
IChangeDocumentationDataProvider.getAllDomainVersionsWithDefaultCategory()
Returns all domain version items of the project that belong to the default category.
|
java.util.List<? extends IDomainVersion> |
IChangeDocumentationDataProvider.getAllDomainVersionsWithDefaultCategory(int sortingCriterion)
Returns all domain version items of the project that belong to the default category.
|
java.util.List<? extends IDomainVersion> |
IChangeDocumentationDataProvider.getAllDomainVersionsWithDefaultCategory(java.lang.String sortingProperty)
Returns all domain version items of the project that belong to the default category.
|
java.util.List<? extends IDomainVersion> |
IDomain.getDomainVersionChildren()
Returns the domain version children.
|
java.util.List<? extends IDomainVersion> |
IDomain.getDomainVersionChildren(int sortingCriterion)
Returns the domain version children.
|
java.util.List<? extends IDomainVersion> |
IDomain.getDomainVersionChildren(java.lang.String sortingProperty)
Returns the domain version children.
|
java.util.List<? extends IDomainVersion> |
IDomain.getDomainVersionChildrenWithCategory(java.lang.String categoryID)
Returns the domain version children that belong to the specified category.
|
java.util.List<? extends IDomainVersion> |
IDomain.getDomainVersionChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the domain version children that belong to the specified category.
|
java.util.List<? extends IDomainVersion> |
IDomain.getDomainVersionChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the domain version children that belong to the specified category.
|
java.util.List<? extends IDomainVersion> |
IDomain.getDomainVersionChildrenWithDefaultCategory()
Returns the domain version children that belong to the default category.
|
java.util.List<? extends IDomainVersion> |
IDomain.getDomainVersionChildrenWithDefaultCategory(int sortingCriterion)
Returns the domain version children that belong to the default category.
|
java.util.List<? extends IDomainVersion> |
IDomain.getDomainVersionChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the domain version children that belong to the default category.
|