Class VariableInstanceByScopeIdAndScopeTypeMatcher
java.lang.Object
org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcherAdapter<VariableInstanceEntity>
org.flowable.variable.service.impl.persistence.entity.data.impl.cachematcher.VariableInstanceByScopeIdAndScopeTypeMatcher
- All Implemented Interfaces:
CachedEntityMatcher<VariableInstanceEntity>
public class VariableInstanceByScopeIdAndScopeTypeMatcher
extends CachedEntityMatcherAdapter<VariableInstanceEntity>
- Author:
- Joram Barrez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisRetained(VariableInstanceEntity variableInstanceEntity, Object parameter) Methods inherited from class org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcherAdapter
isRetained
-
Constructor Details
-
VariableInstanceByScopeIdAndScopeTypeMatcher
public VariableInstanceByScopeIdAndScopeTypeMatcher()
-
-
Method Details
-
isRetained
- Specified by:
isRetainedin classCachedEntityMatcherAdapter<VariableInstanceEntity>
-