public interface HistoricIdentityLinkService
| Modifier and Type | Method and Description |
|---|---|
HistoricIdentityLinkEntity |
createHistoricIdentityLink() |
void |
deleteHistoricIdentityLink(HistoricIdentityLinkEntity identityLink) |
void |
deleteHistoricIdentityLink(String id) |
void |
deleteHistoricIdentityLinksByProcessInstanceId(String processInstanceId) |
void |
deleteHistoricIdentityLinksByScopeIdAndScopeType(String scopeId,
String scopeType) |
void |
deleteHistoricIdentityLinksByTaskId(String taskId) |
List<HistoricIdentityLinkEntity> |
findHistoricIdentityLinksByProcessInstanceId(String processInstanceId) |
List<HistoricIdentityLinkEntity> |
findHistoricIdentityLinksByScopeIdAndScopeType(String scopeId,
String scopeType) |
List<HistoricIdentityLinkEntity> |
findHistoricIdentityLinksByTaskId(String taskId) |
HistoricIdentityLinkEntity |
getHistoricIdentityLink(String id) |
void |
insertHistoricIdentityLink(HistoricIdentityLinkEntity identityLink,
boolean fireCreateEvent) |
HistoricIdentityLinkEntity getHistoricIdentityLink(String id)
List<HistoricIdentityLinkEntity> findHistoricIdentityLinksByTaskId(String taskId)
List<HistoricIdentityLinkEntity> findHistoricIdentityLinksByProcessInstanceId(String processInstanceId)
List<HistoricIdentityLinkEntity> findHistoricIdentityLinksByScopeIdAndScopeType(String scopeId, 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)
Copyright © 2019 Flowable. All rights reserved.