Uses of Interface
com.netgrif.application.engine.workflow.service.interfaces.IFilterImportExportService
-
Packages that use IFilterImportExportService Package Description com.netgrif.application.engine.petrinet.domain.dataset.logic.action com.netgrif.application.engine.workflow.service -
-
Uses of IFilterImportExportService in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return IFilterImportExportService Modifier and Type Method Description IFilterImportExportServiceActionDelegate. getFilterImportExportService()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type IFilterImportExportService Modifier and Type Method Description voidActionDelegate. setFilterImportExportService(IFilterImportExportService value) -
Uses of IFilterImportExportService in com.netgrif.application.engine.workflow.service
Classes in com.netgrif.application.engine.workflow.service that implement IFilterImportExportService Modifier and Type Class Description classFilterImportExportServiceService that provides methods for creation of filter export/import cases for users.
-