Uses of Class
com.netgrif.application.engine.workflow.domain.IllegalMenuFileException
-
Packages that use IllegalMenuFileException Package Description com.netgrif.application.engine.workflow.service com.netgrif.application.engine.workflow.service.interfaces -
-
Uses of IllegalMenuFileException in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that throw IllegalMenuFileException Modifier and Type Method Description java.util.List<java.lang.String>MenuImportExportService. importMenu(java.util.List<Case> menuItemCases, FileFieldValue ffv, java.lang.String parentId)Method which performs import of menus from uploaded xml file.protected MenuAndFiltersMenuImportExportService. loadFromXML(FileFieldValue ffv) -
Uses of IllegalMenuFileException in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that throw IllegalMenuFileException Modifier and Type Method Description java.util.List<java.lang.String>IMenuImportExportService. importMenu(java.util.List<Case> menuItemCases, FileFieldValue ffv, java.lang.String groupCaseId)
-