| Package | Description |
|---|---|
| org.flowable.entitylink.api |
| Modifier and Type | Method and Description |
|---|---|
EntityLink |
EntityLinkService.createEntityLink() |
EntityLink |
EntityLinkService.getEntityLink(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityLink> |
EntityLinkService.deleteScopeDefinitionEntityLink(String scopeDefinitionId,
String scopeType,
String linkType) |
List<EntityLink> |
EntityLinkService.deleteScopeEntityLink(String scopeId,
String scopeType,
String linkType) |
List<EntityLink> |
EntityLinkService.findEntityLinksByReferenceScopeIdAndType(String referenceScopeId,
String scopeType,
String linkType) |
List<EntityLink> |
EntityLinkService.findEntityLinksByScopeDefinitionIdAndType(String scopeDefinitionId,
String scopeType,
String linkType) |
List<EntityLink> |
EntityLinkService.findEntityLinksByScopeIdAndType(String scopeId,
String scopeType,
String linkType) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityLinkService.deleteEntityLink(EntityLink entityLink) |
void |
EntityLinkService.insertEntityLink(EntityLink entityLink) |
Copyright © 2019 Flowable. All rights reserved.