com.atlassian.jira.bulkedit.operation
Class BulkWorkflowTransitionOperation

java.lang.Object
  extended by com.atlassian.jira.bulkedit.operation.AbstractBulkOperation
      extended by com.atlassian.jira.bulkedit.operation.BulkWorkflowTransitionOperation
All Implemented Interfaces:
BulkOperation, IssueOperation

public class BulkWorkflowTransitionOperation
extends AbstractBulkOperation
implements BulkOperation


Field Summary
protected static org.apache.log4j.Logger log
           
static String NAME
           
static String NAME_KEY
           
 
Constructor Summary
BulkWorkflowTransitionOperation(WorkflowManager workflowManager, IssueWorkflowManager issueWorkflowManager, FieldLayoutManager fieldLayoutManager)
           
 
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
 boolean canPerformOnAnyIssue(BulkEditBean bulkEditBean, ApplicationUser remoteUser)
           
 com.opensymphony.workflow.loader.ActionDescriptor getActionDescriptor(WorkflowTransitionKey workflowTransitionKey)
           
 String getCannotPerformMessageKey()
          An i18n key to be used to render the error message to be displayed when the user can not perform this bulk operation.
 String getDescriptionKey()
           
 String getNameKey()
          An i18n key used to display a short description of this operation in the UI.
 String getOperationName()
          Returns the "operation name".
 void perform(BulkEditBean bulkEditBean, ApplicationUser applicationUser)
           
 void perform(BulkEditBean bulkEditBean, com.atlassian.crowd.embedded.api.User remoteUser)
          Performs the operation on the given set of issues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.log4j.Logger log

NAME

public static final String NAME
See Also:
Constant Field Values

NAME_KEY

public static final String NAME_KEY
See Also:
Constant Field Values
Constructor Detail

BulkWorkflowTransitionOperation

public BulkWorkflowTransitionOperation(WorkflowManager workflowManager,
                                       IssueWorkflowManager issueWorkflowManager,
                                       FieldLayoutManager fieldLayoutManager)
Method Detail

canPerform

public boolean canPerform(BulkEditBean bulkEditBean,
                          com.atlassian.crowd.embedded.api.User remoteUser)
Description copied from interface: BulkOperation
Determines whether the operation can be performed with the given set of issues

Specified by:
canPerform in interface BulkOperation
See Also:
BulkEditBean.getSelectedIssues()

canPerformOnAnyIssue

public boolean canPerformOnAnyIssue(BulkEditBean bulkEditBean,
                                    ApplicationUser remoteUser)

perform

public void perform(BulkEditBean bulkEditBean,
                    com.atlassian.crowd.embedded.api.User remoteUser)
             throws Exception
Description copied from interface: BulkOperation
Performs the operation on the given set of issues

Specified by:
perform in interface BulkOperation
Throws:
Exception

perform

public void perform(BulkEditBean bulkEditBean,
                    ApplicationUser applicationUser)
             throws Exception
Throws:
Exception

getNameKey

public String getNameKey()
Description copied from interface: IssueOperation
An i18n key used to display a short description of this operation in the UI. e.g " Watch Issues "

Specified by:
getNameKey in interface IssueOperation
Returns:
An i18n key used to display a short description of this operation in the UI

getDescriptionKey

public String getDescriptionKey()
Specified by:
getDescriptionKey in interface IssueOperation

getOperationName

public String getOperationName()
Description copied from interface: BulkOperation
Returns the "operation name".

This is used to build up the name of the action used to render the details screen in the bulk change UI.

The action name that is generated as operationName + "Details.jspa". See BulkChooseOperation for details

Specified by:
getOperationName in interface BulkOperation
Returns:
The "operation name"

getCannotPerformMessageKey

public String getCannotPerformMessageKey()
Description copied from interface: BulkOperation
An i18n key to be used to render the error message to be displayed when the user can not perform this bulk operation.

Specified by:
getCannotPerformMessageKey in interface BulkOperation
Returns:
An i18n key to be used to render the error message to be displayed when the user can not perform this bulk operation.

getActionDescriptor

public com.opensymphony.workflow.loader.ActionDescriptor getActionDescriptor(WorkflowTransitionKey workflowTransitionKey)


Copyright © 2002-2014 Atlassian. All Rights Reserved.