java.lang.Object
org.qubership.integration.platform.runtime.catalog.rest.v1.controller.ActionsLogController

@RestController @RequestMapping("/v1/catalog/actions-log") @CrossOrigin(origins="*") public class ActionsLogController extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ActionsLogController(org.qubership.integration.platform.catalog.service.ActionsLogService actionsLogService, org.qubership.integration.platform.catalog.mapping.ActionsLogMapper actionsLogMapper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<org.qubership.integration.platform.catalog.model.dto.actionlog.ActionLogResponse>
    findBySearchRequest(org.qubership.integration.platform.catalog.model.dto.actionlog.ActionLogSearchCriteria request)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ActionsLogController

      @Autowired public ActionsLogController(org.qubership.integration.platform.catalog.service.ActionsLogService actionsLogService, org.qubership.integration.platform.catalog.mapping.ActionsLogMapper actionsLogMapper)
  • Method Details

    • findBySearchRequest

      @PostMapping(value="", produces="application/json") public org.springframework.http.ResponseEntity<org.qubership.integration.platform.catalog.model.dto.actionlog.ActionLogResponse> findBySearchRequest(@RequestBody org.qubership.integration.platform.catalog.model.dto.actionlog.ActionLogSearchCriteria request)