Class EventSubscriptionsByScopeDefinitionIdAndScopeStartEventMatcher
java.lang.Object
org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcherAdapter<EventSubscriptionEntity>
org.flowable.eventsubscription.service.impl.persistence.entity.data.impl.cachematcher.EventSubscriptionsByScopeDefinitionIdAndScopeStartEventMatcher
- All Implemented Interfaces:
CachedEntityMatcher<EventSubscriptionEntity>
public class EventSubscriptionsByScopeDefinitionIdAndScopeStartEventMatcher
extends CachedEntityMatcherAdapter<EventSubscriptionEntity>
A matcher for event subscriptions with a case start event and specific case definition id and optional configuration (correlation parameter values).
- Author:
- Micha Kiener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisRetained(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) Methods inherited from class org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcherAdapter
isRetained
-
Constructor Details
-
EventSubscriptionsByScopeDefinitionIdAndScopeStartEventMatcher
public EventSubscriptionsByScopeDefinitionIdAndScopeStartEventMatcher()
-
-
Method Details
-
isRetained
- Specified by:
isRetainedin classCachedEntityMatcherAdapter<EventSubscriptionEntity>
-