Uses of Interface
com.atlassian.jira.issue.MutableIssue

Packages that use MutableIssue
com.atlassian.jira.action.issue   
com.atlassian.jira.bc.issue   
com.atlassian.jira.bc.subtask.conversion   
com.atlassian.jira.external   
com.atlassian.jira.issue   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.link   
com.atlassian.jira.issue.managers   
com.atlassian.jira.jelly.tag.issue   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.issue.bulkedit   
com.atlassian.jira.web.bean   
com.atlassian.jira.workflow   
com.atlassian.jira.workflow.function.issue   
 

Uses of MutableIssue in com.atlassian.jira.action.issue
 

Methods in com.atlassian.jira.action.issue that return MutableIssue
 MutableIssue IssueUpdate.getIssueObject()
          Deprecated.  
 

Methods in com.atlassian.jira.action.issue with parameters of type MutableIssue
 void IssueUpdate.setIssueObject(MutableIssue issueObject)
          Deprecated.  
 

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, java.util.Map<java.lang.String,java.lang.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, java.util.Map<java.lang.String,java.lang.Object> fieldValuesHolder, java.util.Map additionInputs, int actionId)
           
IssueService.UpdateValidationResult(MutableIssue issue, ErrorCollection errors, java.util.Map<java.lang.String,java.lang.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 DefaultIssueConversionService.convertIssue(JiraServiceContext context, Issue currentIssue, MutableIssue 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
 void DefaultSubTaskToIssueConversionService.preStoreUpdates(JiraServiceContext context, IssueChangeHolder changeHolder, Issue currentIssue, MutableIssue targetIssue)
          Removes the parent link and adds change item.
 void DefaultIssueToSubTaskConversionService.preStoreUpdates(JiraServiceContext context, IssueChangeHolder changeHolder, Issue currentIssue, MutableIssue targetIssue)
           
 

Uses of MutableIssue in com.atlassian.jira.external
 

Methods in com.atlassian.jira.external that return MutableIssue
 MutableIssue ExternalUtils.newIssueInstance()
           
 

Uses of MutableIssue in com.atlassian.jira.issue
 

Classes in com.atlassian.jira.issue that implement MutableIssue
 class IssueImpl
          Issue implementation which caches read data, and can persist its data to the database (via an Ofbiz GenericValue.
 

Methods in com.atlassian.jira.issue that return MutableIssue
 MutableIssue IssueFactory.cloneIssue(Issue issue)
          Clones the Issue object which creates an editable copy.
 MutableIssue DefaultIssueFactory.cloneIssue(Issue issue)
           
 MutableIssue IssueFactory.cloneIssueNoParent(Issue issue)
          Clone Issue for conversion from sub task to issue
 MutableIssue DefaultIssueFactory.cloneIssueNoParent(Issue issue)
           
 MutableIssue IssueFactory.getIssue()
          Creates a new blank issue.
 MutableIssue DefaultIssueFactory.getIssue()
           
 MutableIssue IssueFactory.getIssue(org.ofbiz.core.entity.GenericValue issueGV)
          Creates an issue object for an issue represented by the passed issueGV
 MutableIssue DefaultIssueFactory.getIssue(org.ofbiz.core.entity.GenericValue issueGV)
           
static MutableIssue IssueImpl.getIssueObject(org.ofbiz.core.entity.GenericValue genericValue)
          Deprecated. You should construct this yourself if at all possible, or use IssueFactory.getIssue(org.ofbiz.core.entity.GenericValue) instead.
 MutableIssue IssueManager.getIssueObject(java.lang.Long id)
          Retrieves an issue by id.
 MutableIssue IssueManager.getIssueObject(java.lang.String key)
          Retrieves the Issue that has the given key, or null if no such Issue exists.
 MutableIssue IssueManager.getIssueObjectByWorkflow(java.lang.Long workflowId)
          Retrieves an issue given a workflow ID.
 

Methods in com.atlassian.jira.issue with parameters of type MutableIssue
 void IssueManager.deleteIssue(com.opensymphony.user.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
          This method will delete an issue from JIRA.
 Issue IssueManager.updateIssue(com.opensymphony.user.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 SummarySystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void IssueTypeSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void CustomFieldImpl.removeValueFromIssueObject(MutableIssue issue)
           
 void ComponentsSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void SecurityLevelSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void TimeTrackingSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void WorklogSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void ProjectSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void CommentSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void PrioritySystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void EnvironmentSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void DescriptionSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void DueDateSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void AttachmentSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void FixVersionsSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void AssigneeSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void ResolutionSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void OrderableField.removeValueFromIssueObject(MutableIssue issue)
          Removes the field value from the given MutableIssue object.
 void ReporterSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void AffectedVersionsSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void LabelsSystemField.removeValueFromIssueObject(MutableIssue issue)
           
 void SummarySystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void IssueTypeSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void CustomFieldImpl.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void ComponentsSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void SecurityLevelSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void TimeTrackingSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           This is called to back update the MutableIssue with the value object we previously stuffed into the field values holder.
 void WorklogSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
          Sets the value as a modified external field in the issue so that this field will be updated along with all the other modified issue values.
 void ProjectSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void CommentSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
          Sets the value as a modified external field in the issue so that this field will be updated along with all the other modified issue values.
 void PrioritySystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void EnvironmentSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void DescriptionSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void DueDateSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void AttachmentSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void FixVersionsSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void AssigneeSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void ResolutionSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void OrderableField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
          Record the value on the issue (not saving it to the database, see updateValue).
 void ReporterSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void AffectedVersionsSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 void LabelsSystemField.updateIssue(FieldLayoutItem fieldLayoutItem, MutableIssue issue, java.util.Map fieldValueHolder)
           
 

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.issue.managers
 

Methods in com.atlassian.jira.issue.managers that return MutableIssue
 MutableIssue CachingIssueManager.getIssueObject(java.lang.Long id)
           
 MutableIssue DefaultIssueManager.getIssueObject(java.lang.Long id)
           
 MutableIssue CachingIssueManager.getIssueObject(java.lang.String key)
           
 MutableIssue DefaultIssueManager.getIssueObject(java.lang.String key)
           
 MutableIssue CachingIssueManager.getIssueObjectByWorkflow(java.lang.Long workflowId)
           
 MutableIssue DefaultIssueManager.getIssueObjectByWorkflow(java.lang.Long workflowId)
           
 

Methods in com.atlassian.jira.issue.managers with parameters of type MutableIssue
 void IssueDeleteHelper.deleteIssue(com.opensymphony.user.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void CachingIssueManager.deleteIssue(com.opensymphony.user.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void DefaultIssueDeleteHelper.deleteIssue(com.opensymphony.user.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void DefaultIssueManager.deleteIssue(com.opensymphony.user.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
protected  void DefaultIssueManager.doUpdate(MutableIssue issue, org.ofbiz.core.entity.GenericValue originalIssueGV, EventDispatchOption eventDispatchOption, com.opensymphony.user.User user, boolean sendMail, DefaultIssueChangeHolder issueChangeHolder)
           
protected  void DefaultIssueManager.storeIssue(MutableIssue issue)
           
protected  DefaultIssueChangeHolder DefaultIssueManager.updateFieldValues(MutableIssue issue, java.lang.StringBuffer modifiedText)
           
 Issue CachingIssueManager.updateIssue(com.opensymphony.user.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 Issue DefaultIssueManager.updateIssue(com.opensymphony.user.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 

Uses of MutableIssue in com.atlassian.jira.jelly.tag.issue
 

Methods in com.atlassian.jira.jelly.tag.issue that return MutableIssue
 MutableIssue TransitionWorkflow.getIssueObject(org.ofbiz.core.entity.GenericValue issueGV)
           
 

Uses of MutableIssue in com.atlassian.jira.web.action.issue
 

Fields in com.atlassian.jira.web.action.issue declared as MutableIssue
protected  MutableIssue AbstractIssueSelectAction.issueObject
           
protected  MutableIssue CreateIssue.issueObject
           
 

Methods in com.atlassian.jira.web.action.issue that return MutableIssue
 MutableIssue AbstractIssueSelectAction.getIssueObject()
          Returns the current Issue.
 MutableIssue CloneIssueDetails.getIssueObject()
           
 MutableIssue CreateSubTaskIssue.getIssueObject()
           
 MutableIssue CreateIssue.getIssueObject()
           
 MutableIssue MoveSubTask.getIssueObject(org.ofbiz.core.entity.GenericValue issue)
           
 MutableIssue MoveSubTaskParent.getIssueObject(org.ofbiz.core.entity.GenericValue issue)
           
 MutableIssue MoveIssue.getIssueObject(org.ofbiz.core.entity.GenericValue issue)
           
 MutableIssue AbstractConvertIssue.getTargetIssue()
          Get Target Issue with Security Level set to null if it is needed.
protected  MutableIssue MoveIssueConfirm.getTargetIssueObject()
           
protected  MutableIssue MoveIssueUpdateFields.getTargetIssueObject()
          Retrieves the issue from the IssueManager and updates the Project and IssueType, and possibly clears the security.
protected  MutableIssue AbstractConvertIssue.getTargetIssueObjectWithSecurityLevel()
          Get the issue with updated Issue type and status.
protected  MutableIssue ConvertSubTaskToIssue.getTargetIssueObjectWithSecurityLevel()
           
protected  MutableIssue ConvertIssueToSubTask.getTargetIssueObjectWithSecurityLevel()
           
protected  MutableIssue MoveIssueUpdateFields.getTargetIssueObjectWithSecurityLevel()
          Retrieves the issue from the IssueManager and updates the Project and IssueType.
 MutableIssue AbstractConvertIssue.getUpdatedIssue()
          Gets the target issue with new values set on issue
 

Methods in com.atlassian.jira.web.action.issue that return types with arguments of type MutableIssue
 java.util.List<MutableIssue> LinkExistingIssue.getCurrentValue()
           
 

Methods in com.atlassian.jira.web.action.issue with parameters of type MutableIssue
protected  Comment AbstractCommentableIssue.createComment(MutableIssue commentedIssue)
           
 webwork.dispatcher.ActionResult UpdateFieldsHelperBean.updateIssue(MutableIssue issueObject, OperationContext operationContext, com.opensymphony.user.User user, ErrorCollection errors, I18nHelper i18n)
           
 webwork.dispatcher.ActionResult UpdateFieldsHelperBeanImpl.updateIssue(MutableIssue issueObject, OperationContext operationContext, com.opensymphony.user.User user, ErrorCollection errors, I18nHelper i18n)
           
 void IssueCreationHelperBeanImpl.updateIssueFromFieldValuesHolder(FieldScreenRenderer fieldScreenRenderer, com.opensymphony.user.User remoteUser, MutableIssue issueObject, java.util.Map fieldValuesHolder)
           
 void IssueCreationHelperBean.updateIssueFromFieldValuesHolder(FieldScreenRenderer fieldScreenRenderer, com.opensymphony.user.User remoteUser, MutableIssue issueObject, java.util.Map fieldValuesHolder)
           
 

Uses of MutableIssue in com.atlassian.jira.web.action.issue.bulkedit
 

Methods in com.atlassian.jira.web.action.issue.bulkedit that return MutableIssue
protected  MutableIssue BulkMove.getIssueObject(org.ofbiz.core.entity.GenericValue issueGV)
           
 

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()
           
 MutableIssue WorkflowTransitionUtilImpl.getIssue()
           
 

Methods in com.atlassian.jira.workflow with parameters of type MutableIssue
 void SimpleWorkflowManager.migrateIssueToWorkflow(MutableIssue issue, JiraWorkflow newWorkflow, Status status)
          Migrates given issue to new workflow and sets new status on it.
 void WorkflowManager.migrateIssueToWorkflow(MutableIssue issue, JiraWorkflow newWorkflow, Status status)
          Migrates given issue to new workflow and sets new status on it.
 void WorkflowTransitionUtilImpl.setIssue(MutableIssue issue)
           
 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(java.util.Map transientVars)
          This method retrieves the (potentially modified) issue object that is being transitioned through workflow.
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.