| Package | Description |
|---|---|
| org.flowable.entitylink.api.history |
| Modifier and Type | Method and Description |
|---|---|
HistoricEntityLink |
HistoricEntityLinkService.createHistoricEntityLink() |
HistoricEntityLink |
HistoricEntityLinkService.getHistoricEntityLink(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricEntityLink> |
HistoricEntityLinkService.findHistoricEntityLinksByReferenceScopeIdAndType(String referenceScopeId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
HistoricEntityLinkService.findHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
HistoricEntityLinkService.findHistoricEntityLinksByScopeIdAndScopeType(String scopeId,
String scopeType,
String linkType) |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoricEntityLinkService.deleteHistoricEntityLink(HistoricEntityLink entityLink) |
void |
HistoricEntityLinkService.insertHistoricEntityLink(HistoricEntityLink entityLink,
boolean fireCreateEvent) |
Copyright © 2019 Flowable. All rights reserved.