|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MutableIssue in com.atlassian.jira.bc.issue |
|---|
| Methods in com.atlassian.jira.bc.issue that return MutableIssue | |
|---|---|
MutableIssue |
IssueService.TransitionValidationResult.getIssue()
|
MutableIssue |
IssueService.IssueValidationResult.getIssue()
|
| Constructors in com.atlassian.jira.bc.issue with parameters of type MutableIssue | |
|---|---|
IssueService.CreateValidationResult(MutableIssue issue,
ErrorCollection errors,
Map<String,Object> fieldValuesHolder)
|
|
IssueService.DeleteValidationResult(MutableIssue issue,
ErrorCollection errors)
|
|
IssueService.IssueResult(MutableIssue issue)
|
|
IssueService.IssueResult(MutableIssue issue,
ErrorCollection errors)
|
|
IssueService.IssueValidationResult(MutableIssue issue,
ErrorCollection errors)
|
|
IssueService.TransitionValidationResult(MutableIssue issue,
ErrorCollection errors,
Map<String,Object> fieldValuesHolder,
Map additionInputs,
int actionId)
|
|
IssueService.UpdateValidationResult(MutableIssue issue,
ErrorCollection errors,
Map<String,Object> fieldValuesHolder)
|
|
| Uses of MutableIssue in com.atlassian.jira.bc.subtask.conversion |
|---|
| Methods in com.atlassian.jira.bc.subtask.conversion with parameters of type MutableIssue | |
|---|---|
void |
IssueConversionService.convertIssue(JiraServiceContext context,
Issue issue,
MutableIssue updatedIssue)
This is the core method that converts given issue to an issue represented by updatedIssue. |
void |
IssueConversionService.preStoreUpdates(JiraServiceContext context,
IssueChangeHolder changeHolder,
Issue currentIssue,
MutableIssue targetIssue)
Allows for a plugin point to extra updates specific to that sub class |
| Uses of MutableIssue in com.atlassian.jira.issue |
|---|
| Methods in com.atlassian.jira.issue that return MutableIssue | |
|---|---|
MutableIssue |
IssueFactory.cloneIssue(Issue issue)
Clones the Issue object which creates an editable copy. |
MutableIssue |
IssueFactory.cloneIssueNoParent(Issue issue)
Clone Issue for conversion from sub task to issue |
MutableIssue |
IssueFactory.getIssue()
Creates a new blank issue. |
MutableIssue |
IssueFactory.getIssue(org.ofbiz.core.entity.GenericValue issueGV)
Creates an issue object for an issue represented by the passed issueGV |
MutableIssue |
IssueManager.getIssueObject(Long id)
Retrieves an issue by id. |
MutableIssue |
IssueManager.getIssueObject(String key)
Retrieves the Issue that has the given key, or null if no such Issue exists. |
MutableIssue |
IssueManager.getIssueObjectByWorkflow(Long workflowId)
Retrieves an issue given a workflow ID. |
| Methods in com.atlassian.jira.issue with parameters of type MutableIssue | |
|---|---|
void |
IssueManager.deleteIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will delete an issue from JIRA. |
void |
IssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will delete an issue from JIRA. |
Issue |
IssueManager.updateIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will store the provided issue to the JIRA datastore. |
Issue |
IssueManager.updateIssue(com.atlassian.crowd.embedded.api.User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will store the provided issue to the JIRA datastore. |
| Uses of MutableIssue in com.atlassian.jira.issue.fields |
|---|
| Methods in com.atlassian.jira.issue.fields with parameters of type MutableIssue | |
|---|---|
void |
OrderableField.removeValueFromIssueObject(MutableIssue issue)
Removes the field value from the given MutableIssue object. |
void |
OrderableField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
Record the value on the issue (not saving it to the database, see updateValue). |
| Uses of MutableIssue in com.atlassian.jira.issue.link |
|---|
| Methods in com.atlassian.jira.issue.link that return MutableIssue | |
|---|---|
MutableIssue |
IssueLink.getDestinationObject()
Get the destination Issue of the link. |
MutableIssue |
IssueLink.getSourceObject()
Get the source Issue of the link. |
| Uses of MutableIssue in com.atlassian.jira.web.action.issue |
|---|
| Methods in com.atlassian.jira.web.action.issue with parameters of type MutableIssue | |
|---|---|
void |
IssueCreationHelperBean.updateIssueFromFieldValuesHolder(FieldScreenRenderer fieldScreenRenderer,
User remoteUser,
MutableIssue issueObject,
Map fieldValuesHolder)
|
void |
IssueCreationHelperBean.updateIssueFromFieldValuesHolder(FieldScreenRenderer fieldScreenRenderer,
com.atlassian.crowd.embedded.api.User remoteUser,
MutableIssue issueObject,
Map fieldValuesHolder)
|
| Uses of MutableIssue in com.atlassian.jira.web.bean |
|---|
| Methods in com.atlassian.jira.web.bean that return MutableIssue | |
|---|---|
MutableIssue |
MoveIssueBean.getUpdatedIssue()
|
| Methods in com.atlassian.jira.web.bean with parameters of type MutableIssue | |
|---|---|
void |
MoveIssueBean.setUpdatedIssue(MutableIssue targetIssue)
|
| Uses of MutableIssue in com.atlassian.jira.workflow |
|---|
| Methods in com.atlassian.jira.workflow that return MutableIssue | |
|---|---|
MutableIssue |
WorkflowProgressAware.getIssue()
|
| Methods in com.atlassian.jira.workflow with parameters of type MutableIssue | |
|---|---|
void |
WorkflowManager.migrateIssueToWorkflow(MutableIssue issue,
JiraWorkflow newWorkflow,
Status status)
Migrates given issue to new workflow and sets new status on it. |
void |
WorkflowTransitionUtil.setIssue(MutableIssue issue)
|
| Uses of MutableIssue in com.atlassian.jira.workflow.function.issue |
|---|
| Methods in com.atlassian.jira.workflow.function.issue that return MutableIssue | |
|---|---|
protected MutableIssue |
AbstractJiraFunctionProvider.getIssue(Map transientVars)
This method retrieves the (potentially modified) issue object that is being transitioned through workflow. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||