|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
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 |
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(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 |
WorklogSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
TimeTrackingSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
SummarySystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
SecurityLevelSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
ResolutionSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
ReporterSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
ProjectSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
PrioritySystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
LabelsSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
IssueTypeSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
FixVersionsSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
EnvironmentSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
DueDateSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
DescriptionSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
CustomFieldImpl.removeValueFromIssueObject(MutableIssue issue)
|
void |
ComponentsSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
CommentSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
AttachmentSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
AssigneeSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
AffectedVersionsSystemField.removeValueFromIssueObject(MutableIssue issue)
|
void |
OrderableField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
Record the value on the issue (not saving it to the database, see updateValue). |
void |
WorklogSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
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 |
TimeTrackingSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
This is called to back update the MutableIssue with the value object we previously stuffed into the field values holder. |
void |
SummarySystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
SecurityLevelSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
ResolutionSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
ReporterSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
ProjectSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
PrioritySystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
LabelsSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
IssueTypeSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
FixVersionsSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
EnvironmentSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
DueDateSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
DescriptionSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
CustomFieldImpl.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
ComponentsSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
CommentSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
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 |
AttachmentSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
AssigneeSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
Map fieldValueHolder)
|
void |
AffectedVersionsSystemField.updateIssue(FieldLayoutItem fieldLayoutItem,
MutableIssue issue,
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 |
DefaultIssueManager.getIssueObject(Long id)
|
MutableIssue |
DefaultIssueManager.getIssueObject(String key)
|
MutableIssue |
DefaultIssueManager.getIssueObjectByWorkflow(Long workflowId)
|
| Methods in com.atlassian.jira.issue.managers with parameters of type MutableIssue | |
|---|---|
void |
IssueDeleteHelper.deleteIssue(com.atlassian.crowd.embedded.api.User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
void |
IssueDeleteHelper.deleteIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
void |
DefaultIssueManager.deleteIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
void |
DefaultIssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
void |
DefaultIssueDeleteHelper.deleteIssue(com.atlassian.crowd.embedded.api.User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
void |
DefaultIssueDeleteHelper.deleteIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
protected void |
DefaultIssueManager.doUpdate(MutableIssue issue,
org.ofbiz.core.entity.GenericValue originalIssueGV,
EventDispatchOption eventDispatchOption,
com.atlassian.crowd.embedded.api.User user,
boolean sendMail,
DefaultIssueChangeHolder issueChangeHolder)
|
protected void |
DefaultIssueManager.storeIssue(MutableIssue issue)
|
protected DefaultIssueChangeHolder |
DefaultIssueManager.updateFieldValues(MutableIssue issue,
StringBuffer modifiedText)
|
Issue |
DefaultIssueManager.updateIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
Issue |
DefaultIssueManager.updateIssue(com.atlassian.crowd.embedded.api.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
|
| Methods in com.atlassian.jira.web.action.issue that return MutableIssue | |
|---|---|
MutableIssue |
CreateSubTaskIssue.getIssueObject()
|
MutableIssue |
CreateIssue.getIssueObject()
|
MutableIssue |
CloneIssueDetails.getIssueObject()
|
MutableIssue |
AbstractIssueSelectAction.getIssueObject()
Returns the current Issue. |
MutableIssue |
MoveSubTaskParent.getIssueObject(org.ofbiz.core.entity.GenericValue issue)
|
MutableIssue |
MoveSubTask.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 |
MoveIssueUpdateFields.getTargetIssueObject()
Retrieves the issue from the IssueManager and updates the Project and IssueType, and possibly clears the security. |
protected MutableIssue |
MoveIssueConfirm.getTargetIssueObject()
|
protected MutableIssue |
MoveIssueUpdateFields.getTargetIssueObjectWithSecurityLevel()
Retrieves the issue from the IssueManager and updates the Project and IssueType. |
protected MutableIssue |
ConvertSubTaskToIssue.getTargetIssueObjectWithSecurityLevel()
|
protected MutableIssue |
ConvertIssueToSubTask.getTargetIssueObjectWithSecurityLevel()
|
protected MutableIssue |
AbstractConvertIssue.getTargetIssueObjectWithSecurityLevel()
Get the issue with updated Issue type and status. |
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 | |
|---|---|
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 |
UpdateFieldsHelperBeanImpl.updateIssue(MutableIssue issueObject,
OperationContext operationContext,
User user,
ErrorCollection errors,
I18nHelper i18n)
|
webwork.dispatcher.ActionResult |
UpdateFieldsHelperBeanImpl.updateIssue(MutableIssue issueObject,
OperationContext operationContext,
com.atlassian.crowd.embedded.api.User user,
ErrorCollection errors,
I18nHelper i18n)
|
webwork.dispatcher.ActionResult |
UpdateFieldsHelperBean.updateIssue(MutableIssue issueObject,
OperationContext operationContext,
User user,
ErrorCollection errors,
I18nHelper i18n)
|
webwork.dispatcher.ActionResult |
UpdateFieldsHelperBean.updateIssue(MutableIssue issueObject,
OperationContext operationContext,
com.atlassian.crowd.embedded.api.User user,
ErrorCollection errors,
I18nHelper i18n)
|
void |
IssueCreationHelperBeanImpl.updateIssueFromFieldValuesHolder(FieldScreenRenderer fieldScreenRenderer,
User remoteUser,
MutableIssue issueObject,
Map fieldValuesHolder)
|
void |
IssueCreationHelperBeanImpl.updateIssueFromFieldValuesHolder(FieldScreenRenderer fieldScreenRenderer,
com.atlassian.crowd.embedded.api.User remoteUser,
MutableIssue issueObject,
Map fieldValuesHolder)
|
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.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 |
WorkflowTransitionUtilImpl.getIssue()
|
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 |
SimpleWorkflowManager.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(Map transientVars)
This method retrieves the (potentially modified) issue object that is being transitioned through workflow. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||