Uses of Interface
org.flowable.entitylink.api.history.HistoricEntityLink
-
Uses of HistoricEntityLink in org.flowable.entitylink.api.history
Modifier and TypeMethodDescriptionHistoricEntityLinkService.createHistoricEntityLink()
HistoricEntityLinkService.getHistoricEntityLink
(String id) Modifier and TypeMethodDescriptionHistoricEntityLinkService.createInternalHistoricEntityLinkQuery()
default List<HistoricEntityLink>
HistoricEntityLinkService.findHistoricEntityLinksByReferenceScopeIdAndType
(String referenceScopeId, String scopeType, String linkType) default List<HistoricEntityLink>
HistoricEntityLinkService.findHistoricEntityLinksByScopeDefinitionIdAndScopeType
(String scopeDefinitionId, String scopeType, String linkType) default List<HistoricEntityLink>
HistoricEntityLinkService.findHistoricEntityLinksByScopeIdAndScopeType
(String scopeId, String scopeType, String linkType) HistoricEntityLinkService.findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType
(String scopeId, String scopeType, String linkType) HistoricEntityLinkService.findHistoricEntityLinksWithSameRootScopeForScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType, String linkType) Modifier and TypeMethodDescriptionvoid
HistoricEntityLinkService.deleteHistoricEntityLink
(HistoricEntityLink entityLink) void
HistoricEntityLinkService.insertHistoricEntityLink
(HistoricEntityLink entityLink, boolean fireCreateEvent)