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