Class FederatedChangeGraphIdHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.federatedstore.operation.handler.impl.FederatedChangeGraphIdHandler
-
- All Implemented Interfaces:
OperationHandler<ChangeGraphId>,OutputOperationHandler<ChangeGraphId,Boolean>
public class FederatedChangeGraphIdHandler extends Object implements OutputOperationHandler<ChangeGraphId,Boolean>
A handler forChangeGraphIdoperation for the FederatedStore.
-
-
Constructor Summary
Constructors Constructor Description FederatedChangeGraphIdHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleandoOperation(ChangeGraphId operation, Context context, Store store)Execute the givenOutputoperation.
-
-
-
Method Detail
-
doOperation
public Boolean doOperation(ChangeGraphId operation, Context context, Store store) throws OperationException
Description copied from interface:OutputOperationHandlerExecute the givenOutputoperation.- Specified by:
doOperationin interfaceOperationHandler<ChangeGraphId>- Specified by:
doOperationin interfaceOutputOperationHandler<ChangeGraphId,Boolean>- Parameters:
operation- theOutputoperation to 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.
- Throws:
OperationException- thrown if the operation fails
-
-