Uses of Interface
org.flowable.entitylink.api.EntityLink
Packages that use EntityLink
-
Uses of EntityLink in org.flowable.entitylink.api
Methods in org.flowable.entitylink.api that return EntityLinkMethods in org.flowable.entitylink.api that return types with arguments of type EntityLinkModifier and TypeMethodDescriptionEntityLinkService.createInternalEntityLinkQuery()
default List<EntityLink>
EntityLinkService.findEntityLinksByReferenceScopeIdAndType
(String referenceScopeId, String scopeType, String linkType) default List<EntityLink>
EntityLinkService.findEntityLinksByRootScopeIdAndRootType
(String scopeId, String scopeType) default List<EntityLink>
EntityLinkService.findEntityLinksByScopeIdAndType
(String scopeId, String scopeType, String linkType) EntityLinkService.findEntityLinksWithSameRootScopeForScopeIdAndScopeType
(String scopeId, String scopeType, String linkType) Methods in org.flowable.entitylink.api with parameters of type EntityLink