| Modifier and Type | Method and Description |
|---|---|
IDomain |
ITypeofPublication.getParentDomain()
Returns the parent domain.
|
IDomain |
IDomainVersion.getParentDomain()
Returns the parent domain.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IDomain> |
IChangeDocumentationDataProvider.getAllDomains()
Returns all domain items of the project.
|
java.util.List<? extends IDomain> |
IChangeDocumentationDataProvider.getAllDomains(int sortingCriterion)
Returns all domain items of the project.
|
java.util.List<? extends IDomain> |
IChangeDocumentationDataProvider.getAllDomains(java.lang.String sortingProperty)
Returns all domain items of the project.
|
java.util.List<? extends IDomain> |
IChangeDocumentationDataProvider.getAllDomainsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all domain 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 IDomain> |
IChangeDocumentationDataProvider.getAllDomainsWithCategory(java.lang.String categoryID)
Returns all domain items of the project that belong to the specified category.
|
java.util.List<? extends IDomain> |
IChangeDocumentationDataProvider.getAllDomainsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all domain items of the project that belong to the specified category.
|
java.util.List<? extends IDomain> |
IChangeDocumentationDataProvider.getAllDomainsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all domain items of the project that belong to the specified category.
|
java.util.List<? extends IDomain> |
IChangeDocumentationDataProvider.getAllDomainsWithDefaultCategory()
Returns all domain items of the project that belong to the default category.
|
java.util.List<? extends IDomain> |
IChangeDocumentationDataProvider.getAllDomainsWithDefaultCategory(int sortingCriterion)
Returns all domain items of the project that belong to the default category.
|
java.util.List<? extends IDomain> |
IChangeDocumentationDataProvider.getAllDomainsWithDefaultCategory(java.lang.String sortingProperty)
Returns all domain items of the project that belong to the default category.
|
java.util.List<? extends IDomain> |
ISetforimportedDomains.getDomainChildren()
Returns the domain children.
|
java.util.List<? extends IDomain> |
ISetforexportedDomains.getDomainChildren()
Returns the domain children.
|
java.util.List<? extends IDomain> |
ISetforimportedDomains.getDomainChildren(int sortingCriterion)
Returns the domain children.
|
java.util.List<? extends IDomain> |
ISetforexportedDomains.getDomainChildren(int sortingCriterion)
Returns the domain children.
|
java.util.List<? extends IDomain> |
ISetforimportedDomains.getDomainChildren(java.lang.String sortingProperty)
Returns the domain children.
|
java.util.List<? extends IDomain> |
ISetforexportedDomains.getDomainChildren(java.lang.String sortingProperty)
Returns the domain children.
|
java.util.List<? extends IDomain> |
ISetforimportedDomains.getDomainChildrenWithCategory(java.lang.String categoryID)
Returns the domain children that belong to the specified category.
|
java.util.List<? extends IDomain> |
ISetforexportedDomains.getDomainChildrenWithCategory(java.lang.String categoryID)
Returns the domain children that belong to the specified category.
|
java.util.List<? extends IDomain> |
ISetforimportedDomains.getDomainChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the domain children that belong to the specified category.
|
java.util.List<? extends IDomain> |
ISetforexportedDomains.getDomainChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the domain children that belong to the specified category.
|
java.util.List<? extends IDomain> |
ISetforimportedDomains.getDomainChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the domain children that belong to the specified category.
|
java.util.List<? extends IDomain> |
ISetforexportedDomains.getDomainChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the domain children that belong to the specified category.
|
java.util.List<? extends IDomain> |
ISetforimportedDomains.getDomainChildrenWithDefaultCategory()
Returns the domain children that belong to the default category.
|
java.util.List<? extends IDomain> |
ISetforexportedDomains.getDomainChildrenWithDefaultCategory()
Returns the domain children that belong to the default category.
|
java.util.List<? extends IDomain> |
ISetforimportedDomains.getDomainChildrenWithDefaultCategory(int sortingCriterion)
Returns the domain children that belong to the default category.
|
java.util.List<? extends IDomain> |
ISetforexportedDomains.getDomainChildrenWithDefaultCategory(int sortingCriterion)
Returns the domain children that belong to the default category.
|
java.util.List<? extends IDomain> |
ISetforimportedDomains.getDomainChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the domain children that belong to the default category.
|
java.util.List<? extends IDomain> |
ISetforexportedDomains.getDomainChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the domain children that belong to the default category.
|