Uses of Class
com.netgrif.application.engine.workflow.domain.IllegalFilterFileException
-
Packages that use IllegalFilterFileException Package Description com.netgrif.application.engine.workflow.service com.netgrif.application.engine.workflow.service.interfaces -
-
Uses of IllegalFilterFileException in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that throw IllegalFilterFileException Modifier and Type Method Description java.util.List<java.lang.String>FilterImportExportService. importFilters()Method which performs import of filters from uploaded xml file.protected FilterImportExportListFilterImportExportService. loadFromXML() -
Uses of IllegalFilterFileException in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that throw IllegalFilterFileException Modifier and Type Method Description java.util.List<java.lang.String>IFilterImportExportService. importFilters()
-