Class GetExportsHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.handler.export.GetExportsHandler
-
- All Implemented Interfaces:
OperationHandler<GetExports>,OutputOperationHandler<GetExports,Map<String,Iterable<?>>>
public class GetExportsHandler extends Object implements OutputOperationHandler<GetExports,Map<String,Iterable<?>>>
Handler forGetExportsoperations.
-
-
Constructor Summary
Constructors Constructor Description GetExportsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Iterable<?>>doOperation(GetExports getExports, Context context, Store store)Execute the givenOutputoperation.
-
-
-
Method Detail
-
doOperation
public Map<String,Iterable<?>> doOperation(GetExports getExports, Context context, Store store) throws OperationException
Description copied from interface:OutputOperationHandlerExecute the givenOutputoperation.- Specified by:
doOperationin interfaceOperationHandler<GetExports>- Specified by:
doOperationin interfaceOutputOperationHandler<GetExports,Map<String,Iterable<?>>>- Parameters:
getExports- 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
-
-