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