public interface HistoricIdentityLinkService
HistoricIdentityLinkEntity getHistoricIdentityLink(String id)
List<HistoricIdentityLinkEntity> findHistoricIdentityLinksByTaskId(String taskId)
List<HistoricIdentityLinkEntity> findHistoricIdentityLinksByProcessInstanceId(String processInstanceId)
List<HistoricIdentityLinkEntity> findHistoricIdentityLinksByScopeIdAndScopeType(String scopeId, String scopeType)
List<HistoricIdentityLinkEntity> findHistoricIdentityLinksBySubScopeIdAndScopeType(String subScopeId, String scopeType)
HistoricIdentityLinkEntity createHistoricIdentityLink()
void insertHistoricIdentityLink(HistoricIdentityLinkEntity identityLink, boolean fireCreateEvent)
void deleteHistoricIdentityLink(String id)
void deleteHistoricIdentityLink(HistoricIdentityLinkEntity identityLink)
void deleteHistoricIdentityLinksByProcessInstanceId(String processInstanceId)
void deleteHistoricIdentityLinksByTaskId(String taskId)
void deleteHistoricIdentityLinksByScopeIdAndScopeType(String scopeId, String scopeType)
void deleteHistoricProcessIdentityLinksForNonExistingInstances()
void deleteHistoricCaseIdentityLinksForNonExistingInstances()
void deleteHistoricTaskIdentityLinksForNonExistingInstances()
Copyright © 2021 Flowable. All rights reserved.