Class ExternalWorkerJobsByScopeIdAndSubScopeIdMatcher
- java.lang.Object
-
- org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcherAdapter<ExternalWorkerJobEntity>
-
- org.flowable.job.service.impl.persistence.entity.data.impl.cachematcher.ExternalWorkerJobsByScopeIdAndSubScopeIdMatcher
-
- All Implemented Interfaces:
CachedEntityMatcher<ExternalWorkerJobEntity>
public class ExternalWorkerJobsByScopeIdAndSubScopeIdMatcher extends CachedEntityMatcherAdapter<ExternalWorkerJobEntity>
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description ExternalWorkerJobsByScopeIdAndSubScopeIdMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRetained(ExternalWorkerJobEntity jobEntity, Object param)-
Methods inherited from class org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcherAdapter
isRetained
-
-
-
-
Method Detail
-
isRetained
public boolean isRetained(ExternalWorkerJobEntity jobEntity, Object param)
- Specified by:
isRetainedin classCachedEntityMatcherAdapter<ExternalWorkerJobEntity>
-
-