public interface IIssue
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData, com.arcway.cockpit.genericmodule.issuemodule2.docgen.provider.interfaces.legacy.IIssue_Legacy
IIssue object allows to read attribute values of a issue
as well as accessing child items and related items.
Item type constant: "gm.issuemodule2.issue"| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getDescription()
Returns the description of the issue.
|
java.lang.Long |
getDueDate_MilliSecondsSince_01_01_1970()
Returns the due date of the issue in milli senconds since 01/01/1970.
|
java.lang.String |
getDueDate()
Returns the due date of the issue.
|
java.lang.String |
getID()
Returns the id of the issue.
|
java.lang.String |
getIDandTitle()
Returns the id and title of the issue.
|
java.util.List<? extends IIssueNote> |
getIssueNoteChildren()
Returns the issue note children.
|
java.util.List<? extends IIssueNote> |
getIssueNoteChildren(int sortingCriterion)
Returns the issue note children.
|
java.util.List<? extends IIssueNote> |
getIssueNoteChildren(java.lang.String sortingProperty)
Returns the issue note children.
|
java.util.List<? extends IIssueNote> |
getIssueNoteChildrenWithCategory(java.lang.String categoryID)
Returns the issue note children that belong to the specified category.
|
java.util.List<? extends IIssueNote> |
getIssueNoteChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the issue note children that belong to the specified category.
|
java.util.List<? extends IIssueNote> |
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> |
getIssueNoteChildrenWithDefaultCategory()
Returns the issue note children that belong to the default category.
|
java.util.List<? extends IIssueNote> |
getIssueNoteChildrenWithDefaultCategory(int sortingCriterion)
Returns the issue note children that belong to the default category.
|
java.util.List<? extends IIssueNote> |
getIssueNoteChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the issue note children that belong to the default category.
|
IIssueSet |
getParentIssueSet()
Returns the parent issue set.
|
java.lang.String |
getPriority()
Returns the priority of the issue.
|
java.lang.String |
getResponsible()
Returns the responsible of the issue.
|
java.lang.String |
getStatus()
Returns the status of the issue.
|
java.lang.String |
getTitle()
Returns the title of the issue.
|
boolean |
hasIssueNoteChildren()
Returns whether this issue has children of type issue note.
|
boolean |
hasIssueSetParent()
Returns whether this issue has a parent of type issue set.
|
getAncestorObjects, getAttribute_asParagraphList, getAttribute_asSingleLine, getAttribute_asTimestamp_MilliSecondsSince_01_01_1970, getAttribute, getChildObjects, getChildObjects, getChildObjectsOfTypeRank, getChildObjectsWithCategory, getChildObjectsWithCategory, getChildObjectsWithDefaultCategory, getChildObjectsWithDefaultCategory, getChildrenIDPrefix, getLinkedModelElements, getObjectType, getParentObject, getRelatedLOObjects, getRelatedLOObjects, getRelatedLOObjectsWithCategory, getRelatedLOObjectsWithCategory, getRelatedLOObjectsWithDefaultCategory, getRelatedLOObjectsWithDefaultCategory, getRelatedMDObjects, getRelatedMDObjects, getRelatedMDObjectsWithCategory, getRelatedMDObjectsWithCategory, getRelatedMDObjectsWithDefaultCategory, getRelatedMDObjectsWithDefaultCategory, getUniqueIdentifier, isLinkedToAnyModelElement, toRecordgetImage, getPNGFile, getSVGFile, getWMFFilegetCategoryID, getCategoryLabel, getDateTimeProperty_MilliSecondsSince_01_01_1970, getFileProperty, getFileProperty, getFilePropertyAsBase64StringList, getFilePropertyAsFileName, getFilePropertyAsFileName, getFilePropertyAsRawStringList, getFilePropertyAsStringList, getPropertyAsString, getPropertyAsStringArray, getPropertyAsStringList, hasCustomPropertyValues, hasDefaultCategory, hasPropertyValue, readImageInfoOfFilePropertygetCommitVersion, getCreationDate_MilliSecondsSince_01_01_1970, getCreationDate, getCreator, getDateOfLastModification_MilliSecondsSince_01_01_1970, getDateOfLastModification, getDisplayName, getLastModifier, getModificationCount, getProjectUniqueIdentifier, getTypeID, getTypeName, toRecordgetCreationDate, getInitiatorName, getIssueNotes, getLinkedUniqueElements, getModificationDate, getOwnerName, getParentSet, getPriorityString, getStateString, getText, getUniqueIdentifier, hasIssueNotes, hasParentSetjava.lang.String getID()
java.lang.String getTitle()
getTitle in interface com.arcway.cockpit.genericmodule.issuemodule2.docgen.provider.interfaces.legacy.IIssue_Legacyjava.util.List<java.lang.String> getDescription()
java.lang.String getStatus()
java.lang.String getPriority()
java.lang.String getDueDate()
getDueDate in interface com.arcway.cockpit.genericmodule.issuemodule2.docgen.provider.interfaces.legacy.IIssue_Legacyjava.lang.Long getDueDate_MilliSecondsSince_01_01_1970()
java.lang.String getResponsible()
java.lang.String getIDandTitle()
boolean hasIssueSetParent()
IIssueSet getParentIssueSet()
boolean hasIssueNoteChildren()
java.util.List<? extends IIssueNote> getIssueNoteChildren()
java.util.List<? extends IIssueNote> getIssueNoteChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IIssueNote> getIssueNoteChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IIssueNote> getIssueNoteChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IIssueNote> getIssueNoteChildrenWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IIssueNote> getIssueNoteChildrenWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IIssueNote> getIssueNoteChildrenWithDefaultCategory()
java.util.List<? extends IIssueNote> getIssueNoteChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IIssueNote> getIssueNoteChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting