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.history
Classes in com.flowable.action.engine.impl.history that implement interfaces with type arguments of type HistoricActionLinkEntity -
Uses of HistoricActionLinkEntity in com.flowable.action.engine.impl.persistence.entity
Classes in com.flowable.action.engine.impl.persistence.entity that implement HistoricActionLinkEntitySubclasses with type arguments of type HistoricActionLinkEntity in com.flowable.action.engine.impl.persistence.entitySubinterfaces with type arguments of type HistoricActionLinkEntity in com.flowable.action.engine.impl.persistence.entityMethods 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
Subinterfaces with type arguments of type HistoricActionLinkEntity in com.flowable.action.engine.impl.persistence.entity.dataMethods 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
Subclasses with type arguments of type HistoricActionLinkEntity in com.flowable.action.engine.impl.persistence.entity.data.implMethods 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()