Uses of Class
io.nflow.engine.workflow.instance.QueryWorkflowInstances
-
Packages that use QueryWorkflowInstances 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. -
-
Uses of QueryWorkflowInstances in io.nflow.engine.internal.dao
Methods in io.nflow.engine.internal.dao with parameters of type QueryWorkflowInstances Modifier and Type Method Description List<WorkflowInstance>WorkflowInstanceDao. queryWorkflowInstances(QueryWorkflowInstances query)Stream<WorkflowInstance>WorkflowInstanceDao. queryWorkflowInstancesAsStream(QueryWorkflowInstances query) -
Uses of QueryWorkflowInstances in io.nflow.engine.internal.workflow
Methods in io.nflow.engine.internal.workflow with parameters of type QueryWorkflowInstances Modifier and Type Method Description List<WorkflowInstance>StateExecutionImpl. queryChildWorkflows(QueryWorkflowInstances query) -
Uses of QueryWorkflowInstances in io.nflow.engine.service
Methods in io.nflow.engine.service with parameters of type QueryWorkflowInstances Modifier and Type Method 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. -
Uses of QueryWorkflowInstances in io.nflow.engine.workflow.definition
Methods in io.nflow.engine.workflow.definition with parameters of type QueryWorkflowInstances Modifier and Type Method Description List<WorkflowInstance>StateExecution. queryChildWorkflows(QueryWorkflowInstances query)Return child workflow instances for current workflow. -
Uses of QueryWorkflowInstances in io.nflow.engine.workflow.instance
Methods in io.nflow.engine.workflow.instance that return QueryWorkflowInstances Modifier and Type Method Description QueryWorkflowInstancesQueryWorkflowInstances.Builder. build()Create the workflow instance query object.Constructors in io.nflow.engine.workflow.instance with parameters of type QueryWorkflowInstances Constructor Description Builder(QueryWorkflowInstances copy)
-