Uses of Interface
io.vertigo.orchestra.definitions.OrchestraDefinitionManager
-
-
Uses of OrchestraDefinitionManager in io.vertigo.orchestra.impl.definitions
Classes in io.vertigo.orchestra.impl.definitions that implement OrchestraDefinitionManager Modifier and Type Class Description class
OrchestraDefinitionManagerImpl
Implémentation du manager des définitions de processus Orchestra. -
Uses of OrchestraDefinitionManager in io.vertigo.orchestra.plugins.services.schedule.db
Constructors in io.vertigo.orchestra.plugins.services.schedule.db with parameters of type OrchestraDefinitionManager Constructor Description DbProcessSchedulerPlugin(ONodeManager nodeManager, VTransactionManager transactionManager, OrchestraDefinitionManager definitionManager, String nodeName, Optional<Integer> planningPeriodSecondsOpt, Optional<Integer> forecastDurationSecondsOpt)
Constructeur. -
Uses of OrchestraDefinitionManager in io.vertigo.orchestra.plugins.services.schedule.memory
Constructors in io.vertigo.orchestra.plugins.services.schedule.memory with parameters of type OrchestraDefinitionManager Constructor Description MemoryProcessSchedulerPlugin(OrchestraDefinitionManager orchestraDefinitionManager)
-