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