| 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.
|
| Constructor and Description |
|---|
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) |
| Constructor and Description |
|---|
WorkflowDispatcher(WorkflowInstanceExecutor executor,
WorkflowInstanceDao workflowInstances,
WorkflowStateProcessorFactory stateProcessorFactory,
WorkflowDefinitionService workflowDefinitions,
ExecutorDao executorDao,
Environment env) |
| Constructor and Description |
|---|
WorkflowExecutorService(ExecutorDao executorDao) |
Copyright © 2014–2020 Nitor Creations. All rights reserved.