public interface HistoricIdentityLinkDataManager extends DataManager<HistoricIdentityLinkEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteHistoricCaseIdentityLinksForNonExistingInstances() |
void |
deleteHistoricIdentityLinksByScopeDefinitionIdAndType(String scopeDefinitionId,
String scopeType) |
void |
deleteHistoricIdentityLinksByScopeIdAndType(String scopeId,
String scopeType) |
void |
deleteHistoricProcessIdentityLinksForNonExistingInstances() |
void |
deleteHistoricTaskIdentityLinksForNonExistingInstances() |
List<HistoricIdentityLinkEntity> |
findHistoricIdentityLinksByProcessInstanceId(String processInstanceId) |
List<HistoricIdentityLinkEntity> |
findHistoricIdentityLinksByScopeIdAndScopeType(String scopeId,
String scopeType) |
List<HistoricIdentityLinkEntity> |
findHistoricIdentityLinksBySubScopeIdAndScopeType(String subScopeId,
String scopeType) |
List<HistoricIdentityLinkEntity> |
findHistoricIdentityLinksByTaskId(String taskId) |
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 deleteHistoricIdentityLinksByScopeIdAndType(String scopeId, String scopeType)
void deleteHistoricIdentityLinksByScopeDefinitionIdAndType(String scopeDefinitionId, String scopeType)
void deleteHistoricProcessIdentityLinksForNonExistingInstances()
void deleteHistoricCaseIdentityLinksForNonExistingInstances()
void deleteHistoricTaskIdentityLinksForNonExistingInstances()
Copyright © 2021 Flowable. All rights reserved.