Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionDefinitionLinkEntityManager
Package | Description |
---|---|
com.flowable.action.engine.impl.persistence.entity | |
com.flowable.action.engine.impl.util |
-
Uses of ActionDefinitionLinkEntityManager in com.flowable.action.engine.impl.persistence.entity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionDefinitionLinkEntityManager Modifier and Type Class Description class
ActionDefinitionLinkEntityManagerImpl
Fields in com.flowable.action.engine.impl.persistence.entity declared as ActionDefinitionLinkEntityManager Modifier and Type Field Description protected ActionDefinitionLinkEntityManager
ActionEntityManagers. actionDefinitionLinkEntityManager
Methods in com.flowable.action.engine.impl.persistence.entity that return ActionDefinitionLinkEntityManager Modifier and Type Method Description ActionDefinitionLinkEntityManager
ActionEntityManagers. getActionDefinitionLinkEntityManager()
Methods in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionDefinitionLinkEntityManager Modifier and Type Method Description void
ActionEntityManagers. setActionDefinitionLinkEntityManager(ActionDefinitionLinkEntityManager actionDefinitionLinkEntityManager)
-
Uses of ActionDefinitionLinkEntityManager in com.flowable.action.engine.impl.util
Methods in com.flowable.action.engine.impl.util that return ActionDefinitionLinkEntityManager Modifier and Type Method Description static ActionDefinitionLinkEntityManager
CommandContextUtil. getActionDefinitionLinkEntityManager()
static ActionDefinitionLinkEntityManager
CommandContextUtil. getActionDefinitionLinkEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)