| Package | Description |
|---|---|
| io.nflow.engine.internal.dao | |
| io.nflow.engine.internal.workflow | |
| io.nflow.engine.service |
Services for for managing and querying nFlow engine during runtime.
|
| io.nflow.engine.workflow.definition |
Classes and interfaces for describing and implementing workflow definitions.
|
| io.nflow.engine.workflow.instance |
Classes for describing and constructing workflow instances.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowInstance> |
WorkflowInstanceDao.queryWorkflowInstances(QueryWorkflowInstances query) |
Stream<WorkflowInstance> |
WorkflowInstanceDao.queryWorkflowInstancesAsStream(QueryWorkflowInstances query) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowInstance> |
StateExecutionImpl.queryChildWorkflows(QueryWorkflowInstances query) |
| Modifier and Type | Method and Description |
|---|---|
Collection<WorkflowInstance> |
WorkflowInstanceService.listWorkflowInstances(QueryWorkflowInstances query)
Return workflow instances matching the given query.
|
Stream<WorkflowInstance> |
WorkflowInstanceService.listWorkflowInstancesAsStream(QueryWorkflowInstances query)
Return workflow instances matching the given query.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowInstance> |
StateExecution.queryChildWorkflows(QueryWorkflowInstances query)
Return child workflow instances for current workflow.
|
| Modifier and Type | Method and Description |
|---|---|
QueryWorkflowInstances |
QueryWorkflowInstances.Builder.build()
Create the workflow instance query object.
|
| Constructor and Description |
|---|
Builder(QueryWorkflowInstances copy) |
Copyright © 2014–2020 Nitor Creations. All rights reserved.