public interface HistoricEntityLinkService
HistoricEntityLink getHistoricEntityLink(String id)
List<HistoricEntityLink> findHistoricEntityLinksByScopeIdAndScopeType(String scopeId, String scopeType, String linkType)
List<HistoricEntityLink> findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType(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)
void deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId, String scopeType)
void deleteHistoricEntityLinksForNonExistingProcessInstances()
void deleteHistoricEntityLinksForNonExistingCaseInstances()
Copyright © 2021 Flowable. All rights reserved.