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