Class SubProcessInstanceExecutionBySuperExecutionIdMatcher
- java.lang.Object
-
- org.activiti.engine.impl.persistence.entity.data.impl.cachematcher.SubProcessInstanceExecutionBySuperExecutionIdMatcher
-
- All Implemented Interfaces:
SingleCachedEntityMatcher<ExecutionEntity>
public class SubProcessInstanceExecutionBySuperExecutionIdMatcher extends java.lang.Object implements SingleCachedEntityMatcher<ExecutionEntity>
-
-
Constructor Summary
Constructors Constructor Description SubProcessInstanceExecutionBySuperExecutionIdMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRetained(ExecutionEntity executionEntity, java.lang.Object parameter)
-
-
-
Method Detail
-
isRetained
public boolean isRetained(ExecutionEntity executionEntity, java.lang.Object parameter)
- Specified by:
isRetainedin interfaceSingleCachedEntityMatcher<ExecutionEntity>
-
-