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> findHistoricEntityLinksWithSameRootScopeForScopeIdsAndScopeType(Collection<String> scopeIds, 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 bulkDeleteHistoricEntityLinksForScopeTypeAndScopeIds(String scopeType, Collection<String> scopeIds)
void deleteHistoricEntityLinksForNonExistingProcessInstances()
void deleteHistoricEntityLinksForNonExistingCaseInstances()
Copyright © 2022 Flowable. All rights reserved.