Uses of Interface
com.flowable.action.engine.impl.persistence.entity.data.ActionResourceDataManager
-
Uses of ActionResourceDataManager in com.flowable.action.engine.impl.persistence.entity
Constructors in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionResourceDataManager Constructor Description ActionResourceEntityManagerImpl(ActionEngineConfiguration actionEngineConfiguration, ActionResourceDataManager resourceDataManager)
-
Uses of ActionResourceDataManager in com.flowable.action.engine.impl.persistence.entity.data
Fields in com.flowable.action.engine.impl.persistence.entity.data declared as ActionResourceDataManager Modifier and Type Field Description protected ActionResourceDataManager
ActionDataManagers. actionResourceDataManager
Methods in com.flowable.action.engine.impl.persistence.entity.data that return ActionResourceDataManager Modifier and Type Method Description ActionResourceDataManager
ActionDataManagers. getActionResourceDataManager()
Methods in com.flowable.action.engine.impl.persistence.entity.data with parameters of type ActionResourceDataManager Modifier and Type Method Description void
ActionDataManagers. setActionResourceDataManager(ActionResourceDataManager actionResourceDataManager)
-
Uses of ActionResourceDataManager in com.flowable.action.engine.impl.persistence.entity.data.impl
Classes in com.flowable.action.engine.impl.persistence.entity.data.impl that implement ActionResourceDataManager Modifier and Type Class Description class
MybatisActionResourceDataManager