public abstract class AbstractIssue extends Object implements Issue
| Modifier and Type | Field and Description |
|---|---|
protected AttachmentManager |
attachmentManager |
protected ConstantsManager |
constantsManager |
protected IssueManager |
issueManager |
GLOBALID_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, waitgetAffectedVersions, 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, isSubTaskgetLong, getString, getTimestamp, storeprotected final ConstantsManager constantsManager
protected final IssueManager issueManager
protected final AttachmentManager attachmentManager
protected AbstractIssue(ConstantsManager constantsManager, IssueManager issueManager, AttachmentManager attachmentManager)
public IssueType getIssueTypeObject()
IssuegetIssueTypeObject in interface IssueContextgetIssueTypeObject in interface Issuepublic Priority getPriorityObject()
IssuegetPriorityObject in interface Issuepublic Resolution getResolutionObject()
IssuegetResolutionObject in interface Issuepublic Status getStatusObject()
getStatusObject in interface Issuepublic Issue getParentObject()
IssuegetParentObject in interface Issuepublic org.ofbiz.core.entity.GenericValue getParent()
getParentObject() instead.public boolean isEditable()
isEditable in interface Issuepublic Collection<Attachment> getAttachments()
getAttachments in interface IssueAttachment objectspublic final boolean equals(Object o)
Issuepublic final int hashCode()
IssueCopyright © 2002-2023 Atlassian. All Rights Reserved.