@RestController public class SystemKeyDefinitionController extends ControllerHelper
GSON| Constructor and Description |
|---|
SystemKeyDefinitionController() |
| Modifier and Type | Method and Description |
|---|---|
UIWrapper<String> |
getIncoming(String id,
String type,
UUID projectUuid) |
UISystem |
getOperationDefinition(String id,
UUID projectUuid) |
UIWrapper<String> |
getOutgoing(String id,
String type,
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(readOnly=true)
@PreAuthorize(value="@entityAccess.checkAccess(#projectUuid, \"READ\")")
@RequestMapping(value="/system/incoming",
method=GET)
public UIWrapper<String> getIncoming(@RequestParam(value="id")
String id,
@RequestParam(value="type")
String type,
@RequestParam(value="projectUuid")
UUID projectUuid)
@Transactional(readOnly=true)
@PreAuthorize(value="@entityAccess.checkAccess(#projectUuid, \"READ\")")
@RequestMapping(value="/system/outgoing",
method=GET)
public UIWrapper<String> getOutgoing(@RequestParam(value="id")
String id,
@RequestParam(value="type")
String type,
@RequestParam(value="projectUuid")
UUID projectUuid)
@Transactional(readOnly=true)
@PreAuthorize(value="@entityAccess.checkAccess(#projectUuid, \"READ\")")
@RequestMapping(value="/system/operationdefinition",
method=GET)
public UISystem getOperationDefinition(@RequestParam(value="id",defaultValue="0")
String id,
@RequestParam(value="projectUuid")
UUID projectUuid)
Copyright © 2025. All rights reserved.