public class HistoricEntityLinkEntityManagerImpl extends AbstractEntityManager<HistoricEntityLinkEntity> implements HistoricEntityLinkEntityManager
| Modifier and Type | Field and Description |
|---|---|
protected HistoricEntityLinkDataManager |
historicEntityLinkDataManager |
entityLinkServiceConfiguration| Constructor and Description |
|---|
HistoricEntityLinkEntityManagerImpl(EntityLinkServiceConfiguration identityLinkServiceConfiguration,
HistoricEntityLinkDataManager historicEntityLinkDataManager) |
| Modifier and Type | Method and Description |
|---|---|
HistoricEntityLinkEntity |
create() |
void |
deleteHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId,
String scopeType) |
void |
deleteHistoricEntityLinksByScopeIdAndScopeType(String scopeId,
String scopeType) |
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) |
protected DataManager<HistoricEntityLinkEntity> |
getDataManager() |
HistoricEntityLinkDataManager |
getHistoricEntityLinkDataManager() |
void |
setHistoricEntityLinkDataManager(HistoricEntityLinkDataManager historicEntityLinkDataManager) |
delete, delete, delete, findById, insert, insert, update, updategetClock, getCommandContext, getEntityLinkEntityManager, getEntityLinkServiceConfiguration, getEventDispatcher, getHistoricEntityLinkEntityManager, getSessionprotected HistoricEntityLinkDataManager historicEntityLinkDataManager
public HistoricEntityLinkEntityManagerImpl(EntityLinkServiceConfiguration identityLinkServiceConfiguration, HistoricEntityLinkDataManager historicEntityLinkDataManager)
public HistoricEntityLinkEntity create()
create in interface EntityManager<HistoricEntityLinkEntity>create in class AbstractEntityManager<HistoricEntityLinkEntity>protected DataManager<HistoricEntityLinkEntity> getDataManager()
getDataManager in class AbstractEntityManager<HistoricEntityLinkEntity>public List<HistoricEntityLink> findHistoricEntityLinksByScopeIdAndScopeType(String scopeId, String scopeType, String linkType)
findHistoricEntityLinksByScopeIdAndScopeType 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 HistoricEntityLinkDataManager getHistoricEntityLinkDataManager()
public void setHistoricEntityLinkDataManager(HistoricEntityLinkDataManager historicEntityLinkDataManager)
Copyright © 2019 Flowable. All rights reserved.