Interface ModelExportService

All Known Implementing Classes:
ModelExportServiceImpl

public interface ModelExportService
  • Method Details

    • exportEntityModels

      void exportEntityModels(ModelTreeNode[] nodes)
      Exports the entity models attached to the given nodes to the repository as one xls file.
    • exportFormModels

      void exportFormModels(FormModelTreeNode[] nodes, boolean withoutHiddenFields, String modulesToDisplay)
      Exports the form models attached to the given nodes to the repository as one xls file.
    • getModulesFromForms

      Set<String> getModulesFromForms(FormModelTreeNode[] nodes)