Uses of Interface
org.flowable.entitylink.api.EntityLink
-
Uses of EntityLink in org.flowable.entitylink.api
Modifier 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)