Uses of Class
io.nflow.engine.internal.dao.ExecutorDao
-
Packages that use ExecutorDao Package Description io.nflow.engine.internal.dao io.nflow.engine.internal.executor io.nflow.engine.service Services for for managing and querying nFlow engine during runtime. -
-
Uses of ExecutorDao in io.nflow.engine.internal.dao
Constructors in io.nflow.engine.internal.dao with parameters of type ExecutorDao Constructor Description MaintenanceDao(SQLVariants sqlVariants, JdbcTemplate jdbcTemplate, ExecutorDao executorDao, NamedParameterJdbcTemplate nflowNamedParameterJdbcTemplate)StatisticsDao(JdbcTemplate jdbcTemplate, ExecutorDao executorDao)WorkflowDefinitionDao(SQLVariants sqlVariants, NamedParameterJdbcTemplate nflowNamedParameterJdbcTemplate, com.fasterxml.jackson.databind.ObjectMapper nflowObjectMapper, ExecutorDao executorDao)WorkflowInstanceDao(SQLVariants sqlVariants, JdbcTemplate nflowJdbcTemplate, TransactionTemplate transactionTemplate, NamedParameterJdbcTemplate nflowNamedParameterJdbcTemplate, ExecutorDao executorDao, WorkflowInstanceExecutor workflowInstanceExecutor, WorkflowInstanceFactory workflowInstanceFactory, Environment env) -
Uses of ExecutorDao in io.nflow.engine.internal.executor
Constructors in io.nflow.engine.internal.executor with parameters of type ExecutorDao Constructor Description WorkflowDispatcher(WorkflowInstanceExecutor executor, WorkflowInstanceDao workflowInstances, WorkflowStateProcessorFactory stateProcessorFactory, WorkflowDefinitionService workflowDefinitions, ExecutorDao executorDao, DispatcherExceptionAnalyzer exceptionAnalyzer, NflowLogger nflowLogger, Environment env) -
Uses of ExecutorDao in io.nflow.engine.service
Constructors in io.nflow.engine.service with parameters of type ExecutorDao Constructor Description WorkflowExecutorService(ExecutorDao executorDao)
-