java.lang.Object | |
↳ | com.atlassian.jira.issue.DefaultIssueFactory |
[Expand]
Inherited Fields | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.jira.issue.IssueFactory
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Clones the Issue object which creates an editable copy.
| |||||||||||
Clone Issue for conversion from sub task to issue
| |||||||||||
Creates an issue object for an issue represented by the passed issueGV
| |||||||||||
Creates a new blank issue.
| |||||||||||
Creates an issue object for an issue represented by the Lucene Document
| |||||||||||
Creates an issue object for an issue represented by the passed issueGV.
| |||||||||||
Convert a list of GenericValue objects into a list of
MutableIssue objects. |
[Expand]
Inherited Methods | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||||||||
From interface
com.atlassian.jira.issue.IssueFactory
|
Clones the Issue object which creates an editable copy.
MutableIssue
clone.
Clone Issue for conversion from sub task to issue
Creates an issue object for an issue represented by the passed issueGV
MutableIssue
object that represents a copy of the issueGV
Creates an issue object for an issue represented by the Lucene Document
Creates an issue object for an issue represented by the passed issueGV.
This will return null if it is passed null, which is different behaviour to getIssue(org.ofbiz.core.entity.GenericValue)
MutableIssue
object that represents a copy of the issueGV, or null.
Convert a list of GenericValue objects into a list of MutableIssue
objects.
This is just a convenience method that calls getIssue(org.ofbiz.core.entity.GenericValue)
issueGVs | The issues to be retrieved |
---|
MutableIssue
objects