Package uk.gov.gchq.gaffer.mapstore.impl
Class DeleteElementsHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.mapstore.impl.DeleteElementsHandler
-
- All Implemented Interfaces:
OperationHandler<DeleteElements>
public class DeleteElementsHandler extends Object implements OperationHandler<DeleteElements>
-
-
Constructor Summary
Constructors Constructor Description DeleteElementsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
doOperation(DeleteElements deleteElements, Context context, Store store)
Execute the givenOperation
.
-
-
-
Method Detail
-
doOperation
public Object doOperation(DeleteElements deleteElements, Context context, Store store)
Description copied from interface:OperationHandler
Execute the givenOperation
.- Specified by:
doOperation
in interfaceOperationHandler<DeleteElements>
- Parameters:
deleteElements
- theOperation
to be executedcontext
- the operation chain context, containing the user who executed the operationstore
- theStore
the operation should be run on- Returns:
- the output for the operation or null.
-
-