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