Uses of Enum Class
io.nflow.engine.service.WorkflowInstanceInclude
Packages that use WorkflowInstanceInclude
Package
Description
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 WorkflowInstanceIncludeModifier and TypeMethodDescriptionWorkflowInstanceDao.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 WorkflowInstanceIncludeModifier and TypeMethodDescriptionstatic WorkflowInstanceIncludeReturns the enum constant of this class with the specified name.static WorkflowInstanceInclude[]WorkflowInstanceInclude.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in io.nflow.engine.service with type arguments of type WorkflowInstanceIncludeModifier and TypeMethodDescriptionWorkflowInstanceService.getWorkflowInstance(long id, Set<WorkflowInstanceInclude> includes, Long maxActions) Return the workflow instance matching the given id.WorkflowInstanceService.getWorkflowInstance(long id, Set<WorkflowInstanceInclude> includes, Long maxActions, boolean queryArchive) Return the workflow instance matching the given id.