@PublicApi
public interface BulkOperationManager
@Deprecated Collection<BulkOperation> getBulkOperations()
getProgressAwareBulkOperations()
BulkOperation
objectsBulkOperation
objectsCollection<ProgressAwareBulkOperation> getProgressAwareBulkOperations()
BulkOperation
objectsBulkOperation
objectsboolean isValidOperation(String operationName)
BulkOperation
operationName
- the operation nameBulkOperation
else false@Deprecated BulkOperation getOperation(String operationName)
getProgressAwareOperation(String)
BulkOperation
object registered with corresponding nameoperationName
- the operation nameBulkOperation
object. Null if doesn't existProgressAwareBulkOperation getProgressAwareOperation(String operationName)
BulkOperation
object registered with corresponding nameoperationName
- the operation nameBulkOperation
object. Null if doesn't exist@Deprecated void addBulkOperation(String operationName, Class<? extends BulkOperation> componentClass)
addProgressAwareBulkOperation(String, Class)
operationName
- - name to register the loaded class undercomponentClass
- - class to loadvoid addProgressAwareBulkOperation(String operationName, Class<? extends ProgressAwareBulkOperation> componentClass)
operationName
- - name to register the loaded class undercomponentClass
- - class to loadCopyright © 2002-2017 Atlassian. All Rights Reserved.