Uses of Interface
com.flowable.action.engine.impl.persistence.entity.data.ActionLinkDataManager
-
Uses of ActionLinkDataManager in com.flowable.action.engine.impl.persistence.entity
Constructors in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionLinkDataManager Constructor Description ActionLinkEntityManagerImpl(ActionEngineConfiguration actionEngineConfiguration, ActionLinkDataManager actionLinkDataManager)
-
Uses of ActionLinkDataManager in com.flowable.action.engine.impl.persistence.entity.data
Fields in com.flowable.action.engine.impl.persistence.entity.data declared as ActionLinkDataManager Modifier and Type Field Description protected ActionLinkDataManager
ActionDataManagers. actionLinkDataManager
Methods in com.flowable.action.engine.impl.persistence.entity.data that return ActionLinkDataManager Modifier and Type Method Description ActionLinkDataManager
ActionDataManagers. getActionLinkDataManager()
Methods in com.flowable.action.engine.impl.persistence.entity.data with parameters of type ActionLinkDataManager Modifier and Type Method Description void
ActionDataManagers. setActionLinkDataManager(ActionLinkDataManager actionLinkDataManager)
-
Uses of ActionLinkDataManager in com.flowable.action.engine.impl.persistence.entity.data.impl
Classes in com.flowable.action.engine.impl.persistence.entity.data.impl that implement ActionLinkDataManager Modifier and Type Class Description class
MybatisActionLinkDataManager