public class HistoricEntityLinkServiceImpl extends CommonServiceImpl<EntityLinkServiceConfiguration> implements HistoricEntityLinkService
configuration| Constructor and Description |
|---|
HistoricEntityLinkServiceImpl(EntityLinkServiceConfiguration entityLinkServiceConfiguration) |
getConfigurationpublic HistoricEntityLinkServiceImpl(EntityLinkServiceConfiguration entityLinkServiceConfiguration)
public HistoricEntityLink getHistoricEntityLink(String id)
getHistoricEntityLink in interface HistoricEntityLinkServicepublic List<HistoricEntityLink> findHistoricEntityLinksByScopeIdAndScopeType(String scopeId, String scopeType, String linkType)
findHistoricEntityLinksByScopeIdAndScopeType in interface HistoricEntityLinkServicepublic List<HistoricEntityLink> findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId, String scopeType, String linkType)
findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType in interface HistoricEntityLinkServicepublic List<HistoricEntityLink> findHistoricEntityLinksByReferenceScopeIdAndType(String referenceScopeId, String scopeType, String linkType)
findHistoricEntityLinksByReferenceScopeIdAndType in interface HistoricEntityLinkServicepublic List<HistoricEntityLink> findHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId, String scopeType, String linkType)
findHistoricEntityLinksByScopeDefinitionIdAndScopeType in interface HistoricEntityLinkServicepublic HistoricEntityLink createHistoricEntityLink()
createHistoricEntityLink in interface HistoricEntityLinkServicepublic void insertHistoricEntityLink(HistoricEntityLink entityLink, boolean fireCreateEvent)
insertHistoricEntityLink in interface HistoricEntityLinkServicepublic void deleteHistoricEntityLink(String id)
deleteHistoricEntityLink in interface HistoricEntityLinkServicepublic void deleteHistoricEntityLink(HistoricEntityLink entityLink)
deleteHistoricEntityLink in interface HistoricEntityLinkServicepublic void deleteHistoricEntityLinksByScopeIdAndScopeType(String scopeId, String scopeType)
deleteHistoricEntityLinksByScopeIdAndScopeType in interface HistoricEntityLinkServicepublic void deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId, String scopeType)
deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType in interface HistoricEntityLinkServicepublic void deleteHistoricEntityLinksForNonExistingProcessInstances()
deleteHistoricEntityLinksForNonExistingProcessInstances in interface HistoricEntityLinkServicepublic void deleteHistoricEntityLinksForNonExistingCaseInstances()
deleteHistoricEntityLinksForNonExistingCaseInstances in interface HistoricEntityLinkServicepublic HistoricEntityLinkEntityManager getHistoricEntityLinkEntityManager()
Copyright © 2020 Flowable. All rights reserved.