| Modifier and Type | Method and Description |
|---|---|
ITypeofPublication |
IPublication.getPublicationType()
Returns the linked publication type or null if none is linked.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ITypeofPublication> |
IChangeDocumentationDataProvider.getAllTypeofPublications()
Returns all type of publication items of the project.
|
java.util.List<? extends ITypeofPublication> |
IChangeDocumentationDataProvider.getAllTypeofPublications(int sortingCriterion)
Returns all type of publication items of the project.
|
java.util.List<? extends ITypeofPublication> |
IChangeDocumentationDataProvider.getAllTypeofPublications(java.lang.String sortingProperty)
Returns all type of publication items of the project.
|
java.util.List<? extends ITypeofPublication> |
IChangeDocumentationDataProvider.getAllTypeofPublicationsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all type of publication 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 ITypeofPublication> |
IChangeDocumentationDataProvider.getAllTypeofPublicationsWithCategory(java.lang.String categoryID)
Returns all type of publication items of the project that belong to the specified category.
|
java.util.List<? extends ITypeofPublication> |
IChangeDocumentationDataProvider.getAllTypeofPublicationsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all type of publication items of the project that belong to the specified category.
|
java.util.List<? extends ITypeofPublication> |
IChangeDocumentationDataProvider.getAllTypeofPublicationsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all type of publication items of the project that belong to the specified category.
|
java.util.List<? extends ITypeofPublication> |
IChangeDocumentationDataProvider.getAllTypeofPublicationsWithDefaultCategory()
Returns all type of publication items of the project that belong to the default category.
|
java.util.List<? extends ITypeofPublication> |
IChangeDocumentationDataProvider.getAllTypeofPublicationsWithDefaultCategory(int sortingCriterion)
Returns all type of publication items of the project that belong to the default category.
|
java.util.List<? extends ITypeofPublication> |
IChangeDocumentationDataProvider.getAllTypeofPublicationsWithDefaultCategory(java.lang.String sortingProperty)
Returns all type of publication items of the project that belong to the default category.
|
java.util.List<? extends ITypeofPublication> |
IDomain.getTypeofPublicationChildren()
Returns the type of publication children.
|
java.util.List<? extends ITypeofPublication> |
IDomain.getTypeofPublicationChildren(int sortingCriterion)
Returns the type of publication children.
|
java.util.List<? extends ITypeofPublication> |
IDomain.getTypeofPublicationChildren(java.lang.String sortingProperty)
Returns the type of publication children.
|
java.util.List<? extends ITypeofPublication> |
IDomain.getTypeofPublicationChildrenWithCategory(java.lang.String categoryID)
Returns the type of publication children that belong to the specified category.
|
java.util.List<? extends ITypeofPublication> |
IDomain.getTypeofPublicationChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the type of publication children that belong to the specified category.
|
java.util.List<? extends ITypeofPublication> |
IDomain.getTypeofPublicationChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the type of publication children that belong to the specified category.
|
java.util.List<? extends ITypeofPublication> |
IDomain.getTypeofPublicationChildrenWithDefaultCategory()
Returns the type of publication children that belong to the default category.
|
java.util.List<? extends ITypeofPublication> |
IDomain.getTypeofPublicationChildrenWithDefaultCategory(int sortingCriterion)
Returns the type of publication children that belong to the default category.
|
java.util.List<? extends ITypeofPublication> |
IDomain.getTypeofPublicationChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the type of publication children that belong to the default category.
|