Uses of Class
org.flowable.job.service.JobProcessorContext.Phase
-
Packages that use JobProcessorContext.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 JobProcessorContext.Phase in org.flowable.job.service
Methods in org.flowable.job.service that return JobProcessorContext.Phase Modifier and Type Method Description JobProcessorContext.PhaseJobProcessorContext. getPhase()Get the job phase.static JobProcessorContext.PhaseJobProcessorContext.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.Methods in org.flowable.job.service with parameters of type JobProcessorContext.Phase Modifier and Type Method Description booleanJobProcessorContext. isInPhase(JobProcessorContext.Phase phase)Returnstrueif theJobProcessorContextis in the specified phase, false otherwise. -
Uses of JobProcessorContext.Phase in org.flowable.job.service.impl
Fields in org.flowable.job.service.impl declared as JobProcessorContext.Phase Modifier and Type Field Description protected JobProcessorContext.PhaseJobProcessorContextImpl. phaseMethods in org.flowable.job.service.impl that return JobProcessorContext.Phase Modifier and Type Method Description JobProcessorContext.PhaseJobProcessorContextImpl. getPhase()Methods in org.flowable.job.service.impl with parameters of type JobProcessorContext.Phase Modifier and Type Method Description booleanJobProcessorContextImpl. isInPhase(JobProcessorContext.Phase phase)Constructors in org.flowable.job.service.impl with parameters of type JobProcessorContext.Phase Constructor Description JobProcessorContextImpl(JobProcessorContext.Phase phase, AbstractJobEntity jobEntity) -
Uses of JobProcessorContext.Phase in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type JobProcessorContext.Phase Modifier and Type Method Description protected voidDefaultJobManager. callJobProcessors(JobProcessorContext.Phase processorType, AbstractJobEntity abstractJobEntity) -
Uses of JobProcessorContext.Phase in org.flowable.job.service.impl.util
Methods in org.flowable.job.service.impl.util with parameters of type JobProcessorContext.Phase Modifier and Type Method Description static voidJobProcessorUtil. callJobProcessors(JobServiceConfiguration jobServiceConfiguration, JobProcessorContext.Phase processorType, AbstractJobEntity abstractJobEntity)
-