Interface HistoricEntityLinkEntityManager
- All Superinterfaces:
EntityManager<HistoricEntityLinkEntity>
- All Known Implementing Classes:
HistoricEntityLinkEntityManagerImpl
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteHistoricEntityLinksForScopeTypeAndScopeIds
(String scopeType, Collection<String> scopeIds) void
deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType
(String scopeDefinitionId, String scopeType) void
deleteHistoricEntityLinksByScopeIdAndScopeType
(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) -
createInternalHistoricEntityLinkQuery
InternalEntityLinkQuery<HistoricEntityLinkEntity> createInternalHistoricEntityLinkQuery() -
deleteHistoricEntityLinksByScopeIdAndScopeType
-
deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType
-
bulkDeleteHistoricEntityLinksForScopeTypeAndScopeIds
void bulkDeleteHistoricEntityLinksForScopeTypeAndScopeIds(String scopeType, Collection<String> scopeIds) -
deleteHistoricEntityLinksForNonExistingProcessInstances
void deleteHistoricEntityLinksForNonExistingProcessInstances() -
deleteHistoricEntityLinksForNonExistingCaseInstances
void deleteHistoricEntityLinksForNonExistingCaseInstances()
-