|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.issue.AbstractIssue com.atlassian.jira.issue.DocumentIssueImpl
public class DocumentIssueImpl
Field Summary |
---|
Fields inherited from class com.atlassian.jira.issue.AbstractIssue |
---|
attachmentManager, constantsManager, issueManager |
Constructor Summary | |
---|---|
DocumentIssueImpl(org.apache.lucene.document.Document document,
ConstantsManager constantsManager,
FieldManager fieldManager,
IssueManager issueManager,
IssueFactory issueFactory,
AttachmentManager attachmentManager,
ProjectFactory projectFactory,
JqlLocalDateSupport jqlLocalDateSupport)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
Collection<Version> |
getAffectedVersions()
|
com.atlassian.crowd.embedded.api.User |
getAssignee()
Returns the Assignee User. |
String |
getAssigneeId()
|
com.atlassian.crowd.embedded.api.User |
getAssigneeUser()
Returns the Assignee User. |
Collection<ProjectComponent> |
getComponentObjects()
|
Collection<org.ofbiz.core.entity.GenericValue> |
getComponents()
|
Timestamp |
getCreated()
|
Object |
getCustomFieldValue(CustomField customField)
|
String |
getDescription()
|
Timestamp |
getDueDate()
|
String |
getEnvironment()
|
Long |
getEstimate()
This is the "remaining estimate" of work left to be performed on this issue, in milliseconds. |
Object |
getExternalFieldValue(String fieldId)
|
Collection<Version> |
getFixVersions()
|
org.ofbiz.core.entity.GenericValue |
getGenericValue()
Get the backing GenericValue object. |
Long |
getId()
|
IssueRenderContext |
getIssueRenderContext()
|
org.ofbiz.core.entity.GenericValue |
getIssueType()
Gets the IssueType for this Issue. |
IssueType |
getIssueTypeObject()
Gets the IssueType for this Issue. |
String |
getKey()
|
Set<Label> |
getLabels()
Returns a set of all the labels for this issue or an empty set if none exist yet. |
Long |
getLong(String name)
Retrieve a numeric field. |
Long |
getOriginalEstimate()
This is the "original estimate" of work to be performed on this issue, in milliseconds. |
Long |
getParentId()
|
org.ofbiz.core.entity.GenericValue |
getPriority()
|
Priority |
getPriorityObject()
|
org.ofbiz.core.entity.GenericValue |
getProject()
Gets the Project for this IssueContext. |
Project |
getProjectObject()
Gets the Project for this Issue. |
com.atlassian.crowd.embedded.api.User |
getReporter()
Returns the Reporter User. |
String |
getReporterId()
|
com.atlassian.crowd.embedded.api.User |
getReporterUser()
Returns the Reporter User. |
org.ofbiz.core.entity.GenericValue |
getResolution()
|
Timestamp |
getResolutionDate()
Returns the datetime that an issue was resolved on. |
String |
getResolutionId()
|
Resolution |
getResolutionObject()
|
org.ofbiz.core.entity.GenericValue |
getSecurityLevel()
|
Long |
getSecurityLevelId()
|
org.ofbiz.core.entity.GenericValue |
getStatus()
|
Status |
getStatusObject()
|
String |
getString(String name)
Retrieve a String field. |
Collection |
getSubTaskObjects()
Gets all the issue's subtasks. |
Collection |
getSubTasks()
|
String |
getSummary()
|
Long |
getTimeSpent()
This is the "total time spent" working on this issue, in milliseconds. |
Timestamp |
getTimestamp(String name)
Retrieve a timestamp field. |
Timestamp |
getUpdated()
|
Long |
getVotes()
|
Long |
getWatches()
|
Long |
getWorkflowId()
|
int |
hashCode()
|
boolean |
isCreated()
|
boolean |
isSubTask()
|
void |
store()
Persist this object's immediate fields. |
Methods inherited from class com.atlassian.jira.issue.AbstractIssue |
---|
getAttachments, getParent, getParentObject, isEditable |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentIssueImpl(org.apache.lucene.document.Document document, ConstantsManager constantsManager, FieldManager fieldManager, IssueManager issueManager, IssueFactory issueFactory, AttachmentManager attachmentManager, ProjectFactory projectFactory, JqlLocalDateSupport jqlLocalDateSupport)
Method Detail |
---|
public Long getId()
public org.ofbiz.core.entity.GenericValue getProject()
IssueContext
A null return value is used to represent that this context applies to all Projects.
public Project getProjectObject()
Issue
public IssueType getIssueTypeObject()
Issue
getIssueTypeObject
in interface IssueContext
getIssueTypeObject
in interface Issue
getIssueTypeObject
in class AbstractIssue
public org.ofbiz.core.entity.GenericValue getIssueType()
Issue
public String getSummary()
public com.atlassian.crowd.embedded.api.User getAssigneeUser()
Issue
Issue.getAssignee()
Issue.getAssignee()
public com.atlassian.crowd.embedded.api.User getAssignee()
Issue
com.opensymphony.user.User
. This class
has now been removed from the JIRA API, meaning that the 5.0 version is not binary or source compatible with
earlier versions.
public String getAssigneeId()
public Collection<org.ofbiz.core.entity.GenericValue> getComponents()
public Collection<ProjectComponent> getComponentObjects()
public Set<Label> getLabels()
Issue
public com.atlassian.crowd.embedded.api.User getReporterUser()
Issue
Issue.getReporter()
.
Issue.getReporter()
public com.atlassian.crowd.embedded.api.User getReporter()
Issue
com.opensymphony.user.User
. This class
has now been removed from the JIRA API, meaning that the 5.0 version is not binary or source compatible with
earlier versions.
public String getReporterId()
public String getDescription()
public String getEnvironment()
public Collection<Version> getAffectedVersions()
Version
objects.public Collection<Version> getFixVersions()
Version
objects.public Timestamp getDueDate()
public org.ofbiz.core.entity.GenericValue getSecurityLevel()
public Long getSecurityLevelId()
public Priority getPriorityObject()
getPriorityObject
in interface Issue
getPriorityObject
in class AbstractIssue
public org.ofbiz.core.entity.GenericValue getPriority()
public String getResolutionId()
public Resolution getResolutionObject()
getResolutionObject
in interface Issue
getResolutionObject
in class AbstractIssue
public org.ofbiz.core.entity.GenericValue getResolution()
public String getKey()
public Long getVotes()
public Long getWatches()
public Timestamp getCreated()
public Timestamp getResolutionDate()
Issue
public Timestamp getUpdated()
public Long getWorkflowId()
public Object getCustomFieldValue(CustomField customField)
customField
- the CustomField
public Status getStatusObject()
getStatusObject
in interface Issue
getStatusObject
in class AbstractIssue
public org.ofbiz.core.entity.GenericValue getStatus()
public Long getOriginalEstimate()
Issue
public Long getEstimate()
Issue
public Long getTimeSpent()
Issue
public Object getExternalFieldValue(String fieldId)
public boolean isSubTask()
public Long getParentId()
public boolean isCreated()
public Collection getSubTasks()
public Collection getSubTaskObjects()
Issue
MutableIssue
spublic IssueRenderContext getIssueRenderContext()
public String getString(String name)
OfBizValueWrapper
name
- the field name
public Timestamp getTimestamp(String name)
OfBizValueWrapper
name
- the field name
public Long getLong(String name)
OfBizValueWrapper
name
- the field name
public org.ofbiz.core.entity.GenericValue getGenericValue()
OfBizValueWrapper
public void store()
OfBizValueWrapper
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |