| Modifier and Type | Class and Description |
|---|---|
class |
CaseInstanceByCaseDefinitionIdMatcher |
class |
HistoricCaseInstanceByCaseDefinitionIdMatcher |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDataManager.bulkDelete(String statement,
CachedEntityMatcher<EntityImpl> cachedEntityMatcher,
Object parameter)
Does a bulk delete, but also uses the provided
CachedEntityMatcher
to look in the cache to mark the cached entities as deleted. |
protected void |
AbstractDataManager.deleteCachedEntities(DbSqlSession dbSqlSession,
CachedEntityMatcher<EntityImpl> cachedEntityMatcher,
Object parameter) |
protected void |
AbstractDataManager.deleteCachedEntities(DbSqlSession dbSqlSession,
Collection<CachedEntity> cachedObjects,
CachedEntityMatcher<EntityImpl> cachedEntityMatcher,
Object parameter) |
protected List<EntityImpl> |
AbstractDataManager.getList(DbSqlSession dbSqlSession,
String dbQueryName,
Object parameter,
CachedEntityMatcher<EntityImpl> cachedEntityMatcher,
boolean checkCache) |
protected List<EntityImpl> |
AbstractDataManager.getList(DbSqlSession dbSqlSession,
String dbQueryName,
Object parameter,
CachedEntityMatcher<EntityImpl> cachedEntityMatcher,
boolean checkCache,
boolean includeDeleted) |
protected List<EntityImpl> |
AbstractDataManager.getList(String dbQueryName,
Object parameter,
CachedEntityMatcher<EntityImpl> cachedEntityMatcher) |
protected List<EntityImpl> |
AbstractDataManager.getList(String dbQueryName,
Object parameter,
CachedEntityMatcher<EntityImpl> cachedEntityMatcher,
boolean checkCache)
Gets a list by querying the database and the cache using
CachedEntityMatcher. |
protected List<EntityImpl> |
AbstractDataManager.getListFromCache(CachedEntityMatcher<EntityImpl> entityMatcher,
Object parameter) |
protected List<EntityImpl> |
AbstractDataManager.getListFromCache(CachedEntityMatcher<EntityImpl> entityMatcher,
Object parameter,
boolean includeDeletedEntities) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedEntityMatcherAdapter<EntityImpl extends Entity> |
| Modifier and Type | Field and Description |
|---|---|
protected CachedEntityMatcher<IdentityLinkEntity> |
ExecutionEntityManagerImpl.identityLinkByProcessInstanceMatcher |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityByProcessInstanceIdMatcher
author martin.grofcik
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityInstanceMatcher |
class |
ExecutionByProcessInstanceMatcher |
class |
ExecutionsByParentExecutionIdAndActivityIdEntityMatcher |
class |
ExecutionsByParentExecutionIdEntityMatcher |
class |
ExecutionsByProcessInstanceIdEntityMatcher |
class |
ExecutionsByRootProcessInstanceMatcher |
class |
ExecutionsWithSameRootProcessInstanceIdMatcher |
class |
HistoricActivityInstanceMatcher |
class |
InactiveExecutionsByProcInstMatcher |
class |
InactiveExecutionsInActivityAndProcInstMatcher |
class |
InactiveExecutionsInActivityMatcher |
class |
ProcessInstancesByProcessDefinitionMatcher |
class |
UnfinishedActivityInstanceMatcher |
class |
UnfinishedHistoricActivityInstanceByProcessInstanceIdMatcher |
class |
UnfinishedHistoricActivityInstanceMatcher |
| Modifier and Type | Field and Description |
|---|---|
protected CachedEntityMatcher<EntityLinkEntity> |
MybatisEntityLinkDataManager.entityLinksByReferenceScopeIdAndTypeMatcher |
protected CachedEntityMatcher<EntityLinkEntity> |
MybatisEntityLinkDataManager.entityLinksByRootScopeIdAndScopeTypeMatcher |
protected CachedEntityMatcher<EntityLinkEntity> |
MybatisEntityLinkDataManager.entityLinksByScopeIdAndTypeMatcher |
protected CachedEntityMatcher<EntityLinkEntity> |
MybatisEntityLinkDataManager.entityLinksWithSameRootByScopeIdAndTypeMatcher |
protected CachedEntityMatcher<HistoricEntityLinkEntity> |
MybatisHistoricEntityLinkDataManager.entityLinksWithSameRootByScopeIdAndTypeMatcher |
protected CachedEntityMatcher<HistoricEntityLinkEntity> |
MybatisHistoricEntityLinkDataManager.historicEntityLinksByScopeIdAndTypeMatcher |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityLinksByReferenceScopeIdAndTypeMatcher |
class |
EntityLinksByRootScopeIdAndTypeMatcher |
class |
EntityLinksByScopeIdAndTypeMatcher |
class |
EntityLinksWithSameRootScopeForScopeIdAndScopeTypeMatcher<EntityImpl extends Entity & EntityLinkInfo> |
class |
HistoricEntityLinksByScopeIdAndTypeMatcher |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricIdentityLinksByProcInstMatcher |
class |
HistoricIdentityLinksByScopeIdAndTypeMatcher |
class |
HistoricIdentityLinksBySubScopeIdAndTypeMatcher |
class |
IdentityLinksByProcessInstanceMatcher |
class |
IdentityLinksByProcessInstanceUserGroupAndTypeMatcher |
class |
IdentityLinksByScopeIdAndTypeMatcher |
class |
IdentityLinksByScopeIdScopeTypeUserGroupAndTypeMatcher |
class |
IdentityLinksBySubScopeIdAndTypeMatcher |
class |
IdentityLinksByTaskIdMatcher |
| Modifier and Type | Field and Description |
|---|---|
protected CachedEntityMatcher<DeadLetterJobEntity> |
MybatisDeadLetterJobDataManager.deadLetterByExecutionIdMatcher |
protected CachedEntityMatcher<ExternalWorkerJobEntity> |
MybatisExternalWorkerJobDataManager.externalWorkerJobsByScopeIdAndSubScopeIdMatcher |
protected CachedEntityMatcher<JobEntity> |
MybatisJobDataManager.jobsByExecutionIdMatcher |
protected CachedEntityMatcher<ExternalWorkerJobEntity> |
MybatisExternalWorkerJobDataManager.jobsByExecutionIdMatcher |
protected CachedEntityMatcher<SuspendedJobEntity> |
MybatisSuspendedJobDataManager.suspendedJobsByExecutionIdMatcher |
protected CachedEntityMatcher<TimerJobEntity> |
MybatisTimerJobDataManager.timerJobsByExecutionIdMatcher |
protected CachedEntityMatcher<TimerJobEntity> |
MybatisTimerJobDataManager.timerJobsByScopeIdAndSubScopeIdMatcher |
| Modifier and Type | Class and Description |
|---|---|
class |
DeadLetterJobsByExecutionIdMatcher |
class |
ExternalWorkerJobsByExecutionIdMatcher |
class |
ExternalWorkerJobsByScopeIdAndSubScopeIdMatcher |
class |
JobsByExecutionIdMatcher |
class |
SuspendedJobsByExecutionIdMatcher |
class |
TimerJobsByExecutionIdMatcher |
class |
TimerJobsByScopeIdAndSubScopeIdMatcher |
| Modifier and Type | Field and Description |
|---|---|
protected CachedEntityMatcher<TaskEntity> |
MybatisTaskDataManager.tasksByExecutionIdMatcher |
protected CachedEntityMatcher<TaskEntity> |
MybatisTaskDataManager.tasksByProcessInstanceIdMatcher |
protected CachedEntityMatcher<TaskEntity> |
MybatisTaskDataManager.tasksByScopeIdAndScopeTypeMatcher |
protected CachedEntityMatcher<TaskEntity> |
MybatisTaskDataManager.tasksBySubScopeIdAndScopeTypeMatcher |
| Modifier and Type | Class and Description |
|---|---|
class |
TasksByExecutionIdMatcher |
class |
TasksByProcessInstanceIdMatcher |
class |
TasksByScopeIdAndScopeTypeMatcher |
class |
TasksBySubScopeIdAndScopeTypeMatcher |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalVariableInstanceQueryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricVariableInstanceByProcInstMatcher |
class |
HistoricVariableInstanceByScopeIdAndScopeTypeMatcher |
class |
HistoricVariableInstanceBySubScopeIdAndScopeTypeMatcher |
class |
HistoricVariableInstanceByTaskIdMatcher |
class |
VariableInstanceByExecutionIdMatcher |
class |
VariableInstanceByScopeIdAndScopeTypeMatcher |
class |
VariableInstanceByScopeIdAndScopeTypesMatcher |
class |
VariableInstanceBySubScopeIdAndScopeTypesMatcher |
class |
VariableInstanceByTaskIdMatcher |
Copyright © 2023 Flowable. All rights reserved.