Class ActionsLogController
java.lang.Object
org.qubership.integration.platform.variables.management.rest.v1.controller.ActionsLogController
@RestController
@RequestMapping("/v1/actions-log")
@CrossOrigin(origins="*")
public class ActionsLogController
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionActionsLogController(ActionsLogService actionsLogService, ActionsLogMapper actionsLogMapper) -
Method Summary
-
Constructor Details
-
ActionsLogController
@Autowired public ActionsLogController(ActionsLogService actionsLogService, ActionsLogMapper actionsLogMapper)
-
-
Method Details
-
findBySearchRequest
@PostMapping(value="", produces="application/json") public org.springframework.http.ResponseEntity<ActionLogResponse> findBySearchRequest(@RequestBody ActionLogSearchCriteria request)
-