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 ProcessExecutorOrchestraServicesImpl. 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 interfaceProcessExecutorPluginPlugin d'execution des processus orchestra.Classes in io.vertigo.orchestra.impl.services.execution that implement ProcessExecutor Modifier and Type Class Description classProcessExecutorImpl -
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 voidProcessSchedulerPlugin. 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 classDbProcessExecutorPluginExecuteur 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 classMemoryProcessExecutorPluginExecuteur 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 voidDbProcessSchedulerPlugin. 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 voidMemoryProcessSchedulerPlugin. 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 ProcessExecutorOrchestraServices. getExecutor()Executes the processes (scheduled or manual)
-