Uses of Interface
com.flowable.action.engine.impl.persistence.entity.HistoricActionLinkEntity
-
Uses of HistoricActionLinkEntity in com.flowable.action.engine.impl.persistence.entity
Classes in com.flowable.action.engine.impl.persistence.entity that implement HistoricActionLinkEntity Modifier and Type Class Description class
HistoricActionLinkEntityImpl
Methods in com.flowable.action.engine.impl.persistence.entity that return types with arguments of type HistoricActionLinkEntity Modifier and Type Method Description java.util.List<HistoricActionLinkEntity>
HistoricActionLinkEntityManager. findHistoricActionLinksByActionInstanceId(java.lang.String actionInstanceId)
java.util.List<HistoricActionLinkEntity>
HistoricActionLinkEntityManagerImpl. findHistoricActionLinksByActionInstanceId(java.lang.String actionInstanceId)
java.util.List<HistoricActionLinkEntity>
HistoricActionLinkEntityManager. findHistoricActionLinksByScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)
java.util.List<HistoricActionLinkEntity>
HistoricActionLinkEntityManagerImpl. findHistoricActionLinksByScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)
-
Uses of HistoricActionLinkEntity in com.flowable.action.engine.impl.persistence.entity.data
Methods in com.flowable.action.engine.impl.persistence.entity.data that return types with arguments of type HistoricActionLinkEntity Modifier and Type Method Description java.util.List<HistoricActionLinkEntity>
HistoricActionLinkDataManager. findHistoricActionLinksByActionInstanceId(java.lang.String actionInstanceId)
java.util.List<HistoricActionLinkEntity>
HistoricActionLinkDataManager. findHistoricActionLinksByScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)
-
Uses of HistoricActionLinkEntity in com.flowable.action.engine.impl.persistence.entity.data.impl
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return HistoricActionLinkEntity Modifier and Type Method Description HistoricActionLinkEntity
MybatisHistoricActionLinkDataManager. create()
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type HistoricActionLinkEntity Modifier and Type Method Description java.util.List<HistoricActionLinkEntity>
MybatisHistoricActionLinkDataManager. findHistoricActionLinksByActionInstanceId(java.lang.String actionInstanceId)
java.util.List<HistoricActionLinkEntity>
MybatisHistoricActionLinkDataManager. findHistoricActionLinksByScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)
java.lang.Class<? extends HistoricActionLinkEntity>
MybatisHistoricActionLinkDataManager. getManagedEntityClass()