public interface HistoricEntityLinkEntityManager extends EntityManager<HistoricEntityLinkEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId,
String scopeType) |
void |
deleteHistoricEntityLinksByScopeIdAndScopeType(String scopeId,
String scopeType) |
void |
deleteHistoricEntityLinksForNonExistingCaseInstances() |
void |
deleteHistoricEntityLinksForNonExistingProcessInstances() |
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) |
List<HistoricEntityLink> |
findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId,
String scopeType,
String linkType) |
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)
void deleteHistoricEntityLinksByScopeIdAndScopeType(String scopeId, String scopeType)
void deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId, String scopeType)
void deleteHistoricEntityLinksForNonExistingProcessInstances()
void deleteHistoricEntityLinksForNonExistingCaseInstances()
Copyright © 2020 Flowable. All rights reserved.