| Modifier and Type | Method and Description |
|---|---|
IIssue |
IIssueNote.getParentIssue()
Returns the parent issue.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllIssues()
Returns all issue items of the project.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllIssues(int sortingCriterion)
Returns all issue items of the project.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllIssues(java.lang.String sortingProperty)
Returns all issue items of the project.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllIssuesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all issue 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 IIssue> |
IIssueDataProvider.getAllIssuesForModelElement(java.lang.String modelElementUID)
Returns all issue items of the project which are linked to the given model element.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllIssuesForModelElement(java.lang.String modelElementUID,
int sortingCriterion)
Returns all issue items of the project which are linked to the given model element.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllIssuesForModelElement(java.lang.String modelElementUID,
java.lang.String sortingProperty)
Returns all issue items of the project which are linked to the given model element.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllIssuesNotLinkedToAnyModelElement()
Returns all issue items of the project which are not linked to any model element.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllIssuesNotLinkedToAnyModelElement(int sortingCriterion)
Returns all issue items of the project which are not linked to any model element.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllIssuesNotLinkedToAnyModelElement(java.lang.String sortingProperty)
Returns all issue items of the project which are not linked to any model element.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllIssuesWithCategory(java.lang.String categoryID)
Returns all issue items of the project that belong to the specified category.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllIssuesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all issue items of the project that belong to the specified category.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllIssuesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all issue items of the project that belong to the specified category.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllIssuesWithDefaultCategory()
Returns all issue items of the project that belong to the default category.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllIssuesWithDefaultCategory(int sortingCriterion)
Returns all issue items of the project that belong to the default category.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllIssuesWithDefaultCategory(java.lang.String sortingProperty)
Returns all issue items of the project that belong to the default category.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllRootIssues()
Returns all root issue items of the project.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllRootIssues(int sortingCriterion)
Returns all root issue items of the project.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllRootIssues(java.lang.String sortingProperty)
Returns all root issue items of the project.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllRootIssuesWithCategory(java.lang.String categoryID)
Returns all root issue items of the project that belong to the specified category.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllRootIssuesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root issue items of the project that belong to the specified category.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllRootIssuesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root issue items of the project that belong to the specified category.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllRootIssuesWithDefaultCategory()
Returns all root issue items of the project that belong to the default category.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllRootIssuesWithDefaultCategory(int sortingCriterion)
Returns all root issue items of the project that belong to the default category.
|
java.util.List<? extends IIssue> |
IIssueDataProvider.getAllRootIssuesWithDefaultCategory(java.lang.String sortingProperty)
Returns all root issue items of the project that belong to the default category.
|
java.util.List<? extends IIssue> |
IIssueSet.getIssueChildren()
Returns the issue children.
|
java.util.List<? extends IIssue> |
IIssueSet.getIssueChildren(int sortingCriterion)
Returns the issue children.
|
java.util.List<? extends IIssue> |
IIssueSet.getIssueChildren(java.lang.String sortingProperty)
Returns the issue children.
|
java.util.List<? extends IIssue> |
IIssueSet.getIssueChildrenWithCategory(java.lang.String categoryID)
Returns the issue children that belong to the specified category.
|
java.util.List<? extends IIssue> |
IIssueSet.getIssueChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the issue children that belong to the specified category.
|
java.util.List<? extends IIssue> |
IIssueSet.getIssueChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the issue children that belong to the specified category.
|
java.util.List<? extends IIssue> |
IIssueSet.getIssueChildrenWithDefaultCategory()
Returns the issue children that belong to the default category.
|
java.util.List<? extends IIssue> |
IIssueSet.getIssueChildrenWithDefaultCategory(int sortingCriterion)
Returns the issue children that belong to the default category.
|
java.util.List<? extends IIssue> |
IIssueSet.getIssueChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the issue children that belong to the default category.
|
java.util.Collection<IIssue> |
ICrossModuleLinkReportDataProvider.getIssues(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem)
Returns the issue items.
|
java.util.Collection<IIssue> |
ICrossModuleLinkReportDataProvider.getIssuesWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem,
java.lang.String categoryID)
Returns the issue items that belong to the specified category.
|
java.util.Collection<IIssue> |
ICrossModuleLinkReportDataProvider.getIssuesWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem)
Returns the issue items that belong to the default category.
|