com.atlassian.jira.bulkedit.operation
Class AbstractBulkOperation

java.lang.Object
  extended bycom.atlassian.jira.bulkedit.operation.AbstractBulkOperation
All Implemented Interfaces:
BulkOperation
Direct Known Subclasses:
BulkDeleteOperation, BulkEditOperation

public abstract class AbstractBulkOperation
extends java.lang.Object
implements BulkOperation


Constructor Summary
AbstractBulkOperation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.bulkedit.operation.BulkOperation
canPerform, getCannotPerformMessageKey, getDescriptionKey, getNameKey, getOperationName, perform
 

Constructor Detail

AbstractBulkOperation

public AbstractBulkOperation()