Class MybatisSentryPartInstanceDataManagerImpl.SentryPartByCaseInstanceIdEntityMatcher
- java.lang.Object
-
- org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcherAdapter<SentryPartInstanceEntity>
-
- org.flowable.cmmn.engine.impl.persistence.entity.data.impl.MybatisSentryPartInstanceDataManagerImpl.SentryPartByCaseInstanceIdEntityMatcher
-
- All Implemented Interfaces:
CachedEntityMatcher<SentryPartInstanceEntity>
- Enclosing class:
- MybatisSentryPartInstanceDataManagerImpl
public static class MybatisSentryPartInstanceDataManagerImpl.SentryPartByCaseInstanceIdEntityMatcher extends CachedEntityMatcherAdapter<SentryPartInstanceEntity>
-
-
Constructor Summary
Constructors Constructor Description SentryPartByCaseInstanceIdEntityMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRetained(SentryPartInstanceEntity sentryPartInstanceEntity, Object param)-
Methods inherited from class org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcherAdapter
isRetained
-
-
-
-
Method Detail
-
isRetained
public boolean isRetained(SentryPartInstanceEntity sentryPartInstanceEntity, Object param)
- Specified by:
isRetainedin classCachedEntityMatcherAdapter<SentryPartInstanceEntity>
-
-