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