public class MybatisHistoricEntityLinkDataManager extends AbstractDataManager<HistoricEntityLinkEntity> implements HistoricEntityLinkDataManager
| Modifier and Type | Field and Description |
|---|---|
protected EntityLinkServiceConfiguration |
entityLinkServiceConfiguration |
protected CachedEntityMatcher<HistoricEntityLinkEntity> |
entityLinksWithSameRootByScopeIdAndTypeMatcher |
protected CachedEntityMatcher<HistoricEntityLinkEntity> |
historicEntityLinksByScopeIdAndTypeMatcher |
| Constructor and Description |
|---|
MybatisHistoricEntityLinkDataManager(EntityLinkServiceConfiguration entityLinkServiceConfiguration) |
bulkDelete, delete, delete, deleteCachedEntities, deleteCachedEntities, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, updateprotected CachedEntityMatcher<HistoricEntityLinkEntity> historicEntityLinksByScopeIdAndTypeMatcher
protected CachedEntityMatcher<HistoricEntityLinkEntity> entityLinksWithSameRootByScopeIdAndTypeMatcher
protected EntityLinkServiceConfiguration entityLinkServiceConfiguration
public MybatisHistoricEntityLinkDataManager(EntityLinkServiceConfiguration entityLinkServiceConfiguration)
public Class<? extends HistoricEntityLinkEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<HistoricEntityLinkEntity>public HistoricEntityLinkEntity create()
create in interface DataManager<HistoricEntityLinkEntity>public List<HistoricEntityLink> findHistoricEntityLinksByScopeIdAndScopeType(String scopeId, String scopeType, String linkType)
findHistoricEntityLinksByScopeIdAndScopeType in interface HistoricEntityLinkDataManagerpublic List<HistoricEntityLink> findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId, String scopeType, String linkType)
findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType in interface HistoricEntityLinkDataManagerpublic List<HistoricEntityLink> findHistoricEntityLinksByReferenceScopeIdAndType(String referenceScopeId, String scopeType, String linkType)
findHistoricEntityLinksByReferenceScopeIdAndType in interface HistoricEntityLinkDataManagerpublic List<HistoricEntityLink> findHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId, String scopeType, String linkType)
findHistoricEntityLinksByScopeDefinitionIdAndScopeType in interface HistoricEntityLinkDataManagerpublic void deleteHistoricEntityLinksByScopeIdAndType(String scopeId, String scopeType)
deleteHistoricEntityLinksByScopeIdAndType in interface HistoricEntityLinkDataManagerpublic void deleteHistoricEntityLinksByScopeDefinitionIdAndType(String scopeDefinitionId, String scopeType)
deleteHistoricEntityLinksByScopeDefinitionIdAndType in interface HistoricEntityLinkDataManagerpublic void deleteHistoricEntityLinksForNonExistingProcessInstances()
deleteHistoricEntityLinksForNonExistingProcessInstances in interface HistoricEntityLinkDataManagerpublic void deleteHistoricEntityLinksForNonExistingCaseInstances()
deleteHistoricEntityLinksForNonExistingCaseInstances in interface HistoricEntityLinkDataManagerprotected IdGenerator getIdGenerator()
getIdGenerator in class AbstractDataManager<HistoricEntityLinkEntity>Copyright © 2020 Flowable. All rights reserved.