|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 |
| Fields inherited from interface com.atlassian.jira.issue.context.IssueContext |
|---|
GLOBAL |
| 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 | |
|---|---|
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()
|
com.atlassian.crowd.embedded.api.User |
getCreator()
|
String |
getCreatorId()
|
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. |
String |
getIssueTypeId()
Gets the ID of 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 |
getNumber()
|
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()
Returns the Priority for this Issue. |
Priority |
getPriorityObject()
Returns the Priority for this Issue. |
org.ofbiz.core.entity.GenericValue |
getProject()
Gets the Project for this IssueContext. |
Long |
getProjectId()
Gets the ID of the Project for this Issue. |
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()
Returns the Resolution for this Issue. |
Timestamp |
getResolutionDate()
Returns the datetime that an issue was resolved on. |
String |
getResolutionId()
|
Resolution |
getResolutionObject()
Returns the Resolution for this Issue. |
org.ofbiz.core.entity.GenericValue |
getSecurityLevel()
Returns the Security Level for this Issue. |
Long |
getSecurityLevelId()
Returns the Security Level for this Issue. |
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()
|
boolean |
isCreated()
|
boolean |
isSubTask()
|
void |
store()
Persist this object's immediate fields. |
String |
toString()
|
| Methods inherited from class com.atlassian.jira.issue.AbstractIssue |
|---|
equals, getAttachments, getParent, getParentObject, hashCode, isEditable |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, 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 Long getNumber()
public org.ofbiz.core.entity.GenericValue getProject()
IssueContextA null return value is used to represent that this context applies to all Projects.
public Project getProjectObject()
Issue
public Long getProjectId()
Issue
public IssueType getIssueTypeObject()
Issue
getIssueTypeObject in interface IssueContextgetIssueTypeObject in interface IssuegetIssueTypeObject in class AbstractIssuepublic org.ofbiz.core.entity.GenericValue getIssueType()
Issue
public String getIssueTypeId()
Issue
public String getSummary()
public com.atlassian.crowd.embedded.api.User getAssigneeUser()
IssueIssue.getAssignee()
Issue.getAssignee()public com.atlassian.crowd.embedded.api.User getAssignee()
Issuecom.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()
IssueIssue.getReporter().
Issue.getReporter()public com.atlassian.crowd.embedded.api.User getReporter()
Issuecom.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 com.atlassian.crowd.embedded.api.User getCreator()
public String getCreatorId()
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()
Issue
public Long getSecurityLevelId()
Issue
public Priority getPriorityObject()
Issue
getPriorityObject in interface IssuegetPriorityObject in class AbstractIssuepublic org.ofbiz.core.entity.GenericValue getPriority()
Issue
public String getResolutionId()
public Resolution getResolutionObject()
Issue
getResolutionObject in interface IssuegetResolutionObject in class AbstractIssuepublic org.ofbiz.core.entity.GenericValue getResolution()
Issue
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 IssuegetStatusObject in class AbstractIssuepublic 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
MutableIssuespublic 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 String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||