Class FederatedGetAllGraphInfoHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.federatedstore.operation.handler.impl.FederatedGetAllGraphInfoHandler
-
- All Implemented Interfaces:
OperationHandler<GetAllGraphInfo>
,OutputOperationHandler<GetAllGraphInfo,Map<String,Object>>
public class FederatedGetAllGraphInfoHandler extends Object implements OutputOperationHandler<GetAllGraphInfo,Map<String,Object>>
-
-
Constructor Summary
Constructors Constructor Description FederatedGetAllGraphInfoHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
doOperation(GetAllGraphInfo operation, Context context, Store store)
Execute the givenOutput
operation.
-
-
-
Method Detail
-
doOperation
public Map<String,Object> doOperation(GetAllGraphInfo operation, Context context, Store store) throws OperationException
Description copied from interface:OutputOperationHandler
Execute the givenOutput
operation.- Specified by:
doOperation
in interfaceOperationHandler<GetAllGraphInfo>
- Specified by:
doOperation
in interfaceOutputOperationHandler<GetAllGraphInfo,Map<String,Object>>
- 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
-
-