Class JobByCorrelationIdMatcher<E extends AbstractRuntimeJobEntity>
- java.lang.Object
-
- org.flowable.job.service.impl.persistence.entity.data.impl.cachematcher.JobByCorrelationIdMatcher<E>
-
- All Implemented Interfaces:
SingleCachedEntityMatcher<E>
public class JobByCorrelationIdMatcher<E extends AbstractRuntimeJobEntity> extends Object implements SingleCachedEntityMatcher<E>
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description JobByCorrelationIdMatcher()
-
-
-
Method Detail
-
isRetained
public boolean isRetained(E jobEntity, Object parameter)
- Specified by:
isRetainedin interfaceSingleCachedEntityMatcher<E extends AbstractRuntimeJobEntity>
-
-