com.atlassian.jira.issue.operation
Class BulkTransitionIssueOperation

java.lang.Object
  extended by com.atlassian.jira.issue.operation.BulkTransitionIssueOperation
All Implemented Interfaces:
BulkOperation, IssueOperation, WorkflowIssueOperation

public class BulkTransitionIssueOperation
extends Object
implements WorkflowIssueOperation, BulkOperation

Copyright (c) 2002-2004 All rights reserved.


Constructor Summary
BulkTransitionIssueOperation(BulkOperation operation, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 
Method Summary
 boolean canPerform(BulkEditBean bulkEditBean, User remoteUser)
          Determines whether the operation can be performed with the given set of issues
 com.opensymphony.workflow.loader.ActionDescriptor getActionDescriptor()
           
 String getCannotPerformMessageKey()
           
 String getDescriptionKey()
           
 String getNameKey()
           
 String getOperationName()
           
 void perform(BulkEditBean bulkEditBean, 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
 

Constructor Detail

BulkTransitionIssueOperation

public BulkTransitionIssueOperation(BulkOperation operation,
                                    com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
Method Detail

getActionDescriptor

public com.opensymphony.workflow.loader.ActionDescriptor getActionDescriptor()
Specified by:
getActionDescriptor in interface WorkflowIssueOperation

getNameKey

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

getDescriptionKey

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

canPerform

public boolean canPerform(BulkEditBean bulkEditBean,
                          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

perform

public void perform(BulkEditBean bulkEditBean,
                    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

getOperationName

public String getOperationName()
Specified by:
getOperationName in interface BulkOperation

getCannotPerformMessageKey

public String getCannotPerformMessageKey()
Specified by:
getCannotPerformMessageKey in interface BulkOperation


Copyright © 2002-2009 Atlassian. All Rights Reserved.