Class EventSubscriptionsByExecutionAndTypeMatcher
- java.lang.Object
-
- org.activiti.engine.impl.persistence.CachedEntityMatcherAdapter<EventSubscriptionEntity>
-
- org.activiti.engine.impl.persistence.entity.data.impl.cachematcher.EventSubscriptionsByExecutionAndTypeMatcher
-
- All Implemented Interfaces:
CachedEntityMatcher<EventSubscriptionEntity>
public class EventSubscriptionsByExecutionAndTypeMatcher extends CachedEntityMatcherAdapter<EventSubscriptionEntity>
-
-
Constructor Summary
Constructors Constructor Description EventSubscriptionsByExecutionAndTypeMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRetained(EventSubscriptionEntity eventSubscriptionEntity, java.lang.Object parameter)-
Methods inherited from class org.activiti.engine.impl.persistence.CachedEntityMatcherAdapter
isRetained
-
-
-
-
Method Detail
-
isRetained
public boolean isRetained(EventSubscriptionEntity eventSubscriptionEntity, java.lang.Object parameter)
- Specified by:
isRetainedin classCachedEntityMatcherAdapter<EventSubscriptionEntity>
-
-