Uses of Interface
io.vertigo.orchestra.services.execution.ProcessExecutor
Packages that use ProcessExecutor
Package
Description
-
Uses of ProcessExecutor in io.vertigo.orchestra.impl.services
Methods in io.vertigo.orchestra.impl.services that return ProcessExecutorModifier and TypeMethodDescriptionOrchestraServicesImpl.getExecutor()Executes the processes (scheduled or manual) -
Uses of ProcessExecutor in io.vertigo.orchestra.impl.services.execution
Subinterfaces of ProcessExecutor in io.vertigo.orchestra.impl.services.executionModifier and TypeInterfaceDescriptioninterfacePlugin d'execution des processus orchestra.Classes in io.vertigo.orchestra.impl.services.execution that implement ProcessExecutor -
Uses of ProcessExecutor in io.vertigo.orchestra.impl.services.schedule
Methods in io.vertigo.orchestra.impl.services.schedule with parameters of type ProcessExecutorModifier and TypeMethodDescriptionvoidProcessSchedulerPlugin.setProcessExecutor(ProcessExecutor processExecutor) Constructors in io.vertigo.orchestra.impl.services.schedule with parameters of type ProcessExecutorModifierConstructorDescriptionProcessSchedulerImpl(List<ProcessSchedulerPlugin> schedulerPlugins, ProcessExecutor processExecutor) Constructeur. -
Uses of ProcessExecutor in io.vertigo.orchestra.plugins.services.execution.db
Classes in io.vertigo.orchestra.plugins.services.execution.db that implement ProcessExecutorModifier and TypeClassDescriptionfinal classExecuteur des processus orchestra sous la forme d'une séquence linéaire d'activités. -
Uses of ProcessExecutor in io.vertigo.orchestra.plugins.services.execution.memory
Classes in io.vertigo.orchestra.plugins.services.execution.memory that implement ProcessExecutorModifier and TypeClassDescriptionclassExecuteur de processus non supervisés. -
Uses of ProcessExecutor in io.vertigo.orchestra.plugins.services.schedule.db
Methods in io.vertigo.orchestra.plugins.services.schedule.db with parameters of type ProcessExecutorModifier and TypeMethodDescriptionvoidDbProcessSchedulerPlugin.setProcessExecutor(ProcessExecutor processExecutor) -
Uses of ProcessExecutor in io.vertigo.orchestra.plugins.services.schedule.memory
Methods in io.vertigo.orchestra.plugins.services.schedule.memory with parameters of type ProcessExecutorModifier and TypeMethodDescriptionvoidMemoryProcessSchedulerPlugin.setProcessExecutor(ProcessExecutor processExecutor) -
Uses of ProcessExecutor in io.vertigo.orchestra.services
Methods in io.vertigo.orchestra.services that return ProcessExecutorModifier and TypeMethodDescriptionOrchestraServices.getExecutor()Executes the processes (scheduled or manual)