Class ChangeGraphAccessHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.federated.simple.operation.handler.misc.ChangeGraphAccessHandler
-
- All Implemented Interfaces:
OperationHandler<ChangeGraphAccess>
public class ChangeGraphAccessHandler extends Object implements OperationHandler<ChangeGraphAccess>
-
-
Constructor Summary
Constructors Constructor Description ChangeGraphAccessHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectdoOperation(ChangeGraphAccess operation, Context context, Store store)Execute the givenOperation.
-
-
-
Method Detail
-
doOperation
public Object doOperation(ChangeGraphAccess operation, Context context, Store store) throws OperationException
Description copied from interface:OperationHandlerExecute the givenOperation.- Specified by:
doOperationin interfaceOperationHandler<ChangeGraphAccess>- Parameters:
operation- theOperationto be executedcontext- the operation chain context, containing the user who executed the operationstore- theStorethe operation should be run on- Returns:
- the output for the operation or null.
- Throws:
OperationException- thrown if the operation fails
-
-