Uses of Interface
com.flowable.action.engine.impl.persistence.entity.data.ActionInstanceDataManager
-
Uses of ActionInstanceDataManager in com.flowable.action.engine.impl.persistence.entity
Constructors in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionInstanceDataManager Constructor Description ActionInstanceEntityManagerImpl(ActionEngineConfiguration actionEngineConfiguration, ActionInstanceDataManager actionInstanceDataManager)
-
Uses of ActionInstanceDataManager in com.flowable.action.engine.impl.persistence.entity.data
Fields in com.flowable.action.engine.impl.persistence.entity.data declared as ActionInstanceDataManager Modifier and Type Field Description protected ActionInstanceDataManager
ActionDataManagers. actionInstanceDataManager
Methods in com.flowable.action.engine.impl.persistence.entity.data that return ActionInstanceDataManager Modifier and Type Method Description ActionInstanceDataManager
ActionDataManagers. getActionInstanceDataManager()
Methods in com.flowable.action.engine.impl.persistence.entity.data with parameters of type ActionInstanceDataManager Modifier and Type Method Description void
ActionDataManagers. setActionInstanceDataManager(ActionInstanceDataManager actionInstanceDataManager)
-
Uses of ActionInstanceDataManager in com.flowable.action.engine.impl.persistence.entity.data.impl
Classes in com.flowable.action.engine.impl.persistence.entity.data.impl that implement ActionInstanceDataManager Modifier and Type Class Description class
MybatisActionInstanceDataManager