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 givenOutput
operation.
-
-
-
Method Detail
-
doOperation
public Set<String> doOperation(GetAllGraphIds operation, Context context, Store store) throws OperationException
Description copied from interface:OutputOperationHandler
Execute the givenOutput
operation.- Specified by:
doOperation
in interfaceOperationHandler<GetAllGraphIds>
- Specified by:
doOperation
in interfaceOutputOperationHandler<GetAllGraphIds,Set<String>>
- 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
-
-