Uses of Enum Class
org.flowable.job.service.HistoryJobProcessorContext.Phase
Packages that use HistoryJobProcessorContext.Phase
Package
Description
-
Uses of HistoryJobProcessorContext.Phase in org.flowable.job.service
Methods in org.flowable.job.service that return HistoryJobProcessorContext.PhaseModifier and TypeMethodDescriptionHistoryJobProcessorContext.getPhase()
Get the history job phase.Returns the enum constant of this class with the specified name.static HistoryJobProcessorContext.Phase[]
HistoryJobProcessorContext.Phase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flowable.job.service with parameters of type HistoryJobProcessorContext.PhaseModifier and TypeMethodDescriptionboolean
HistoryJobProcessorContext.isInPhase
(HistoryJobProcessorContext.Phase phase) Returnstrue
if theHistoryJobProcessorContext
is in the specified phase, false otherwise. -
Uses of HistoryJobProcessorContext.Phase in org.flowable.job.service.impl
Fields in org.flowable.job.service.impl declared as HistoryJobProcessorContext.PhaseModifier and TypeFieldDescriptionprotected final HistoryJobProcessorContext.Phase
HistoryJobProcessorContextImpl.phase
Methods in org.flowable.job.service.impl that return HistoryJobProcessorContext.PhaseMethods in org.flowable.job.service.impl with parameters of type HistoryJobProcessorContext.PhaseModifier and TypeMethodDescriptionboolean
HistoryJobProcessorContextImpl.isInPhase
(HistoryJobProcessorContext.Phase phase) Constructors in org.flowable.job.service.impl with parameters of type HistoryJobProcessorContext.PhaseModifierConstructorDescriptionHistoryJobProcessorContextImpl
(HistoryJobProcessorContext.Phase phase, HistoryJobEntity historyJobEntity) -
Uses of HistoryJobProcessorContext.Phase in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type HistoryJobProcessorContext.PhaseModifier and TypeMethodDescriptionprotected void
DefaultJobManager.callHistoryJobProcessors
(HistoryJobProcessorContext.Phase processorType, HistoryJobEntity historyJobEntity) -
Uses of HistoryJobProcessorContext.Phase in org.flowable.job.service.impl.util
Methods in org.flowable.job.service.impl.util with parameters of type HistoryJobProcessorContext.PhaseModifier and TypeMethodDescriptionstatic void
JobProcessorUtil.callHistoryJobProcessors
(JobServiceConfiguration jobServiceConfiguration, HistoryJobProcessorContext.Phase processorType, HistoryJobEntity historyJobEntity)