public abstract class AbstractIssue extends Object implements Issue
Modifier and Type | Field and Description |
---|---|
protected AttachmentManager |
attachmentManager |
protected ConstantsManager |
constantsManager |
protected IssueManager |
issueManager |
GLOBAL
ID_COMPARATOR
Modifier | Constructor and Description |
---|---|
protected |
AbstractIssue(ConstantsManager constantsManager,
IssueManager issueManager,
AttachmentManager attachmentManager) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
For interactivity, implementations must be based on the issue key.
|
Collection<Attachment> |
getAttachments() |
IssueType |
getIssueTypeObject()
Gets the IssueType for this Issue.
|
org.ofbiz.core.entity.GenericValue |
getParent()
Deprecated.
Use
getParentObject() instead. |
Issue |
getParentObject()
If this issue is a subtask, return its parent.
|
Priority |
getPriorityObject()
Returns the Priority for this Issue.
|
Resolution |
getResolutionObject()
Returns the Resolution for this Issue.
|
Status |
getStatusObject() |
int |
hashCode()
For interactivity, implementations must be based on the hashcode of the issue key.
|
boolean |
isEditable() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAffectedVersions, getArchivedById, getArchivedByUser, getArchivedDate, getAssignee, getAssigneeId, getAssigneeUser, getComponentObjects, getComponents, getCreated, getCreator, getCreatorId, getCustomFieldValue, getDescription, getDueDate, getEnvironment, getEstimate, getExternalFieldValue, getFixVersions, getGenericValue, getId, getIssueRenderContext, getIssueType, getIssueTypeId, getKey, getLabels, getNumber, getOriginalEstimate, getParentId, getPriority, getProject, getProjectId, getProjectObject, getReporter, getReporterId, getReporterUser, getResolution, getResolutionDate, getResolutionId, getSecurityLevel, getSecurityLevelId, getStatus, getStatusId, getSubTaskObjects, getSubTasks, getSummary, getTimeSpent, getUpdated, getVotes, getWatches, getWorkflowId, isArchived, isCreated, isSubTask
getLong, getString, getTimestamp, store
protected final ConstantsManager constantsManager
protected final IssueManager issueManager
protected final AttachmentManager attachmentManager
protected AbstractIssue(ConstantsManager constantsManager, IssueManager issueManager, AttachmentManager attachmentManager)
public IssueType getIssueTypeObject()
Issue
getIssueTypeObject
in interface IssueContext
getIssueTypeObject
in interface Issue
public Priority getPriorityObject()
Issue
getPriorityObject
in interface Issue
public Resolution getResolutionObject()
Issue
getResolutionObject
in interface Issue
public Status getStatusObject()
getStatusObject
in interface Issue
public Issue getParentObject()
Issue
getParentObject
in interface Issue
public org.ofbiz.core.entity.GenericValue getParent()
getParentObject()
instead.public boolean isEditable()
isEditable
in interface Issue
public Collection<Attachment> getAttachments()
getAttachments
in interface Issue
Attachment
objectspublic final boolean equals(Object o)
Issue
public final int hashCode()
Issue
Copyright © 2002-2024 Atlassian. All Rights Reserved.