Class VariableInstanceByTaskIdMatcher
java.lang.Object
org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcherAdapter<VariableInstanceEntity>
org.flowable.variable.service.impl.persistence.entity.data.impl.cachematcher.VariableInstanceByTaskIdMatcher
- All Implemented Interfaces:
CachedEntityMatcher<VariableInstanceEntity>
public class VariableInstanceByTaskIdMatcher
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
-
VariableInstanceByTaskIdMatcher
public VariableInstanceByTaskIdMatcher()
-
-
Method Details
-
isRetained
- Specified by:
isRetainedin classCachedEntityMatcherAdapter<VariableInstanceEntity>
-