Uses of Interface
com.flowable.action.engine.impl.persistence.entity.HistoricActionLinkEntity
Packages that use HistoricActionLinkEntity
Package
Description
-
Uses of HistoricActionLinkEntity in com.flowable.action.engine.impl.persistence.entity
Classes in com.flowable.action.engine.impl.persistence.entity that implement HistoricActionLinkEntityMethods in com.flowable.action.engine.impl.persistence.entity that return types with arguments of type HistoricActionLinkEntityModifier and TypeMethodDescriptionHistoricActionLinkEntityManager.findHistoricActionLinksByActionInstanceId
(String actionInstanceId) HistoricActionLinkEntityManagerImpl.findHistoricActionLinksByActionInstanceId
(String actionInstanceId) HistoricActionLinkEntityManager.findHistoricActionLinksByScopeIdAndScopeType
(String scopeId, String scopeType) HistoricActionLinkEntityManagerImpl.findHistoricActionLinksByScopeIdAndScopeType
(String scopeId, 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 HistoricActionLinkEntityModifier and TypeMethodDescriptionHistoricActionLinkDataManager.findHistoricActionLinksByActionInstanceId
(String actionInstanceId) HistoricActionLinkDataManager.findHistoricActionLinksByScopeIdAndScopeType
(String scopeId, 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 HistoricActionLinkEntityMethods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type HistoricActionLinkEntityModifier and TypeMethodDescriptionMybatisHistoricActionLinkDataManager.findHistoricActionLinksByActionInstanceId
(String actionInstanceId) MybatisHistoricActionLinkDataManager.findHistoricActionLinksByScopeIdAndScopeType
(String scopeId, String scopeType) Class<? extends HistoricActionLinkEntity>
MybatisHistoricActionLinkDataManager.getManagedEntityClass()