public interface HistoricIdentityLinkEntityManager extends EntityManager<HistoricIdentityLinkEntity>
List<HistoricIdentityLinkEntity> findHistoricIdentityLinksByTaskId(String taskId)
List<HistoricIdentityLinkEntity> findHistoricIdentityLinksByProcessInstanceId(String processInstanceId)
List<HistoricIdentityLinkEntity> findHistoricIdentityLinksByScopeIdAndScopeType(String scopeId, String scopeType)
List<HistoricIdentityLinkEntity> findHistoricIdentityLinksBySubScopeIdAndScopeType(String subScopeId, String scopeType)
void deleteHistoricIdentityLinksByTaskId(String taskId)
void deleteHistoricIdentityLinksByProcInstance(String processInstanceId)
void deleteHistoricIdentityLinksByScopeIdAndScopeType(String scopeId, String scopeType)
void deleteHistoricIdentityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId, String scopeType)
void deleteHistoricProcessIdentityLinksForNonExistingInstances()
void deleteHistoricCaseIdentityLinksForNonExistingInstances()
void deleteHistoricTaskIdentityLinksForNonExistingInstances()
Copyright © 2021 Flowable. All rights reserved.