|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Issue
Main issue interface. Historically, JIRA has just passed around GenericValues describing issue records.
Issue is essentially a GenericValue wrapper, with setters, getters and a OfBizValueWrapper.store() operation for persisting
changes through the underlying GenericValue.
Amongst other means, Issue objects may be obtained with IssueManager.getIssueObject(String), or converted
using IssueFactory.
| Method Summary | |
|---|---|
Collection<Version> |
getAffectedVersions()
|
User |
getAssignee()
|
String |
getAssigneeId()
|
Collection<Attachment> |
getAttachments()
|
Collection<org.ofbiz.core.entity.GenericValue> |
getComponents()
|
Timestamp |
getCreated()
|
Object |
getCustomFieldValue(CustomField customField)
|
String |
getDescription()
|
Timestamp |
getDueDate()
|
String |
getEnvironment()
|
Long |
getEstimate()
|
Object |
getExternalFieldValue(String fieldId)
|
Collection<Version> |
getFixVersions()
|
Long |
getId()
|
IssueRenderContext |
getIssueRenderContext()
|
org.ofbiz.core.entity.GenericValue |
getIssueType()
Deprecated. Please use getIssueTypeObject(). Deprecated since v4.0 |
IssueType |
getIssueTypeObject()
Gets the IssueType for this Issue. |
String |
getKey()
|
Long |
getOriginalEstimate()
|
org.ofbiz.core.entity.GenericValue |
getParent()
Deprecated. Use getParentObject() instead. |
Long |
getParentId()
|
Issue |
getParentObject()
If this issue is a subtask, return its parent. |
org.ofbiz.core.entity.GenericValue |
getPriority()
|
Priority |
getPriorityObject()
|
org.ofbiz.core.entity.GenericValue |
getProject()
Deprecated. please use getProjectObject (this still implicitly relies on the GV), but it is a start! |
Project |
getProjectObject()
Gets the Project for this Issue. |
User |
getReporter()
|
String |
getReporterId()
|
org.ofbiz.core.entity.GenericValue |
getResolution()
|
Timestamp |
getResolutionDate()
Returns the datetime that an issue was resolved on. |
Resolution |
getResolutionObject()
|
org.ofbiz.core.entity.GenericValue |
getSecurityLevel()
|
Long |
getSecurityLevelId()
|
org.ofbiz.core.entity.GenericValue |
getStatus()
Deprecated. Use getStatusObject() instead. |
Status |
getStatusObject()
|
Collection<MutableIssue> |
getSubTaskObjects()
Gets all the issue's subtasks. |
Collection<org.ofbiz.core.entity.GenericValue> |
getSubTasks()
Deprecated. Use getSubTaskObjects() |
String |
getSummary()
|
Long |
getTimeSpent()
|
Timestamp |
getUpdated()
|
Long |
getVotes()
|
Long |
getWorkflowId()
|
boolean |
isCreated()
|
boolean |
isEditable()
|
boolean |
isSubTask()
|
| Methods inherited from interface com.atlassian.jira.ofbiz.OfBizValueWrapper |
|---|
getGenericValue, getLong, getString, getTimestamp, store |
| Method Detail |
|---|
Long getId()
@Deprecated org.ofbiz.core.entity.GenericValue getProject()
IssueContextA null return value is used to represent that this context applies to all Projects.
getProject in interface IssueContextProject getProjectObject()
getProjectObject in interface IssueContext@Deprecated org.ofbiz.core.entity.GenericValue getIssueType()
getIssueTypeObject(). Deprecated since v4.0
getIssueType in interface IssueContextIssueType getIssueTypeObject()
getIssueTypeObject in interface IssueContextString getSummary()
User getAssignee()
String getAssigneeId()
Collection<org.ofbiz.core.entity.GenericValue> getComponents()
User getReporter()
String getReporterId()
String getDescription()
String getEnvironment()
Collection<Version> getAffectedVersions()
Version objects.Collection<Version> getFixVersions()
Version objects.Timestamp getDueDate()
org.ofbiz.core.entity.GenericValue getSecurityLevel()
Long getSecurityLevelId()
org.ofbiz.core.entity.GenericValue getPriority()
Priority getPriorityObject()
org.ofbiz.core.entity.GenericValue getResolution()
Resolution getResolutionObject()
String getKey()
Long getVotes()
Timestamp getCreated()
Timestamp getUpdated()
Timestamp getResolutionDate()
Long getWorkflowId()
Object getCustomFieldValue(CustomField customField)
@Deprecated org.ofbiz.core.entity.GenericValue getStatus()
getStatusObject() instead.
Status getStatusObject()
Long getOriginalEstimate()
Long getEstimate()
Long getTimeSpent()
Object getExternalFieldValue(String fieldId)
boolean isSubTask()
Long getParentId()
boolean isCreated()
Issue getParentObject()
@Deprecated org.ofbiz.core.entity.GenericValue getParent()
getParentObject() instead.
@Deprecated Collection<org.ofbiz.core.entity.GenericValue> getSubTasks()
getSubTaskObjects()
Collection<MutableIssue> getSubTaskObjects()
MutableIssuesboolean isEditable()
IssueRenderContext getIssueRenderContext()
Collection<Attachment> getAttachments()
Attachment objects
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||