| Modifier and Type | Method and Description |
|---|---|
protected UITreeElement |
AbstractFolderController._newInstanceTClass(org.qubership.automation.itf.core.model.jpa.folder.Folder object) |
UITreeElement |
FolderController.update(UITreeElement uiObject,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
protected org.qubership.automation.itf.core.model.jpa.folder.Folder |
FolderController._beforeUpdate(UITreeElement uiObject,
org.qubership.automation.itf.core.model.jpa.folder.Folder folder) |
protected void |
AbstractFolderController.recalculateTreePath(UITreeElement parent,
UITreeElementList children) |
protected void |
AbstractFolderController.recalculateTreePathsForFolder(UITreeElement uiFolder,
org.qubership.automation.itf.core.model.jpa.folder.Folder folder) |
UITreeElement |
FolderController.update(UITreeElement uiObject,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
void |
FolderController.delete(Collection<UITreeElement> objectsToDelete,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
<T extends org.qubership.automation.itf.core.model.common.Storable> |
AbstractTreeBuilder.addSubElements(UITreeElement currentFolder,
Collection<T> objects) |
default <T extends org.qubership.automation.itf.core.model.common.Storable> |
TreeBuilder.addSubElements(UITreeElement currentFolder,
Collection<T> objects)
This method will convert all
objects to UITreeElement and add it to currentFolder. |
void |
AbstractTreeBuilder.configureObject(UITreeElement treeElement,
org.qubership.automation.itf.core.model.common.Storable storable) |
default void |
TreeBuilder.configureObject(UITreeElement treeElement,
org.qubership.automation.itf.core.model.common.Storable storable) |
| Modifier and Type | Method and Description |
|---|---|
UITreeData |
AbstractTreeBuilder.buildTreeStructure(Map<Object,UITreeElement> uiTreeElementMap,
UITreeData treeData) |
| Modifier and Type | Method and Description |
|---|---|
Collection<UITreeElement> |
UITreeElement.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
UITreeElement.addChild(UITreeElement object) |
| Modifier and Type | Method and Description |
|---|---|
void |
UITreeElement.addListChildrenIfExists(Collection<UITreeElement> objects,
Class<? extends org.qubership.automation.itf.core.model.common.Storable> clazz) |
void |
UITreeElement.setChildren(Collection<UITreeElement> children) |
| Constructor and Description |
|---|
UITreeElement(UITreeElement uiObject) |
UITreeElement(UITreeElement uiObject,
Collection<UITreeElement> children,
Class<? extends org.qubership.automation.itf.core.model.common.Storable> clazz) |
| Constructor and Description |
|---|
UITreeElement(UITreeElement uiObject,
Collection<UITreeElement> children,
Class<? extends org.qubership.automation.itf.core.model.common.Storable> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Collection<UITreeElement> |
UITreeData.getTreeData() |
| Modifier and Type | Method and Description |
|---|---|
void |
UITreeData.setTreeData(Collection<UITreeElement> treeData) |
| Modifier and Type | Method and Description |
|---|---|
static void |
UIHelper.conversionOfTree(Collection<UITreeElement> list,
Class<? extends org.qubership.automation.itf.core.model.common.Storable> clazz) |
Copyright © 2025. All rights reserved.