Uses of Interface
com.flowable.action.engine.impl.persistence.entity.data.ActionDefinitionLinkDataManager
-
Uses of ActionDefinitionLinkDataManager in com.flowable.action.engine.impl.persistence.entity
Constructors in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionDefinitionLinkDataManager Constructor Description ActionDefinitionLinkEntityManagerImpl(ActionEngineConfiguration actionEngineConfiguration, ActionDefinitionLinkDataManager actionDefinitionLinkDataManager)
-
Uses of ActionDefinitionLinkDataManager in com.flowable.action.engine.impl.persistence.entity.data
Fields in com.flowable.action.engine.impl.persistence.entity.data declared as ActionDefinitionLinkDataManager Modifier and Type Field Description protected ActionDefinitionLinkDataManager
ActionDataManagers. actionDefinitionLinkDataManager
Methods in com.flowable.action.engine.impl.persistence.entity.data that return ActionDefinitionLinkDataManager Modifier and Type Method Description ActionDefinitionLinkDataManager
ActionDataManagers. getActionDefinitionLinkDataManager()
Methods in com.flowable.action.engine.impl.persistence.entity.data with parameters of type ActionDefinitionLinkDataManager Modifier and Type Method Description void
ActionDataManagers. setActionDefinitionLinkDataManager(ActionDefinitionLinkDataManager actionDefinitionLinkDataManager)
-
Uses of ActionDefinitionLinkDataManager in com.flowable.action.engine.impl.persistence.entity.data.impl
Classes in com.flowable.action.engine.impl.persistence.entity.data.impl that implement ActionDefinitionLinkDataManager Modifier and Type Class Description class
MybatisActionDefinitionLinkDataManager