@RestController public class TransportTypeController extends Object
| Constructor and Description |
|---|
TransportTypeController() |
| Modifier and Type | Method and Description |
|---|---|
UITypeList |
getTransportTypes(UUID projectUuid) |
@Transactional(readOnly=true)
@PreAuthorize(value="@entityAccess.checkAccess(T(org.qubership.automation.itf.ui.util.UserManagementEntities).TRANSPORT.getName(),#projectUuid, \'READ\')")
@RequestMapping(value="/transport/types",
method=GET)
public UITypeList getTransportTypes(@RequestParam(value="projectUuid")
UUID projectUuid)
throws Exception
ExceptionCopyright © 2025. All rights reserved.