Uses of Class
io.nflow.engine.workflow.instance.WorkflowInstanceFactory
-
Packages that use WorkflowInstanceFactory Package Description io.nflow.engine.internal.dao io.nflow.engine.internal.workflow -
-
Uses of WorkflowInstanceFactory in io.nflow.engine.internal.dao
Constructors in io.nflow.engine.internal.dao with parameters of type WorkflowInstanceFactory Constructor Description WorkflowInstanceDao(SQLVariants sqlVariants, JdbcTemplate nflowJdbcTemplate, TransactionTemplate transactionTemplate, NamedParameterJdbcTemplate nflowNamedParameterJdbcTemplate, ExecutorDao executorDao, WorkflowInstanceExecutor workflowInstanceExecutor, WorkflowInstanceFactory workflowInstanceFactory, Environment env) -
Uses of WorkflowInstanceFactory in io.nflow.engine.internal.workflow
Fields in io.nflow.engine.internal.workflow declared as WorkflowInstanceFactory Modifier and Type Field Description protected WorkflowInstanceFactoryMaintenanceWorkflowStarter. workflowInstanceFactoryConstructors in io.nflow.engine.internal.workflow with parameters of type WorkflowInstanceFactory Constructor Description MaintenanceWorkflowStarter(Environment env, WorkflowInstanceService instanceService, WorkflowInstanceFactory workflowInstanceFactory)
-