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