public class HistoricIdentityLinkServiceImpl extends CommonServiceImpl<IdentityLinkServiceConfiguration> implements HistoricIdentityLinkService
configuration| Constructor and Description |
|---|
HistoricIdentityLinkServiceImpl(IdentityLinkServiceConfiguration identityLinkServiceConfiguration) |
getConfigurationpublic 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 List<HistoricIdentityLinkEntity> findHistoricIdentityLinksBySubScopeIdAndScopeType(String subScopeId, String scopeType)
findHistoricIdentityLinksBySubScopeIdAndScopeType 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 HistoricIdentityLinkServicepublic void deleteHistoricProcessIdentityLinksForNonExistingInstances()
deleteHistoricProcessIdentityLinksForNonExistingInstances in interface HistoricIdentityLinkServicepublic void deleteHistoricCaseIdentityLinksForNonExistingInstances()
deleteHistoricCaseIdentityLinksForNonExistingInstances in interface HistoricIdentityLinkServicepublic void deleteHistoricTaskIdentityLinksForNonExistingInstances()
deleteHistoricTaskIdentityLinksForNonExistingInstances in interface HistoricIdentityLinkServicepublic HistoricIdentityLinkEntityManager getHistoricIdentityLinkEntityManager()
Copyright © 2021 Flowable. All rights reserved.