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