Uses of Interface
com.flowable.action.engine.impl.persistence.entity.data.ActionDeploymentDataManager
-
Uses of ActionDeploymentDataManager in com.flowable.action.engine.impl.persistence.entity
Constructors in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionDeploymentDataManager Constructor Description ActionDeploymentEntityManagerImpl(ActionEngineConfiguration actionEngineConfiguration, ActionDeploymentDataManager deploymentDataManager)
-
Uses of ActionDeploymentDataManager in com.flowable.action.engine.impl.persistence.entity.data
Fields in com.flowable.action.engine.impl.persistence.entity.data declared as ActionDeploymentDataManager Modifier and Type Field Description protected ActionDeploymentDataManager
ActionDataManagers. actionDeploymentDataManager
Methods in com.flowable.action.engine.impl.persistence.entity.data that return ActionDeploymentDataManager Modifier and Type Method Description ActionDeploymentDataManager
ActionDataManagers. getActionDeploymentDataManager()
Methods in com.flowable.action.engine.impl.persistence.entity.data with parameters of type ActionDeploymentDataManager Modifier and Type Method Description void
ActionDataManagers. setActionDeploymentDataManager(ActionDeploymentDataManager actionDeploymentDataManager)
-
Uses of ActionDeploymentDataManager in com.flowable.action.engine.impl.persistence.entity.data.impl
Classes in com.flowable.action.engine.impl.persistence.entity.data.impl that implement ActionDeploymentDataManager Modifier and Type Class Description class
MybatisActionDeploymentDataManager