Uses of Class
es.urjc.etsii.grafo.autoconfig.controller.dto.ExecuteRequest
Packages that use ExecuteRequest
-
Uses of ExecuteRequest in es.urjc.etsii.grafo.autoconfig.controller
Methods in es.urjc.etsii.grafo.autoconfig.controller with parameters of type ExecuteRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ExecuteResponse>> ExecutionController.batchExecute(ExecuteRequest request) Execute and return the results for the given IRACE configurationorg.springframework.http.ResponseEntity<String> ExecutionController.execute(ExecuteRequest request) Execute and return the results for the given IRACE configurationstatic StringExecutionController.validateAndPrepare(ExecuteRequest request, String integrationKey)