public interface JobProcessorContext
JobProcessor. It holds the job phase and the
job entity.JobProcessorContext.Phase| Modifier and Type | Interface and Description |
|---|---|
static class |
JobProcessorContext.Phase
The job phases.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractJobEntity |
getJobEntity()
Get the job entity.
|
JobProcessorContext.Phase |
getPhase()
Get the job phase.
|
boolean |
isInPhase(JobProcessorContext.Phase phase)
Returns
true if the JobProcessorContext is in the specified phase, false otherwise. |
JobProcessorContext.Phase getPhase()
AbstractJobEntity getJobEntity()
boolean isInPhase(JobProcessorContext.Phase phase)
true if the JobProcessorContext is in the specified phase, false otherwise.phase - the phase to checktrue if the JobProcessorContext is in the specified phase, false otherwise.Copyright © 2020 Flowable. All rights reserved.