Interface HistoricEntityLinkDataManager
- All Superinterfaces:
DataManager<HistoricEntityLinkEntity>
- All Known Implementing Classes:
MybatisHistoricEntityLinkDataManager
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteHistoricEntityLinksForScopeTypeAndScopeIds
(String scopeType, Collection<String> scopeIds) void
deleteHistoricEntityLinksByScopeDefinitionIdAndType
(String scopeDefinitionId, String scopeType) void
deleteHistoricEntityLinksByScopeIdAndType
(String scopeId, String scopeType) void
void
findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType
(String scopeId, String scopeType, String linkType) findHistoricEntityLinksWithSameRootScopeForScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType, String linkType)
-
Method Details
-
findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType
List<HistoricEntityLink> findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId, String scopeType, String linkType) -
findHistoricEntityLinksWithSameRootScopeForScopeIdsAndScopeType
List<HistoricEntityLink> findHistoricEntityLinksWithSameRootScopeForScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType, String linkType) -
findHistoricEntityLinksByQuery
List<HistoricEntityLinkEntity> findHistoricEntityLinksByQuery(InternalEntityLinkQuery<HistoricEntityLinkEntity> query) -
findHistoricEntityLinkByQuery
HistoricEntityLinkEntity findHistoricEntityLinkByQuery(InternalEntityLinkQuery<HistoricEntityLinkEntity> query) -
deleteHistoricEntityLinksByScopeIdAndType
-
deleteHistoricEntityLinksByScopeDefinitionIdAndType
-
bulkDeleteHistoricEntityLinksForScopeTypeAndScopeIds
void bulkDeleteHistoricEntityLinksForScopeTypeAndScopeIds(String scopeType, Collection<String> scopeIds) -
deleteHistoricEntityLinksForNonExistingProcessInstances
void deleteHistoricEntityLinksForNonExistingProcessInstances() -
deleteHistoricEntityLinksForNonExistingCaseInstances
void deleteHistoricEntityLinksForNonExistingCaseInstances()
-