@RestController public class DataRegeneratorController extends ControllerHelper
GSON| Constructor and Description |
|---|
DataRegeneratorController() |
| Modifier and Type | Method and Description |
|---|---|
List<Pair<String,String>> |
checkKeysBulk(String situationId,
String situationStepId,
List<String> keys,
BigInteger projectId,
UUID projectUuid) |
void |
deleteKeys(String situationId,
String situationStepId,
String[] keys,
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, \"DELETE\")")
@RequestMapping(value="regenerator/key/delete",
method=DELETE)
public void deleteKeys(@RequestParam(defaultValue="")
String situationId,
@RequestParam(defaultValue="")
String situationStepId,
@RequestBody
String[] keys,
@RequestParam(value="projectUuid")
UUID projectUuid)
@Transactional
@PreAuthorize(value="@entityAccess.checkAccess(#projectUuid, \"READ\")")
@RequestMapping(value="regenerator/key/check",
method=POST)
public List<Pair<String,String>> checkKeysBulk(@RequestParam(defaultValue="")
String situationId,
@RequestParam(defaultValue="")
String situationStepId,
@RequestBody
List<String> keys,
@RequestParam(value="projectId")
BigInteger projectId,
@RequestParam(value="projectUuid")
UUID projectUuid)
Copyright © 2025. All rights reserved.