Interface HistoricEntityLinkEntityManager
- All Superinterfaces:
EntityManager<HistoricEntityLinkEntity>
- All Known Implementing Classes:
HistoricEntityLinkEntityManagerImpl
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteHistoricEntityLinksForScopeTypeAndScopeIds(String scopeType, Collection<String> scopeIds) voiddeleteHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId, String scopeType) voiddeleteHistoricEntityLinksByScopeIdAndScopeType(String scopeId, String scopeType) voidvoidfindHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType(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()
-