|
||||||||||
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.AssignValidationResult(MutableIssue issue,
ErrorCollection errors,
String assigneeId)
|
|
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. |
MutableIssue |
IssueFactory.getIssueOrNull(org.ofbiz.core.entity.GenericValue issueGV)
Creates an issue object for an issue represented by the passed issueGV. |
Methods in com.atlassian.jira.issue with parameters of type MutableIssue | |
---|---|
void |
IssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
Deprecated. Use IssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User, Issue, com.atlassian.jira.event.type.EventDispatchOption, boolean) instead. Since v5.0. |
void |
IssueManager.deleteIssueNoEvent(MutableIssue issue)
Deprecated. Use IssueManager.deleteIssueNoEvent(com.atlassian.jira.issue.Issue) instead. Since v5.0. |
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.fields.rest |
---|
Methods in com.atlassian.jira.issue.fields.rest with parameters of type MutableIssue | |
---|---|
List<FieldHtmlBean> |
FieldHtmlFactory.getCreateFields(com.atlassian.crowd.embedded.api.User user,
OperationContext operationContext,
webwork.action.Action action,
MutableIssue newIssueObject,
boolean retainValues,
List<String> fieldsToRetain)
Returns a list of fields on the create screen as specified by the newIssueObject skeleton (it contains the project and issue type context) including the project and issue type fields. |
List<FieldHtmlBean> |
FieldHtmlFactory.getSubTaskCreateFields(com.atlassian.crowd.embedded.api.User user,
OperationContext operationContext,
webwork.action.Action action,
MutableIssue newIssueObject,
boolean retainValues,
List<String> fieldsToRetain)
This essentially returns the same as the FieldHtmlFactory.getCreateFields(com.atlassian.crowd.embedded.api.User,
com.atlassian.jira.issue.customfields.OperationContext, webwork.action.Action,
com.atlassian.jira.issue.MutableIssue, boolean, java.util.List) method but it strips out certain fields such as
the project selector. |
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,
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 |