Uses of Class
org.qubership.atp.dataset.migration.model.ImportResources
Packages that use ImportResources
-
Uses of ImportResources in org.qubership.atp.dataset.migration
Methods in org.qubership.atp.dataset.migration with parameters of type ImportResourcesModifier and TypeMethodDescriptionstatic ChildDsImporterChildDsImporter.create(ImportResources resources, String dslName) create children datasets.static ParentDsImporterParentDsImporter.create(ImportResources resources) create parent dataset.static voidChildDsImporter.process(ImportResources resources, String dslName, Boolean rootAttr) static voidParentDsImporter.process(ImportResources resources, Boolean rootAttr) Constructors in org.qubership.atp.dataset.migration with parameters of type ImportResources -
Uses of ImportResources in org.qubership.atp.dataset.migration.model
Methods in org.qubership.atp.dataset.migration.model that return ImportResourcesModifier and TypeMethodDescriptionstatic ImportResourcesImportResources.create(DsServicesFacade services, String visibilityAreaName, String excelDataFolder, String bookName, String groupDataSetName) create parent dataset.