public class MybatisHistoricEntityLinkDataManager extends AbstractDataManager<HistoricEntityLinkEntity> implements HistoricEntityLinkDataManager
| Modifier and Type | Field and Description |
|---|---|
protected CachedEntityMatcher<HistoricEntityLinkEntity> |
historicEntityLinksByScopeIdAndTypeMatcher |
| Constructor and Description |
|---|
MybatisHistoricEntityLinkDataManager() |
| Modifier and Type | Method and Description |
|---|---|
HistoricEntityLinkEntity |
create() |
void |
deleteHistoricEntityLinksByScopeDefinitionIdAndType(String scopeDefinitionId,
String scopeType) |
void |
deleteHistoricEntityLinksByScopeIdAndType(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) |
Class<? extends HistoricEntityLinkEntity> |
getManagedEntityClass() |
bulkDelete, delete, delete, deleteCachedEntities, deleteCachedEntities, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, updateprotected CachedEntityMatcher<HistoricEntityLinkEntity> historicEntityLinksByScopeIdAndTypeMatcher
public MybatisHistoricEntityLinkDataManager()
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> 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 HistoricEntityLinkDataManagerCopyright © 2019 Flowable. All rights reserved.