| Modifier and Type | Method and Description |
|---|---|
IApproval |
IApprovalNote.getParentApproval()
Returns the parent approval.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IApproval> |
IChangeDocumentationDataProvider.getAllApprovals(int sortingCriterion)
Returns all approval items of the project.
|
java.util.List<? extends IApproval> |
IChangeDocumentationDataProvider.getAllApprovals(java.lang.String sortingProperty)
Returns all approval items of the project.
|
java.util.List<? extends IApproval> |
IChangeDocumentationDataProvider.getAllApprovalsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all approval 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 IApproval> |
IChangeDocumentationDataProvider.getAllApprovalsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all approval items of the project that belong to the specified category.
|
java.util.List<? extends IApproval> |
IChangeDocumentationDataProvider.getAllApprovalsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all approval items of the project that belong to the specified category.
|
java.util.List<? extends IApproval> |
IChangeDocumentationDataProvider.getAllApprovalsWithDefaultCategory(int sortingCriterion)
Returns all approval items of the project that belong to the default category.
|
java.util.List<? extends IApproval> |
IChangeDocumentationDataProvider.getAllApprovalsWithDefaultCategory(java.lang.String sortingProperty)
Returns all approval items of the project that belong to the default category.
|
java.util.List<? extends IApproval> |
IChangeDocumentationDataProvider.getAllRootApprovals()
Returns all root approval items of the project.
|
java.util.List<? extends IApproval> |
IChangeDocumentationDataProvider.getAllRootApprovals(int sortingCriterion)
Returns all root approval items of the project.
|
java.util.List<? extends IApproval> |
IChangeDocumentationDataProvider.getAllRootApprovals(java.lang.String sortingProperty)
Returns all root approval items of the project.
|
java.util.List<? extends IApproval> |
IChangeDocumentationDataProvider.getAllRootApprovalsWithCategory(java.lang.String categoryID)
Returns all root approval items of the project that belong to the specified category.
|
java.util.List<? extends IApproval> |
IChangeDocumentationDataProvider.getAllRootApprovalsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root approval items of the project that belong to the specified category.
|
java.util.List<? extends IApproval> |
IChangeDocumentationDataProvider.getAllRootApprovalsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root approval items of the project that belong to the specified category.
|
java.util.List<? extends IApproval> |
IChangeDocumentationDataProvider.getAllRootApprovalsWithDefaultCategory()
Returns all root approval items of the project that belong to the default category.
|
java.util.List<? extends IApproval> |
IChangeDocumentationDataProvider.getAllRootApprovalsWithDefaultCategory(int sortingCriterion)
Returns all root approval items of the project that belong to the default category.
|
java.util.List<? extends IApproval> |
IChangeDocumentationDataProvider.getAllRootApprovalsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root approval items of the project that belong to the default category.
|
java.util.List<? extends IApproval> |
IVersion.getApprovalChildren()
Returns the approval children.
|
java.util.List<? extends IApproval> |
IPublicationsFolder.getApprovalChildren()
Returns the approval children.
|
java.util.List<? extends IApproval> |
IVersion.getApprovalChildren(int sortingCriterion)
Returns the approval children.
|
java.util.List<? extends IApproval> |
IPublicationsFolder.getApprovalChildren(int sortingCriterion)
Returns the approval children.
|
java.util.List<? extends IApproval> |
IVersion.getApprovalChildren(java.lang.String sortingProperty)
Returns the approval children.
|
java.util.List<? extends IApproval> |
IPublicationsFolder.getApprovalChildren(java.lang.String sortingProperty)
Returns the approval children.
|
java.util.List<? extends IApproval> |
IVersion.getApprovalChildrenWithCategory(java.lang.String categoryID)
Returns the approval children that belong to the specified category.
|
java.util.List<? extends IApproval> |
IPublicationsFolder.getApprovalChildrenWithCategory(java.lang.String categoryID)
Returns the approval children that belong to the specified category.
|
java.util.List<? extends IApproval> |
IVersion.getApprovalChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the approval children that belong to the specified category.
|
java.util.List<? extends IApproval> |
IPublicationsFolder.getApprovalChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the approval children that belong to the specified category.
|
java.util.List<? extends IApproval> |
IVersion.getApprovalChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the approval children that belong to the specified category.
|
java.util.List<? extends IApproval> |
IPublicationsFolder.getApprovalChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the approval children that belong to the specified category.
|
java.util.List<? extends IApproval> |
IVersion.getApprovalChildrenWithDefaultCategory()
Returns the approval children that belong to the default category.
|
java.util.List<? extends IApproval> |
IPublicationsFolder.getApprovalChildrenWithDefaultCategory()
Returns the approval children that belong to the default category.
|
java.util.List<? extends IApproval> |
IVersion.getApprovalChildrenWithDefaultCategory(int sortingCriterion)
Returns the approval children that belong to the default category.
|
java.util.List<? extends IApproval> |
IPublicationsFolder.getApprovalChildrenWithDefaultCategory(int sortingCriterion)
Returns the approval children that belong to the default category.
|
java.util.List<? extends IApproval> |
IVersion.getApprovalChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the approval children that belong to the default category.
|
java.util.List<? extends IApproval> |
IPublicationsFolder.getApprovalChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the approval children that belong to the default category.
|