Class JobThresholdExecutionProcessor
java.lang.Object
com.flowable.platform.engine.impl.sandbox.job.JobThresholdExecutionProcessor
- All Implemented Interfaces:
org.flowable.job.service.JobProcessor
public class JobThresholdExecutionProcessor
extends Object
implements org.flowable.job.service.JobProcessor
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(org.flowable.job.service.JobProcessorContext jobProcessorContext) protected void
processBeforeCreateRuntimeJob
(org.flowable.job.service.impl.persistence.entity.AbstractRuntimeJobEntity runtimeJob, int maxAllowedElementRepetitions) protected void
processBeforeExecuteRuntimeJob
(org.flowable.job.service.impl.persistence.entity.AbstractRuntimeJobEntity runtimeJob, int maxAllowedElementRepetitions)
-
Constructor Details
-
JobThresholdExecutionProcessor
public JobThresholdExecutionProcessor()
-
-
Method Details
-
process
public void process(org.flowable.job.service.JobProcessorContext jobProcessorContext) - Specified by:
process
in interfaceorg.flowable.job.service.JobProcessor
-
processBeforeExecuteRuntimeJob
protected void processBeforeExecuteRuntimeJob(org.flowable.job.service.impl.persistence.entity.AbstractRuntimeJobEntity runtimeJob, int maxAllowedElementRepetitions) -
processBeforeCreateRuntimeJob
protected void processBeforeCreateRuntimeJob(org.flowable.job.service.impl.persistence.entity.AbstractRuntimeJobEntity runtimeJob, int maxAllowedElementRepetitions)
-