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