Uses of Class
com.flowable.action.engine.impl.persistence.entity.data.ActionDataManagers
Package | Description |
---|---|
com.flowable.action.engine | |
com.flowable.action.engine.impl.persistence.entity |
-
Uses of ActionDataManagers in com.flowable.action.engine
Fields in com.flowable.action.engine declared as ActionDataManagers Modifier and Type Field Description protected ActionDataManagers
ActionEngineConfiguration. dataManagers
Methods in com.flowable.action.engine that return ActionDataManagers Modifier and Type Method Description ActionDataManagers
ActionEngineConfiguration. getDataManagers()
-
Uses of ActionDataManagers in com.flowable.action.engine.impl.persistence.entity
Fields in com.flowable.action.engine.impl.persistence.entity declared as ActionDataManagers Modifier and Type Field Description protected ActionDataManagers
ActionEntityManagers. dataManagers
Constructors in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionDataManagers Constructor Description ActionEntityManagers(ActionEngineConfiguration configuration, ActionDataManagers dataManagers)