Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionLinkEntity
Packages that use ActionLinkEntity
Package
Description
-
Uses of ActionLinkEntity in com.flowable.action.engine.impl.persistence.entity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionLinkEntitySubclasses with type arguments of type ActionLinkEntity in com.flowable.action.engine.impl.persistence.entitySubinterfaces with type arguments of type ActionLinkEntity in com.flowable.action.engine.impl.persistence.entityMethods in com.flowable.action.engine.impl.persistence.entity that return types with arguments of type ActionLinkEntityModifier and TypeMethodDescriptionActionLinkEntityManager.findActionLinksByActionInstanceId(String actionInstanceId) ActionLinkEntityManagerImpl.findActionLinksByActionInstanceId(String actionInstanceId) ActionLinkEntityManager.findActionLinksByScopeIdAndScopeType(String scopeId, String scopeType) ActionLinkEntityManagerImpl.findActionLinksByScopeIdAndScopeType(String scopeId, String scopeType) -
Uses of ActionLinkEntity in com.flowable.action.engine.impl.persistence.entity.data
Subinterfaces with type arguments of type ActionLinkEntity 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 ActionLinkEntityModifier and TypeMethodDescriptionActionLinkDataManager.findActionLinksByActionInstanceId(String actionInstanceId) ActionLinkDataManager.findActionLinksByScopeIdAndScopeType(String scopeId, String scopeType) -
Uses of ActionLinkEntity in com.flowable.action.engine.impl.persistence.entity.data.impl
Subclasses with type arguments of type ActionLinkEntity in com.flowable.action.engine.impl.persistence.entity.data.implFields in com.flowable.action.engine.impl.persistence.entity.data.impl with type parameters of type ActionLinkEntityModifier and TypeFieldDescriptionprotected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<ActionLinkEntity> MybatisActionLinkDataManager.actionLinkByActionInstanceIdMatcherMethods in com.flowable.action.engine.impl.persistence.entity.data.impl that return ActionLinkEntityMethods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type ActionLinkEntityModifier and TypeMethodDescriptionMybatisActionLinkDataManager.findActionLinksByActionInstanceId(String actionInstanceId) MybatisActionLinkDataManager.findActionLinksByScopeIdAndScopeType(String scopeId, String scopeType) Class<? extends ActionLinkEntity> MybatisActionLinkDataManager.getManagedEntityClass() -
Uses of ActionLinkEntity in com.flowable.action.engine.impl.runtime
Classes in com.flowable.action.engine.impl.runtime that implement interfaces with type arguments of type ActionLinkEntity