| Package | Description |
|---|---|
| org.flowable.entitylink.api |
| Modifier and Type | Method and Description |
|---|---|
EntityLink |
EntityLinkService.createEntityLink() |
| Modifier and Type | Method and Description |
|---|---|
List<EntityLink> |
EntityLinkService.findEntityLinksByReferenceScopeIdAndType(String referenceScopeId,
String scopeType,
String linkType) |
List<EntityLink> |
EntityLinkService.findEntityLinksByRootScopeIdAndRootType(String scopeId,
String scopeType) |
List<EntityLink> |
EntityLinkService.findEntityLinksByScopeIdAndType(String scopeId,
String scopeType,
String linkType) |
List<EntityLink> |
EntityLinkService.findEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId,
String scopeType,
String linkType) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityLinkService.insertEntityLink(EntityLink entityLink) |
Copyright © 2021 Flowable. All rights reserved.