Uses of Class
com.orchestranetworks.workflow.UserTask.UserTaskMode
-
Packages that use UserTask.UserTaskMode Package Description com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of UserTask.UserTaskMode in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return UserTask.UserTaskMode Modifier and Type Method Description UserTask.UserTaskModeProcessInstanceStep. getUserTaskMode()Returns the user task mode ornullif this step is not a user task.UserTask.UserTaskModeUserTaskCreationContext. getUserTaskMode()Returns the user task mode.static UserTask.UserTaskModeUserTask.UserTaskMode. valueOf(String name)Returns the enum constant of this type with the specified name.static UserTask.UserTaskMode[]UserTask.UserTaskMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-