Uses of Class
org.flowable.job.service.HistoryJobProcessorContext.Phase
-
Packages that use HistoryJobProcessorContext.Phase Package Description org.flowable.job.service org.flowable.job.service.impl org.flowable.job.service.impl.asyncexecutor org.flowable.job.service.impl.util -
-
Uses of HistoryJobProcessorContext.Phase in org.flowable.job.service
Methods in org.flowable.job.service that return HistoryJobProcessorContext.Phase Modifier and Type Method Description HistoryJobProcessorContext.PhaseHistoryJobProcessorContext. getPhase()Get the history job phase.static HistoryJobProcessorContext.PhaseHistoryJobProcessorContext.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.Methods in org.flowable.job.service with parameters of type HistoryJobProcessorContext.Phase Modifier and Type Method Description booleanHistoryJobProcessorContext. isInPhase(HistoryJobProcessorContext.Phase phase)Returnstrueif theHistoryJobProcessorContextis 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.Phase Modifier and Type Field Description protected HistoryJobProcessorContext.PhaseHistoryJobProcessorContextImpl. phaseMethods in org.flowable.job.service.impl that return HistoryJobProcessorContext.Phase Modifier and Type Method Description HistoryJobProcessorContext.PhaseHistoryJobProcessorContextImpl. getPhase()Methods in org.flowable.job.service.impl with parameters of type HistoryJobProcessorContext.Phase Modifier and Type Method Description booleanHistoryJobProcessorContextImpl. isInPhase(HistoryJobProcessorContext.Phase phase)Constructors in org.flowable.job.service.impl with parameters of type HistoryJobProcessorContext.Phase Constructor Description HistoryJobProcessorContextImpl(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.Phase Modifier and Type Method Description protected voidDefaultJobManager. 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.Phase Modifier and Type Method Description static voidJobProcessorUtil. callHistoryJobProcessors(JobServiceConfiguration jobServiceConfiguration, HistoryJobProcessorContext.Phase processorType, HistoryJobEntity historyJobEntity)
-