|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.bulkedit.operation.AbstractBulkOperation com.atlassian.jira.bulkedit.operation.BulkMoveOperationImpl
public class BulkMoveOperationImpl
Operatin for moving parent and their sub-takks issues from one or many contexts to a single target context.
Field Summary | |
---|---|
protected static org.apache.log4j.Logger |
log
|
Fields inherited from interface com.atlassian.jira.bulkedit.operation.BulkMoveOperation |
---|
NAME, NAME_KEY |
Constructor Summary | |
---|---|
BulkMoveOperationImpl(WorkflowManager workflowManager,
ProjectManager projectManager,
FieldManager fieldManager,
IssueFactory issueFactory,
IssueManager issueManager,
AttachmentPathManager attachmentPathManager)
|
Method Summary | |
---|---|
boolean |
canPerform(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser)
Determines whether the operation can be performed with the given set of issues |
void |
chooseContext(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
chooseContextNoValidate(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser)
|
void |
finishChooseContext(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser)
Does operations on the given BulkEditBean to finalise the "Choose Project and Issue Type" step of the Bulk Move. |
void |
finishChooseContext(MultiBulkMoveBean multiBulkMoveBean,
com.atlassian.crowd.embedded.api.User remoteUser)
Does the finishChooseContext() operation for all the BulkEditBeans in the given MultiBulkMoveBean. |
String |
getCannotPerformMessageKey()
|
String |
getDescriptionKey()
|
String |
getFieldName(Field field,
I18nHelper i18nHelper)
|
String |
getNameKey()
|
String |
getOperationName()
|
protected Collection |
getTargetHiddenFields(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser)
|
JiraWorkflow |
getWorkflowForType(Long projectId,
String issueTypeId)
|
boolean |
isStatusValid(BulkEditBean bulkEditBean)
|
void |
moveIssuesAndIndex(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser)
|
void |
perform(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser)
Performs the operation on the given set of issues |
void |
setStatusFields(BulkEditBean bulkEditBean)
|
void |
validatePopulateFields(BulkEditBean bulkEditBean,
ErrorCollection errors,
I18nHelper i18nHelper)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final org.apache.log4j.Logger log
Constructor Detail |
---|
public BulkMoveOperationImpl(WorkflowManager workflowManager, ProjectManager projectManager, FieldManager fieldManager, IssueFactory issueFactory, IssueManager issueManager, AttachmentPathManager attachmentPathManager)
Method Detail |
---|
public boolean canPerform(BulkEditBean bulkEditBean, com.atlassian.crowd.embedded.api.User remoteUser)
BulkOperation
canPerform
in interface BulkOperation
public void perform(BulkEditBean bulkEditBean, com.atlassian.crowd.embedded.api.User remoteUser) throws Exception
BulkOperation
perform
in interface BulkOperation
Exception
public void moveIssuesAndIndex(BulkEditBean bulkEditBean, com.atlassian.crowd.embedded.api.User remoteUser) throws Exception
moveIssuesAndIndex
in interface BulkMoveOperation
Exception
public void chooseContextNoValidate(BulkEditBean bulkEditBean, com.atlassian.crowd.embedded.api.User remoteUser)
chooseContextNoValidate
in interface BulkMoveOperation
public void chooseContext(BulkEditBean bulkEditBean, com.atlassian.crowd.embedded.api.User remoteUser, I18nHelper i18nHelper, ErrorCollection errors)
chooseContext
in interface BulkMoveOperation
public void finishChooseContext(MultiBulkMoveBean multiBulkMoveBean, com.atlassian.crowd.embedded.api.User remoteUser)
BulkMoveOperation
finishChooseContext
in interface BulkMoveOperation
multiBulkMoveBean
- MultiBulkMoveBean (Contains Collection of BulkEditBean objects).remoteUser
- UserBulkMoveOperation.finishChooseContext(com.atlassian.jira.web.bean.BulkEditBean, User)
public void finishChooseContext(BulkEditBean bulkEditBean, com.atlassian.crowd.embedded.api.User remoteUser)
BulkMoveOperation
This method should be called AFTER validation of the new context, and re-mapping the BulkEditBeans to be indexed by Target context.
finishChooseContext
in interface BulkMoveOperation
bulkEditBean
- BulkEditBean containing Bulk Move information for a single target "Issue Context".remoteUser
- User doing the operation.BulkMoveOperation.finishChooseContext(com.atlassian.jira.web.bean.MultiBulkMoveBean, User)
public boolean isStatusValid(BulkEditBean bulkEditBean)
isStatusValid
in interface BulkMoveOperation
public void setStatusFields(BulkEditBean bulkEditBean) throws WorkflowException
setStatusFields
in interface BulkMoveOperation
WorkflowException
public void validatePopulateFields(BulkEditBean bulkEditBean, ErrorCollection errors, I18nHelper i18nHelper)
validatePopulateFields
in interface BulkMoveOperation
public String getFieldName(Field field, I18nHelper i18nHelper)
protected Collection getTargetHiddenFields(BulkEditBean bulkEditBean, com.atlassian.crowd.embedded.api.User remoteUser)
public String getNameKey()
getNameKey
in interface IssueOperation
public String getDescriptionKey()
getDescriptionKey
in interface IssueOperation
public String getOperationName()
getOperationName
in interface BulkOperation
public String getCannotPerformMessageKey()
getCannotPerformMessageKey
in interface BulkOperation
public JiraWorkflow getWorkflowForType(Long projectId, String issueTypeId) throws WorkflowException
WorkflowException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |