Class SessionController
java.lang.Object
org.qubership.integration.platform.engine.rest.v1.controller.SessionController
@RestController
@RequestMapping(value="/v1/engine/sessions",
produces="application/json")
public class SessionController
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionSessionController(CheckpointSessionService checkpointSessionService, SessionInfoMapper sessionInfoMapper) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CheckpointSessionDTO>> findSessions(List<String> ids)
-
Constructor Details
-
SessionController
@Autowired public SessionController(CheckpointSessionService checkpointSessionService, SessionInfoMapper sessionInfoMapper)
-
-
Method Details
-
findSessions
@GetMapping @Transactional("checkpointTransactionManager") public org.springframework.http.ResponseEntity<List<CheckpointSessionDTO>> findSessions(@RequestParam(required=false) List<String> ids)
-