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