Uses of Interface
com.netgrif.application.engine.history.service.IHistoryService
-
-
Uses of IHistoryService in com.netgrif.application.engine.history.service
Classes in com.netgrif.application.engine.history.service that implement IHistoryService Modifier and Type Class Description classHistoryService -
Uses of IHistoryService in com.netgrif.application.engine.impersonation.service
Fields in com.netgrif.application.engine.impersonation.service declared as IHistoryService Modifier and Type Field Description protected IHistoryServiceImpersonationService. historyService -
Uses of IHistoryService in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return IHistoryService Modifier and Type Method Description IHistoryServiceActionDelegate. getHistoryService()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type IHistoryService Modifier and Type Method Description voidActionDelegate. setHistoryService(IHistoryService value) -
Uses of IHistoryService in com.netgrif.application.engine.workflow.service
Fields in com.netgrif.application.engine.workflow.service declared as IHistoryService Modifier and Type Field Description protected IHistoryServiceDataService. historyServiceprotected IHistoryServiceTaskService. historyService
-