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 ActionLinkEntityMethods 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
Methods 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
Fields in com.flowable.action.engine.impl.persistence.entity.data.impl with type parameters of type ActionLinkEntityModifier and TypeFieldDescriptionprotected 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()