@RestController public class FolderEnviromentController extends AbstractFolderController
LOGGER| Constructor and Description |
|---|
FolderEnviromentController() |
| 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(#projectUuid, \"CREATE\")")
@RequestMapping(value="/environment/folder",
method=POST)
public UIObject createFolder(@RequestParam(value="id",defaultValue="0")
String parentId,
@RequestParam(value="projectUuid")
UUID projectUuid)
Copyright © 2025. All rights reserved.