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 forChangeGraphId
operation for the FederatedStore.
-
-
Constructor Summary
Constructors Constructor Description FederatedChangeGraphIdHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
doOperation(ChangeGraphId operation, Context context, Store store)
Execute the givenOutput
operation.
-
-
-
Method Detail
-
doOperation
public Boolean doOperation(ChangeGraphId operation, Context context, Store store) throws OperationException
Description copied from interface:OutputOperationHandler
Execute the givenOutput
operation.- Specified by:
doOperation
in interfaceOperationHandler<ChangeGraphId>
- Specified by:
doOperation
in interfaceOutputOperationHandler<ChangeGraphId,Boolean>
- Parameters:
operation
- theOutput
operation 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.
- Throws:
OperationException
- thrown if the operation fails
-
-