@RestController @Transactional(readOnly=true) public class TemplateParametersController extends ControllerHelper
GSON| Constructor and Description |
|---|
TemplateParametersController() |
| Modifier and Type | Method and Description |
|---|---|
UIObjectList |
getConfigurationById(String parent,
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(T(org.qubership.automation.itf.ui.util.UserManagementEntities).TEMPLATE.getName(),#projectUuid, \'READ\')")
@RequestMapping(value="/template/configuration",
method=GET)
public UIObjectList getConfigurationById(@RequestParam(value="id",defaultValue="0")
String parent,
@RequestParam(value="projectUuid")
UUID projectUuid)
throws Exception
ExceptionCopyright © 2025. All rights reserved.