Class GetVariableHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.handler.GetVariableHandler
-
- All Implemented Interfaces:
OperationHandler<GetVariable>
public class GetVariableHandler extends Object implements OperationHandler<GetVariable>
-
-
Constructor Summary
Constructors Constructor Description GetVariableHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectdoOperation(GetVariable operation, Context context, Store store)Execute the givenOperation.
-
-
-
Method Detail
-
doOperation
public Object doOperation(GetVariable operation, Context context, Store store) throws OperationException
Description copied from interface:OperationHandlerExecute the givenOperation.- Specified by:
doOperationin interfaceOperationHandler<GetVariable>- 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
-
-