| Package | Description |
|---|---|
| org.flowable.job.service | |
| org.flowable.job.service.impl | |
| org.flowable.job.service.impl.asyncexecutor |
| Modifier and Type | Method and Description |
|---|---|
HistoryJobProcessorContext.Phase |
HistoryJobProcessorContext.getPhase()
Get the history job phase.
|
static HistoryJobProcessorContext.Phase |
HistoryJobProcessorContext.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryJobProcessorContext.Phase[] |
HistoryJobProcessorContext.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 |
HistoryJobProcessorContext.isInPhase(HistoryJobProcessorContext.Phase phase)
Returns
true if the HistoryJobProcessorContext is in the specified phase, false otherwise. |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryJobProcessorContext.Phase |
HistoryJobProcessorContextImpl.phase |
| Modifier and Type | Method and Description |
|---|---|
HistoryJobProcessorContext.Phase |
HistoryJobProcessorContextImpl.getPhase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HistoryJobProcessorContextImpl.isInPhase(HistoryJobProcessorContext.Phase phase) |
| Constructor and Description |
|---|
HistoryJobProcessorContextImpl(HistoryJobProcessorContext.Phase phase,
HistoryJobEntity historyJobEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultJobManager.callHistoryJobProcessors(HistoryJobProcessorContext.Phase processorType,
HistoryJobEntity historyJobEntity) |
Copyright © 2020 Flowable. All rights reserved.