| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IIssueNote> |
IIssueDataProvider.getAllIssueNotes()
Returns all issue note items of the project.
|
java.util.List<? extends IIssueNote> |
IIssueDataProvider.getAllIssueNotes(int sortingCriterion)
Returns all issue note items of the project.
|
java.util.List<? extends IIssueNote> |
IIssueDataProvider.getAllIssueNotes(java.lang.String sortingProperty)
Returns all issue note items of the project.
|
java.util.List<? extends IIssueNote> |
IIssueDataProvider.getAllIssueNotesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all issue note 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 IIssueNote> |
IIssueDataProvider.getAllIssueNotesWithCategory(java.lang.String categoryID)
Returns all issue note items of the project that belong to the specified category.
|
java.util.List<? extends IIssueNote> |
IIssueDataProvider.getAllIssueNotesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all issue note items of the project that belong to the specified category.
|
java.util.List<? extends IIssueNote> |
IIssueDataProvider.getAllIssueNotesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all issue note items of the project that belong to the specified category.
|
java.util.List<? extends IIssueNote> |
IIssueDataProvider.getAllIssueNotesWithDefaultCategory()
Returns all issue note items of the project that belong to the default category.
|
java.util.List<? extends IIssueNote> |
IIssueDataProvider.getAllIssueNotesWithDefaultCategory(int sortingCriterion)
Returns all issue note items of the project that belong to the default category.
|
java.util.List<? extends IIssueNote> |
IIssueDataProvider.getAllIssueNotesWithDefaultCategory(java.lang.String sortingProperty)
Returns all issue note items of the project that belong to the default category.
|
java.util.List<? extends IIssueNote> |
IIssue.getIssueNoteChildren()
Returns the issue note children.
|
java.util.List<? extends IIssueNote> |
IIssue.getIssueNoteChildren(int sortingCriterion)
Returns the issue note children.
|
java.util.List<? extends IIssueNote> |
IIssue.getIssueNoteChildren(java.lang.String sortingProperty)
Returns the issue note children.
|
java.util.List<? extends IIssueNote> |
IIssue.getIssueNoteChildrenWithCategory(java.lang.String categoryID)
Returns the issue note children that belong to the specified category.
|
java.util.List<? extends IIssueNote> |
IIssue.getIssueNoteChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the issue note children that belong to the specified category.
|
java.util.List<? extends IIssueNote> |
IIssue.getIssueNoteChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the issue note children that belong to the specified category.
|
java.util.List<? extends IIssueNote> |
IIssue.getIssueNoteChildrenWithDefaultCategory()
Returns the issue note children that belong to the default category.
|
java.util.List<? extends IIssueNote> |
IIssue.getIssueNoteChildrenWithDefaultCategory(int sortingCriterion)
Returns the issue note children that belong to the default category.
|
java.util.List<? extends IIssueNote> |
IIssue.getIssueNoteChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the issue note children that belong to the default category.
|