@RestController public class ObjectConfigurationController extends Object
| Modifier and Type | Field and Description |
|---|---|
org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
ObjectConfigurationController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity |
isEntityExists(ExistenceChecker checker,
BigInteger projectId,
UUID projectUuid) |
org.springframework.http.ResponseEntity |
isSituationExists(StarterSituationExistanceChecker checker,
BigInteger projectId,
UUID projectUuid) |
@Transactional
@PreAuthorize(value="@entityAccess.checkAccess(T(org.qubership.automation.itf.ui.util.UserManagementEntities).SITUATION.getName(),#projectUuid, \'READ\')")
@RequestMapping(value="/situation/exists",
method=POST)
public org.springframework.http.ResponseEntity isSituationExists(@RequestBody
StarterSituationExistanceChecker checker,
@RequestParam(value="projectId")
BigInteger projectId,
@RequestParam(value="projectUuid")
UUID projectUuid)
@Transactional
@PreAuthorize(value="@entityAccess.checkAccess(#projectUuid, \"READ\")")
@RequestMapping(value="/entity/exists",
method=POST)
public org.springframework.http.ResponseEntity isEntityExists(@RequestBody
ExistenceChecker checker,
@RequestParam(value="projectId")
BigInteger projectId,
@RequestParam(value="projectUuid")
UUID projectUuid)
Copyright © 2025. All rights reserved.