com.atlassian.jira.bulkedit.operation
Class BulkDeleteOperation

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

public class BulkDeleteOperation
extends AbstractBulkOperation
implements BulkOperation


Field Summary
protected static org.apache.log4j.Logger log
           
static String NAME
           
static String NAME_KEY
           
 
Constructor Summary
BulkDeleteOperation()
           
 
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 equals(Object o)
           
 String getCannotPerformMessageKey()
           
 String getDescriptionKey()
           
 String getNameKey()
           
 String getOperationName()
           
 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, 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

BulkDeleteOperation

public BulkDeleteOperation()
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

perform

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

Specified by:
perform in interface BulkOperation
Throws:
RemoveException

getNameKey

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

getDescriptionKey

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

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getOperationName

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

getCannotPerformMessageKey

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.