Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionLinkEntity
-
Uses of ActionLinkEntity in com.flowable.action.engine.impl.persistence.entity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionLinkEntity Modifier and Type Class Description class
ActionLinkEntityImpl
Methods in com.flowable.action.engine.impl.persistence.entity that return types with arguments of type ActionLinkEntity Modifier and Type Method Description java.util.List<ActionLinkEntity>
ActionLinkEntityManager. findActionLinksByActionInstanceId(java.lang.String actionInstanceId)
java.util.List<ActionLinkEntity>
ActionLinkEntityManagerImpl. findActionLinksByActionInstanceId(java.lang.String actionInstanceId)
java.util.List<ActionLinkEntity>
ActionLinkEntityManager. findActionLinksByScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)
java.util.List<ActionLinkEntity>
ActionLinkEntityManagerImpl. findActionLinksByScopeIdAndScopeType(java.lang.String scopeId, java.lang.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 ActionLinkEntity Modifier and Type Method Description java.util.List<ActionLinkEntity>
ActionLinkDataManager. findActionLinksByActionInstanceId(java.lang.String actionInstanceId)
java.util.List<ActionLinkEntity>
ActionLinkDataManager. findActionLinksByScopeIdAndScopeType(java.lang.String scopeId, java.lang.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 ActionLinkEntity Modifier and Type Field Description protected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<ActionLinkEntity>
MybatisActionLinkDataManager. actionLinkByActionInstanceIdMatcher
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return ActionLinkEntity Modifier and Type Method Description ActionLinkEntity
MybatisActionLinkDataManager. create()
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type ActionLinkEntity Modifier and Type Method Description java.util.List<ActionLinkEntity>
MybatisActionLinkDataManager. findActionLinksByActionInstanceId(java.lang.String actionInstanceId)
java.util.List<ActionLinkEntity>
MybatisActionLinkDataManager. findActionLinksByScopeIdAndScopeType(java.lang.String scopeId, java.lang.String scopeType)
java.lang.Class<? extends ActionLinkEntity>
MybatisActionLinkDataManager. getManagedEntityClass()