@RestController public class EnvironmentSwitchController extends ControllerHelper
GSON| Constructor and Description |
|---|
EnvironmentSwitchController() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getInboundInfo(BigInteger id,
UUID projectUuid)
Get environment info by id.
|
String |
getStatus(String id,
UUID projectUuid) |
addEventTriggers, addInterceptorConfiguration, createInterceptorByProvider, fillInterceptorParams, findInterceptorByIdAndProvider, get, getInterceptorProvider, getInterceptorsMaxOrder, getManager, getName, getTopStackTrace, interceptorParamsToMap, IsInGroup, reactivateInterceptor, remove, remove, remove, throwExceptionIfNull, throwExceptionIfNull, throwExceptionIfNull, toConditionParameters, validateParsingRuleconversionOfTree, convertMapOfTypeToUITypeList, fillObjectList, fillTreeElementList, fillUIList, getDefinitionValue, getObjectList, getTreeElementList, getUIKeys, getUIList, getUIPresentationByStorable, initializeObjects, isNotNullCopyOfImmutableList, saveSteps, toJSONContext, updateObject@Transactional
@PreAuthorize(value="@entityAccess.checkAccess(#projectUuid, \"READ\")")
@RequestMapping(value="environment/status",
method=GET)
public String getStatus(@RequestParam(value="id",defaultValue="0")
String id,
@RequestParam(value="projectUuid")
UUID projectUuid)
throws Exception
Exception@Transactional(readOnly=true)
@PreAuthorize(value="@entityAccess.checkAccess(#projectUuid, \"READ\")")
@RequestMapping(value="/environment/inbound/info",
method=GET)
public Map<String,Object> getInboundInfo(@RequestParam(value="id",defaultValue="0")
BigInteger id,
@RequestParam(value="projectUuid")
UUID projectUuid)
throws com.fasterxml.jackson.core.JsonProcessingException
id - environment objectprojectUuid - ATP project UUIDcom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2025. All rights reserved.