Uses of Interface
io.vertigo.orchestra.services.execution.ProcessExecutor
-
-
Uses of ProcessExecutor in io.vertigo.orchestra.impl.services
Methods in io.vertigo.orchestra.impl.services that return ProcessExecutor Modifier and Type Method Description ProcessExecutor
OrchestraServicesImpl. 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.execution Modifier and Type Interface Description interface
ProcessExecutorPlugin
Plugin d'execution des processus orchestra.Classes in io.vertigo.orchestra.impl.services.execution that implement ProcessExecutor Modifier and Type Class Description class
ProcessExecutorImpl
-
Uses of ProcessExecutor in io.vertigo.orchestra.impl.services.schedule
Methods in io.vertigo.orchestra.impl.services.schedule with parameters of type ProcessExecutor Modifier and Type Method Description void
ProcessSchedulerPlugin. setProcessExecutor(ProcessExecutor processExecutor)
Constructors in io.vertigo.orchestra.impl.services.schedule with parameters of type ProcessExecutor Constructor Description ProcessSchedulerImpl(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 ProcessExecutor Modifier and Type Class Description class
DbProcessExecutorPlugin
Executeur 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 ProcessExecutor Modifier and Type Class Description class
MemoryProcessExecutorPlugin
Executeur 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 ProcessExecutor Modifier and Type Method Description void
DbProcessSchedulerPlugin. 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 ProcessExecutor Modifier and Type Method Description void
MemoryProcessSchedulerPlugin. setProcessExecutor(ProcessExecutor processExecutor)
-
Uses of ProcessExecutor in io.vertigo.orchestra.services
Methods in io.vertigo.orchestra.services that return ProcessExecutor Modifier and Type Method Description ProcessExecutor
OrchestraServices. getExecutor()
Executes the processes (scheduled or manual)
-