Interface HistoricEntityLinkEntityManager

All Superinterfaces:
EntityManager<HistoricEntityLinkEntity>
All Known Implementing Classes:
HistoricEntityLinkEntityManagerImpl

public interface HistoricEntityLinkEntityManager extends EntityManager<HistoricEntityLinkEntity>
Author:
Tijs Rademakers
  • 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

      void deleteHistoricEntityLinksByScopeIdAndScopeType(String scopeId, String scopeType)
    • deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType

      void deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId, String scopeType)
    • bulkDeleteHistoricEntityLinksForScopeTypeAndScopeIds

      void bulkDeleteHistoricEntityLinksForScopeTypeAndScopeIds(String scopeType, Collection<String> scopeIds)
    • deleteHistoricEntityLinksForNonExistingProcessInstances

      void deleteHistoricEntityLinksForNonExistingProcessInstances()
    • deleteHistoricEntityLinksForNonExistingCaseInstances

      void deleteHistoricEntityLinksForNonExistingCaseInstances()