public class HistoricIdentityLinkServiceImpl extends ServiceImpl implements HistoricIdentityLinkService
identityLinkServiceConfiguration| Constructor and Description |
|---|
HistoricIdentityLinkServiceImpl() |
HistoricIdentityLinkServiceImpl(IdentityLinkServiceConfiguration identityLinkServiceConfiguration) |
| 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) |
getHistoricIdentityLinkEntityManager, getIdentityLinkEntityManagerpublic HistoricIdentityLinkServiceImpl()
public HistoricIdentityLinkServiceImpl(IdentityLinkServiceConfiguration identityLinkServiceConfiguration)
public HistoricIdentityLinkEntity getHistoricIdentityLink(String id)
getHistoricIdentityLink in interface HistoricIdentityLinkServicepublic List<HistoricIdentityLinkEntity> findHistoricIdentityLinksByTaskId(String taskId)
findHistoricIdentityLinksByTaskId in interface HistoricIdentityLinkServicepublic List<HistoricIdentityLinkEntity> findHistoricIdentityLinksByProcessInstanceId(String processInstanceId)
findHistoricIdentityLinksByProcessInstanceId in interface HistoricIdentityLinkServicepublic List<HistoricIdentityLinkEntity> findHistoricIdentityLinksByScopeIdAndScopeType(String scopeId, String scopeType)
findHistoricIdentityLinksByScopeIdAndScopeType in interface HistoricIdentityLinkServicepublic HistoricIdentityLinkEntity createHistoricIdentityLink()
createHistoricIdentityLink in interface HistoricIdentityLinkServicepublic void insertHistoricIdentityLink(HistoricIdentityLinkEntity identityLink, boolean fireCreateEvent)
insertHistoricIdentityLink in interface HistoricIdentityLinkServicepublic void deleteHistoricIdentityLink(String id)
deleteHistoricIdentityLink in interface HistoricIdentityLinkServicepublic void deleteHistoricIdentityLink(HistoricIdentityLinkEntity identityLink)
deleteHistoricIdentityLink in interface HistoricIdentityLinkServicepublic void deleteHistoricIdentityLinksByProcessInstanceId(String processInstanceId)
deleteHistoricIdentityLinksByProcessInstanceId in interface HistoricIdentityLinkServicepublic void deleteHistoricIdentityLinksByTaskId(String taskId)
deleteHistoricIdentityLinksByTaskId in interface HistoricIdentityLinkServicepublic void deleteHistoricIdentityLinksByScopeIdAndScopeType(String scopeId, String scopeType)
deleteHistoricIdentityLinksByScopeIdAndScopeType in interface HistoricIdentityLinkServiceCopyright © 2018 Flowable. All rights reserved.