Class CachedEntityMatcherAdapter<EntityImpl extends Entity>

java.lang.Object
org.activiti.engine.impl.persistence.CachedEntityMatcherAdapter<EntityImpl>
All Implemented Interfaces:
CachedEntityMatcher<EntityImpl>
Direct Known Subclasses:
DeadLetterJobsByExecutionIdMatcher, EventSubscriptionsByExecutionAndTypeMatcher, EventSubscriptionsByExecutionIdMatcher, EventSubscriptionsByNameMatcher, EventSubscriptionsByProcInstTypeAndActivityMatcher, ExecutionByProcessInstanceMatcher, ExecutionsByParentExecutionIdAndActivityIdEntityMatcher, ExecutionsByParentExecutionIdEntityMatcher, ExecutionsByProcessInstanceIdEntityMatcher, ExecutionsByRootProcessInstanceMatcher, HistoricIdentityLinksByProcInstMatcher, HistoricVariableInstanceByProcInstMatcher, HistoricVariableInstanceByTaskIdMatcher, IdentityLinksByProcInstMatcher, InactiveExecutionsByProcInstMatcher, InactiveExecutionsInActivityAndProcInstMatcher, InactiveExecutionsInActivityMatcher, JobsByExecutionIdMatcher, MessageEventSubscriptionsByProcInstAndEventNameMatcher, ProcessInstancesByProcessDefinitionMatcher, SignalEventSubscriptionByEventNameMatcher, SignalEventSubscriptionByNameAndExecutionMatcher, SignalEventSubscriptionByProcInstAndEventNameMatcher, SuspendedJobsByExecutionIdMatcher, TasksByExecutionIdMatcher, TimerJobsByExecutionIdMatcher, UnfinishedHistoricActivityInstanceMatcher, VariableByExecutionIdMatcher

public abstract class CachedEntityMatcherAdapter<EntityImpl extends Entity> extends Object implements CachedEntityMatcher<EntityImpl>
  • Constructor Details

    • CachedEntityMatcherAdapter

      public CachedEntityMatcherAdapter()
  • Method Details