@Transactional(readOnly=true) @RestController public class FolderCallChainController extends AbstractFolderController
LOGGER| Constructor and Description |
|---|
FolderCallChainController() |
| Modifier and Type | Method and Description |
|---|---|
UIObject |
createFolder(String parentId,
UUID projectUuid) |
_getGenericUClass, _getParent, _newInstanceTClass, recalculateTreePath, recalculateTreePathsForFolder_beforeUpdate, _deleteSubObjects, _isObjectSuitable, asListUIObject, beforeStoreUpdated, checkVersion, create, create, create, create, create, create, delete, delete, delete, delete, getAll, getAll, getAllSimple, getAllSuitable, getAllWithEciParams, getById, manager, setSimple, storeUpdated, update, update, updateUIObject, usageInfoListAsStringhaveUsages@Transactional
@PreAuthorize(value="@entityAccess.checkAccess(T(org.qubership.automation.itf.ui.util.UserManagementEntities).CALLCHAIN.getName(),#projectUuid, \'CREATE\')")
@RequestMapping(value="/callchain/folder",
method=POST)
public UIObject createFolder(@RequestParam(value="id",defaultValue="0")
String parentId,
@RequestParam(value="projectUuid")
UUID projectUuid)
Copyright © 2025. All rights reserved.