Uses of Interface
org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher
Packages that use CachedEntityMatcher
Package
Description
-
Uses of CachedEntityMatcher in org.flowable.cmmn.engine.impl.persistence.entity.data.impl
Classes in org.flowable.cmmn.engine.impl.persistence.entity.data.impl that implement CachedEntityMatcherModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
-
Uses of CachedEntityMatcher in org.flowable.cmmn.engine.impl.persistence.entity.data.impl.matcher
Classes in org.flowable.cmmn.engine.impl.persistence.entity.data.impl.matcher that implement CachedEntityMatcherModifier and TypeClassDescriptionclass
class
-
Uses of CachedEntityMatcher in org.flowable.common.engine.impl.db
Methods in org.flowable.common.engine.impl.db with parameters of type CachedEntityMatcherModifier and TypeMethodDescriptionvoid
AbstractDataManager.bulkDelete
(String statement, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, Object parameter) Does a bulk delete, but also uses the providedCachedEntityMatcher
to look in the cache to mark the cached entities as deleted.protected void
AbstractDataManager.deleteCachedEntities
(DbSqlSession dbSqlSession, Collection<CachedEntity> cachedObjects, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, Object parameter) protected void
AbstractDataManager.deleteCachedEntities
(DbSqlSession dbSqlSession, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, Object parameter) 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 usingCachedEntityMatcher
.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.getListFromCache
(CachedEntityMatcher<EntityImpl> entityMatcher, Object parameter) protected List<EntityImpl>
AbstractDataManager.getListFromCache
(CachedEntityMatcher<EntityImpl> entityMatcher, Object parameter, boolean includeDeletedEntities) -
Uses of CachedEntityMatcher in org.flowable.common.engine.impl.persistence.cache
Classes in org.flowable.common.engine.impl.persistence.cache that implement CachedEntityMatcher -
Uses of CachedEntityMatcher in org.flowable.engine.impl.persistence.entity
Fields in org.flowable.engine.impl.persistence.entity declared as CachedEntityMatcherModifier and TypeFieldDescriptionprotected CachedEntityMatcher<IdentityLinkEntity>
ExecutionEntityManagerImpl.identityLinkByProcessInstanceMatcher
-
Uses of CachedEntityMatcher in org.flowable.engine.impl.persistence.entity.data.impl
Classes in org.flowable.engine.impl.persistence.entity.data.impl that implement CachedEntityMatcherFields in org.flowable.engine.impl.persistence.entity.data.impl declared as CachedEntityMatcherModifier and TypeFieldDescriptionprotected CachedEntityMatcher<ActivityInstanceEntity>
MybatisActivityInstanceDataManager.activitiesByProcessInstanceIdMatcher
protected CachedEntityMatcher<ActivityInstanceEntity>
MybatisActivityInstanceDataManager.activityInstanceMatcher
protected CachedEntityMatcher<ExecutionEntity>
MybatisExecutionDataManager.executionByProcessInstanceMatcher
protected CachedEntityMatcher<ExecutionEntity>
MybatisExecutionDataManager.executionsByParentExecutionIdAndActivityIdEntityMatcher
protected CachedEntityMatcher<ExecutionEntity>
MybatisExecutionDataManager.executionsByParentIdMatcher
protected CachedEntityMatcher<ExecutionEntity>
MybatisExecutionDataManager.executionsByProcessInstanceIdMatcher
protected CachedEntityMatcher<ExecutionEntity>
MybatisExecutionDataManager.executionsByRootProcessInstanceMatcher
protected CachedEntityMatcher<ExecutionEntity>
MybatisExecutionDataManager.executionsWithSameRootProcessInstanceIdMatcher
MybatisHistoricActivityInstanceDataManager.historicActivityInstanceMatcher
protected CachedEntityMatcher<HistoricDetailEntity>
MybatisHistoricDetailDataManager.historicDetailsByProcessInstanceIdEntityMatcher
protected CachedEntityMatcher<HistoricDetailEntity>
MybatisHistoricDetailDataManager.historicDetailsByTaskIdEntityMatcher
protected CachedEntityMatcher<ExecutionEntity>
MybatisExecutionDataManager.inactiveExecutionsByProcInstMatcher
protected CachedEntityMatcher<ExecutionEntity>
MybatisExecutionDataManager.inactiveExecutionsInActivityAndProcInstMatcher
protected CachedEntityMatcher<ExecutionEntity>
MybatisExecutionDataManager.inactiveExecutionsInActivityMatcher
protected CachedEntityMatcher<ExecutionEntity>
MybatisExecutionDataManager.processInstancesByProcessDefinitionMatcher
protected CachedEntityMatcher<ActivityInstanceEntity>
MybatisActivityInstanceDataManager.unfinishedActivityInstanceMatcher
MybatisHistoricActivityInstanceDataManager.unfinishedHistoricActivityInstanceByProcessInstanceIdMatcher
MybatisHistoricActivityInstanceDataManager.unfinishedHistoricActivityInstanceMatcher
-
Uses of CachedEntityMatcher in org.flowable.engine.impl.persistence.entity.data.impl.cachematcher
Classes in org.flowable.engine.impl.persistence.entity.data.impl.cachematcher that implement CachedEntityMatcherModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of CachedEntityMatcher in org.flowable.entitylink.service.impl
Classes in org.flowable.entitylink.service.impl that implement CachedEntityMatcherModifier and TypeClassDescriptionclass
InternalEntityLinkQueryImpl<E extends Entity & EntityLinkInfo>
-
Uses of CachedEntityMatcher in org.flowable.entitylink.service.impl.persistence.entity.data.impl
Fields in org.flowable.entitylink.service.impl.persistence.entity.data.impl declared as CachedEntityMatcherModifier and TypeFieldDescriptionprotected CachedEntityMatcher<EntityLinkEntity>
MybatisEntityLinkDataManager.entityLinksByRootScopeIdAndScopeTypeMatcher
protected CachedEntityMatcher<EntityLinkEntity>
MybatisEntityLinkDataManager.entityLinksByScopeIdAndTypeMatcher
protected CachedEntityMatcher<EntityLinkEntity>
MybatisEntityLinkDataManager.entityLinksWithSameRootByScopeIdAndTypeMatcher
protected CachedEntityMatcher<HistoricEntityLinkEntity>
MybatisHistoricEntityLinkDataManager.entityLinksWithSameRootByScopeIdAndTypeMatcher
-
Uses of CachedEntityMatcher in org.flowable.entitylink.service.impl.persistence.entity.data.impl.cachematcher
Classes in org.flowable.entitylink.service.impl.persistence.entity.data.impl.cachematcher that implement CachedEntityMatcherModifier and TypeClassDescriptionclass
class
class
EntityLinksWithSameRootScopeForScopeIdAndScopeTypeMatcher<EntityImpl extends Entity & EntityLinkInfo>
-
Uses of CachedEntityMatcher in org.flowable.eventsubscription.service.impl.persistence.entity.data.impl
Fields in org.flowable.eventsubscription.service.impl.persistence.entity.data.impl declared as CachedEntityMatcherModifier and TypeFieldDescriptionprotected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByExecutionAndTypeMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByExecutionIdMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByNameMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByProcessDefinitionIdAndProcessStartEventMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByProcessInstanceAndTypeMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByProcInstTypeAndActivityMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByScopeDefinitionIdAndScopeStartEventMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByScopeDefinitionIdAndTypeAndNullScopeIdMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByScopeDefinitionIdAndTypeMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByScopeIdAndTypeMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsBySubScopeIdMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.messageEventSubscriptionsByProcInstAndEventNameMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.signalEventSubscriptionByEventNameMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.signalEventSubscriptionByNameAndExecutionMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.signalEventSubscriptionByProcInstAndEventNameMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.signalEventSubscriptionByScopeAndEventNameMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.signalEventSubscriptionByScopeIdAndTypeMatcher
-
Uses of CachedEntityMatcher in org.flowable.eventsubscription.service.impl.persistence.entity.data.impl.cachematcher
Classes in org.flowable.eventsubscription.service.impl.persistence.entity.data.impl.cachematcher that implement CachedEntityMatcherModifier and TypeClassDescriptionclass
class
class
class
A matcher for event subscriptions with a process start event and specific process definition id and optional configuration (correlation parameter values).class
class
class
A matcher for event subscriptions with a case start event and specific case definition id and optional configuration (correlation parameter values).class
class
class
class
class
class
class
class
class
class
-
Uses of CachedEntityMatcher in org.flowable.identitylink.service.impl.persistence.entity.data.impl
Fields in org.flowable.identitylink.service.impl.persistence.entity.data.impl declared as CachedEntityMatcherModifier and TypeFieldDescriptionprotected CachedEntityMatcher<HistoricIdentityLinkEntity>
MybatisHistoricIdentityLinkDataManager.historicIdentityLinksByProcInstMatcher
protected CachedEntityMatcher<HistoricIdentityLinkEntity>
MybatisHistoricIdentityLinkDataManager.historicIdentityLinksByScopeIdAndTypeMatcher
protected CachedEntityMatcher<HistoricIdentityLinkEntity>
MybatisHistoricIdentityLinkDataManager.historicIdentityLinksBySubScopeIdAndTypeMatcher
protected CachedEntityMatcher<IdentityLinkEntity>
MybatisIdentityLinkDataManager.identityLinkByProcessInstanceMatcher
protected CachedEntityMatcher<IdentityLinkEntity>
MybatisIdentityLinkDataManager.identityLinksByProcessInstanceUserGroupAndTypeMatcher
protected CachedEntityMatcher<IdentityLinkEntity>
MybatisIdentityLinkDataManager.identityLinksByScopeIdAndTypeMatcher
protected CachedEntityMatcher<IdentityLinkEntity>
MybatisIdentityLinkDataManager.identityLinksByScopeIdScopeTypeUserGroupAndTypeMatcher
protected CachedEntityMatcher<IdentityLinkEntity>
MybatisIdentityLinkDataManager.identityLinksBySubScopeIdAndTypeMatcher
protected CachedEntityMatcher<IdentityLinkEntity>
MybatisIdentityLinkDataManager.identityLinksByTaskIdMatcher
-
Uses of CachedEntityMatcher in org.flowable.identitylink.service.impl.persistence.entity.data.impl.cachematcher
Classes in org.flowable.identitylink.service.impl.persistence.entity.data.impl.cachematcher that implement CachedEntityMatcherModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of CachedEntityMatcher in org.flowable.job.service.impl.persistence.entity.data.impl
Fields in org.flowable.job.service.impl.persistence.entity.data.impl declared as CachedEntityMatcherModifier and TypeFieldDescriptionprotected CachedEntityMatcher<DeadLetterJobEntity>
MybatisDeadLetterJobDataManager.deadLetterByExecutionIdMatcher
protected CachedEntityMatcher<ExternalWorkerJobEntity>
MybatisExternalWorkerJobDataManager.externalWorkerJobsByScopeIdAndSubScopeIdMatcher
protected CachedEntityMatcher<ExternalWorkerJobEntity>
MybatisExternalWorkerJobDataManager.jobsByExecutionIdMatcher
protected CachedEntityMatcher<JobEntity>
MybatisJobDataManager.jobsByExecutionIdMatcher
protected CachedEntityMatcher<SuspendedJobEntity>
MybatisSuspendedJobDataManager.suspendedJobsByExecutionIdMatcher
protected CachedEntityMatcher<TimerJobEntity>
MybatisTimerJobDataManager.timerJobsByExecutionIdMatcher
protected CachedEntityMatcher<TimerJobEntity>
MybatisTimerJobDataManager.timerJobsByScopeIdAndSubScopeIdMatcher
-
Uses of CachedEntityMatcher in org.flowable.job.service.impl.persistence.entity.data.impl.cachematcher
Classes in org.flowable.job.service.impl.persistence.entity.data.impl.cachematcher that implement CachedEntityMatcherModifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of CachedEntityMatcher in org.flowable.task.service.impl.persistence.entity.data.impl
Fields in org.flowable.task.service.impl.persistence.entity.data.impl declared as CachedEntityMatcherModifier and TypeFieldDescriptionprotected CachedEntityMatcher<TaskEntity>
MybatisTaskDataManager.tasksByExecutionIdMatcher
protected CachedEntityMatcher<TaskEntity>
MybatisTaskDataManager.tasksByProcessInstanceIdMatcher
protected CachedEntityMatcher<TaskEntity>
MybatisTaskDataManager.tasksByScopeIdAndScopeTypeMatcher
protected CachedEntityMatcher<TaskEntity>
MybatisTaskDataManager.tasksBySubScopeIdAndScopeTypeMatcher
-
Uses of CachedEntityMatcher in org.flowable.task.service.impl.persistence.entity.data.impl.cachematcher
Classes in org.flowable.task.service.impl.persistence.entity.data.impl.cachematcher that implement CachedEntityMatcherModifier and TypeClassDescriptionclass
class
class
class
-
Uses of CachedEntityMatcher in org.flowable.variable.service.impl
Classes in org.flowable.variable.service.impl that implement CachedEntityMatcher -
Uses of CachedEntityMatcher in org.flowable.variable.service.impl.persistence.entity.data.impl
Fields in org.flowable.variable.service.impl.persistence.entity.data.impl declared as CachedEntityMatcherModifier and TypeFieldDescriptionMybatisHistoricVariableInstanceDataManager.historicVariableInstanceByProcInstMatcher
MybatisHistoricVariableInstanceDataManager.historicVariableInstanceByScopeIdAndScopeTypeMatcher
MybatisHistoricVariableInstanceDataManager.historicVariableInstanceBySubScopeIdAndScopeTypeMatcher
MybatisHistoricVariableInstanceDataManager.historicVariableInstanceByTaskIdMatcher
protected CachedEntityMatcher<VariableInstanceEntity>
MybatisVariableInstanceDataManager.variableInstanceByExecutionIdMatcher
protected CachedEntityMatcher<VariableInstanceEntity>
MybatisVariableInstanceDataManager.variableInstanceByScopeIdAndScopeTypeMatcher
protected CachedEntityMatcher<VariableInstanceEntity>
MybatisVariableInstanceDataManager.variableInstanceByScopeIdAndScopeTypesMatcher
protected CachedEntityMatcher<VariableInstanceEntity>
MybatisVariableInstanceDataManager.variableInstanceBySubScopeIdAndScopeTypesMatcher
protected CachedEntityMatcher<VariableInstanceEntity>
MybatisVariableInstanceDataManager.variableInstanceByTaskIdMatcher
-
Uses of CachedEntityMatcher in org.flowable.variable.service.impl.persistence.entity.data.impl.cachematcher
Classes in org.flowable.variable.service.impl.persistence.entity.data.impl.cachematcher that implement CachedEntityMatcherModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class