@Transactional(readOnly=true) @RestController @RequestMapping(value="/copier") public class CopierController extends ControllerHelper
GSON| Constructor and Description |
|---|
CopierController() |
| Modifier and Type | Method and Description |
|---|---|
UIObject |
copyObject(UICopyMove request,
UUID projectUuid)
This method for copy core object.
|
boolean |
getIsSmartValue(String projectId,
UUID projectUuid) |
UIObject |
moveObject(UICopyMove request,
UUID projectUuid)
This method for move core object.
|
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, \"UPDATE\")")
@RequestMapping(value="/copyobject",
method=POST)
public UIObject copyObject(@RequestBody
UICopyMove request,
@RequestParam(value="projectUuid")
UUID projectUuid)
request - contain variables (srcId, dstId, srcClassName, dstClassName)@Transactional
@PreAuthorize(value="@entityAccess.checkAccess(#projectUuid, \"UPDATE\")")
@RequestMapping(value="/moveobject",
method=POST)
public UIObject moveObject(@RequestBody
UICopyMove request,
@RequestParam(value="projectUuid")
UUID projectUuid)
request - contain variables (srcId, dstId, srcClassName, dstClassName)Copyright © 2025. All rights reserved.