Uses of Interface
com.netgrif.application.engine.export.service.interfaces.IExportService
-
Packages that use IExportService Package Description com.netgrif.application.engine.export.service com.netgrif.application.engine.petrinet.domain.dataset.logic.action -
-
Uses of IExportService in com.netgrif.application.engine.export.service
Classes in com.netgrif.application.engine.export.service that implement IExportService Modifier and Type Class Description classExportService -
Uses of IExportService in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return IExportService Modifier and Type Method Description IExportServiceActionDelegate. getExportService()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type IExportService Modifier and Type Method Description voidActionDelegate. setExportService(IExportService value)
-