Uses of Class
com.mindee.parsing.common.ExecutionPriority
-
Packages that use ExecutionPriority Package Description com.mindee com.mindee.parsing.common -
-
Uses of ExecutionPriority in com.mindee
Methods in com.mindee that return ExecutionPriority Modifier and Type Method Description ExecutionPriority
WorkflowOptions. getPriority()
Priority to give to the execution.Methods in com.mindee with parameters of type ExecutionPriority Modifier and Type Method Description WorkflowOptions.WorkflowOptionsBuilder
WorkflowOptions.WorkflowOptionsBuilder. priority(ExecutionPriority priority)
-
Uses of ExecutionPriority in com.mindee.parsing.common
Methods in com.mindee.parsing.common that return ExecutionPriority Modifier and Type Method Description static ExecutionPriority
ExecutionPriority. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionPriority[]
ExecutionPriority. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-