public class AddElementsHandler extends Object implements OperationHandler<AddElements>
Constructor and Description |
---|
AddElementsHandler() |
Modifier and Type | Method and Description |
---|---|
Void |
doOperation(AddElements operation,
Context context,
Store store)
Execute the given
Operation . |
public Void doOperation(AddElements operation, Context context, Store store) throws OperationException
OperationHandler
Operation
.doOperation
in interface OperationHandler<AddElements>
operation
- the Operation
to be executedcontext
- the operation chain context, containing the user who executed the operationstore
- the Store
the operation should be run onOperationException
- thrown if the operation failsCopyright © 2022. All rights reserved.