Uses of Interface
org.flowable.entitylink.api.EntityLinkInfo
Packages that use EntityLinkInfo
Package
Description
-
Uses of EntityLinkInfo in org.flowable.entitylink.api
Classes in org.flowable.entitylink.api with type parameters of type EntityLinkInfoSubinterfaces of EntityLinkInfo in org.flowable.entitylink.apiModifier and TypeInterfaceDescriptioninterface
An entity link is used to associate an entity with another entity. -
Uses of EntityLinkInfo in org.flowable.entitylink.api.history
Subinterfaces of EntityLinkInfo in org.flowable.entitylink.api.historyModifier and TypeInterfaceDescriptioninterface
Historic counterpart ofEntityLink
that represents the current state if any runtime link. -
Uses of EntityLinkInfo in org.flowable.entitylink.service.impl
Classes in org.flowable.entitylink.service.impl with type parameters of type EntityLinkInfoModifier and TypeClassDescriptionclass
InternalEntityLinkQueryImpl<E extends Entity & EntityLinkInfo>
-
Uses of EntityLinkInfo in org.flowable.entitylink.service.impl.persistence.entity
Subinterfaces of EntityLinkInfo in org.flowable.entitylink.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterface
interface
Classes in org.flowable.entitylink.service.impl.persistence.entity that implement EntityLinkInfo -
Uses of EntityLinkInfo in org.flowable.entitylink.service.impl.persistence.entity.data.impl.cachematcher
Classes in org.flowable.entitylink.service.impl.persistence.entity.data.impl.cachematcher with type parameters of type EntityLinkInfoModifier and TypeClassDescriptionclass
EntityLinksWithSameRootScopeForScopeIdAndScopeTypeMatcher<EntityImpl extends Entity & EntityLinkInfo>