| Package | Description |
|---|---|
| org.flowable.job.service | |
| org.flowable.job.service.impl | |
| org.flowable.job.service.impl.asyncexecutor |
| Modifier and Type | Method and Description |
|---|---|
JobProcessorContext.Phase |
JobProcessorContext.getPhase()
Get the job phase.
|
static JobProcessorContext.Phase |
JobProcessorContext.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobProcessorContext.Phase[] |
JobProcessorContext.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JobProcessorContext.isInPhase(JobProcessorContext.Phase phase)
Returns
true if the JobProcessorContext is in the specified phase, false otherwise. |
| Modifier and Type | Field and Description |
|---|---|
protected JobProcessorContext.Phase |
JobProcessorContextImpl.phase |
| Modifier and Type | Method and Description |
|---|---|
JobProcessorContext.Phase |
JobProcessorContextImpl.getPhase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JobProcessorContextImpl.isInPhase(JobProcessorContext.Phase phase) |
| Constructor and Description |
|---|
JobProcessorContextImpl(JobProcessorContext.Phase phase,
AbstractJobEntity jobEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultJobManager.callJobProcessors(JobProcessorContext.Phase processorType,
AbstractJobEntity abstractJobEntity) |
Copyright © 2018 Flowable. All rights reserved.