public class HistoricEntityLinkEntityManagerImpl extends AbstractServiceEngineEntityManager<EntityLinkServiceConfiguration,HistoricEntityLinkEntity,HistoricEntityLinkDataManager> implements HistoricEntityLinkEntityManager
serviceConfigurationdataManager, engineType| Constructor and Description |
|---|
HistoricEntityLinkEntityManagerImpl(EntityLinkServiceConfiguration entityLinkServiceConfiguration,
HistoricEntityLinkDataManager historicEntityLinkDataManager) |
| Modifier and Type | Method and Description |
|---|---|
HistoricEntityLinkEntity |
create() |
void |
deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId,
String scopeType) |
void |
deleteHistoricEntityLinksByScopeIdAndScopeType(String scopeId,
String scopeType) |
void |
deleteHistoricEntityLinksForNonExistingCaseInstances() |
void |
deleteHistoricEntityLinksForNonExistingProcessInstances() |
List<HistoricEntityLink> |
findHistoricEntityLinksByReferenceScopeIdAndType(String referenceScopeId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
findHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
findHistoricEntityLinksByScopeIdAndScopeType(String scopeId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId,
String scopeType,
String linkType) |
getClock, getEventDispatcher, getServiceConfigurationcreateEntityEvent, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, updatepublic HistoricEntityLinkEntityManagerImpl(EntityLinkServiceConfiguration entityLinkServiceConfiguration, HistoricEntityLinkDataManager historicEntityLinkDataManager)
public HistoricEntityLinkEntity create()
create in interface EntityManager<HistoricEntityLinkEntity>create in class AbstractEntityManager<HistoricEntityLinkEntity,HistoricEntityLinkDataManager>public List<HistoricEntityLink> findHistoricEntityLinksByScopeIdAndScopeType(String scopeId, String scopeType, String linkType)
findHistoricEntityLinksByScopeIdAndScopeType in interface HistoricEntityLinkEntityManagerpublic List<HistoricEntityLink> findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId, String scopeType, String linkType)
findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType in interface HistoricEntityLinkEntityManagerpublic List<HistoricEntityLink> findHistoricEntityLinksByReferenceScopeIdAndType(String referenceScopeId, String scopeType, String linkType)
findHistoricEntityLinksByReferenceScopeIdAndType in interface HistoricEntityLinkEntityManagerpublic List<HistoricEntityLink> findHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId, String scopeType, String linkType)
findHistoricEntityLinksByScopeDefinitionIdAndScopeType in interface HistoricEntityLinkEntityManagerpublic void deleteHistoricEntityLinksByScopeIdAndScopeType(String scopeId, String scopeType)
deleteHistoricEntityLinksByScopeIdAndScopeType in interface HistoricEntityLinkEntityManagerpublic void deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId, String scopeType)
deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType in interface HistoricEntityLinkEntityManagerpublic void deleteHistoricEntityLinksForNonExistingProcessInstances()
deleteHistoricEntityLinksForNonExistingProcessInstances in interface HistoricEntityLinkEntityManagerpublic void deleteHistoricEntityLinksForNonExistingCaseInstances()
deleteHistoricEntityLinksForNonExistingCaseInstances in interface HistoricEntityLinkEntityManagerCopyright © 2020 Flowable. All rights reserved.