Package org.xwiki.refactoring.batch
-
Interface Summary Interface Description BatchOperation<E extends Exception> Describes the work done in a batch operation, executed by aBatchOperationExecutor
.BatchOperationExecutor Executes a given operation and wraps its sub-operations as part of the same batch (by passing a batch ID to theExecutionContext
).