Uses of Class
io.nflow.engine.service.WorkflowInstanceInclude
-
Packages that use WorkflowInstanceInclude Package Description io.nflow.engine.internal.dao io.nflow.engine.service Services for for managing and querying nFlow engine during runtime. -
-
Uses of WorkflowInstanceInclude in io.nflow.engine.internal.dao
Method parameters in io.nflow.engine.internal.dao with type arguments of type WorkflowInstanceInclude Modifier and Type Method Description WorkflowInstanceWorkflowInstanceDao. getWorkflowInstance(long id, Set<WorkflowInstanceInclude> includes, Long maxActions, boolean queryArchive) -
Uses of WorkflowInstanceInclude in io.nflow.engine.service
Methods in io.nflow.engine.service that return WorkflowInstanceInclude Modifier and Type Method Description static WorkflowInstanceIncludeWorkflowInstanceInclude. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowInstanceInclude[]WorkflowInstanceInclude. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in io.nflow.engine.service with type arguments of type WorkflowInstanceInclude Modifier and Type Method Description WorkflowInstanceWorkflowInstanceService. getWorkflowInstance(long id, Set<WorkflowInstanceInclude> includes, Long maxActions)Return the workflow instance matching the given id.WorkflowInstanceWorkflowInstanceService. getWorkflowInstance(long id, Set<WorkflowInstanceInclude> includes, Long maxActions, boolean queryArchive)Return the workflow instance matching the given id.
-