public class AtpExportImportHelper extends Object
| Constructor and Description |
|---|
AtpExportImportHelper() |
| Modifier and Type | Method and Description |
|---|---|
static SimpleItfEntity |
createSimpleItfEntity(org.qubership.automation.itf.core.model.common.Storable storable)
Create simple ITF object for ATP Export\Import.
|
static void |
fillSubFolders(org.qubership.automation.itf.core.model.jpa.folder.Folder<? extends org.qubership.automation.itf.core.model.common.Storable> folder,
List<SimpleItfEntity> to)
Recursive getting folders for ATP Export\Import functionality and saving them to provided
List of SimpleItfEntities.
|
public static void fillSubFolders(org.qubership.automation.itf.core.model.jpa.folder.Folder<? extends org.qubership.automation.itf.core.model.common.Storable> folder, List<SimpleItfEntity> to)
folder - Some type of ITF folder.to - List where folders will be saved@NotNull public static SimpleItfEntity createSimpleItfEntity(org.qubership.automation.itf.core.model.common.Storable storable)
storable - ITF storable object (CallChain, System, Some type of Folder)SimpleItfEntity object.Copyright © 2025. All rights reserved.