Uses of Interface
com.flowable.action.api.history.ActionHistoryService
-
Uses of ActionHistoryService in com.flowable.action.api
Methods in com.flowable.action.api that return ActionHistoryService Modifier and Type Method Description ActionHistoryService
ActionEngineConfigurationApi. getActionHistoryService()
-
Uses of ActionHistoryService in com.flowable.action.engine
Fields in com.flowable.action.engine declared as ActionHistoryService Modifier and Type Field Description protected ActionHistoryService
ActionEngineConfiguration. actionHistoryService
Methods in com.flowable.action.engine that return ActionHistoryService Modifier and Type Method Description ActionHistoryService
ActionEngine. getActionHistoryService()
ActionHistoryService
ActionEngineConfiguration. getActionHistoryService()
Methods in com.flowable.action.engine with parameters of type ActionHistoryService Modifier and Type Method Description void
ActionEngineConfiguration. setActionHistoryService(ActionHistoryService actionHistoryService)
-
Uses of ActionHistoryService in com.flowable.action.engine.impl
Fields in com.flowable.action.engine.impl declared as ActionHistoryService Modifier and Type Field Description protected ActionHistoryService
ActionEngineImpl. actionHistoryService
Methods in com.flowable.action.engine.impl that return ActionHistoryService Modifier and Type Method Description ActionHistoryService
ActionEngineImpl. getActionHistoryService()
-
Uses of ActionHistoryService in com.flowable.action.engine.impl.history
Classes in com.flowable.action.engine.impl.history that implement ActionHistoryService Modifier and Type Class Description class
ActionHistoryServiceImpl
-
Uses of ActionHistoryService in com.flowable.action.rest.service.api.history
Fields in com.flowable.action.rest.service.api.history declared as ActionHistoryService Modifier and Type Field Description protected ActionHistoryService
HistoricActionInstanceCollectionResource. actionHistoryService