com.atlassian.jira.bulkedit.operation
Interface BulkOperation

All Superinterfaces:
IssueOperation
All Known Implementing Classes:
AbstractBulkOperation, BulkDeleteOperation, BulkEditOperation, BulkMigrateOperation, BulkMoveOperation, BulkTransitionIssueOperation, BulkWorkflowTransitionOperation

public interface BulkOperation
extends IssueOperation


Method Summary
 boolean canPerform(BulkEditBean bulkEditBean, User remoteUser)
          Determines whether the operation can be performed with the given set of issues
 String getCannotPerformMessageKey()
           
 String getOperationName()
           
 void perform(BulkEditBean bulkEditBean, User remoteUser)
          Performs the operation on the given set of issues
 
Methods inherited from interface com.atlassian.jira.issue.operation.IssueOperation
getDescriptionKey, getNameKey
 

Method Detail

canPerform

boolean canPerform(BulkEditBean bulkEditBean,
                   User remoteUser)
Determines whether the operation can be performed with the given set of issues


perform

void perform(BulkEditBean bulkEditBean,
             User remoteUser)
             throws Exception
Performs the operation on the given set of issues

Throws:
Exception

getOperationName

String getOperationName()

getCannotPerformMessageKey

String getCannotPerformMessageKey()


Copyright © 2002-2009 Atlassian. All Rights Reserved.