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