Uses of Class
io.graphenee.jbpm.embedded.flow.GxFlowUserTaskForm.GxTaskAction
-
Packages that use GxFlowUserTaskForm.GxTaskAction Package Description io.graphenee.jbpm.embedded.flow -
-
Uses of GxFlowUserTaskForm.GxTaskAction in io.graphenee.jbpm.embedded.flow
Methods in io.graphenee.jbpm.embedded.flow that return GxFlowUserTaskForm.GxTaskAction Modifier and Type Method Description static GxFlowUserTaskForm.GxTaskActionGxFlowUserTaskForm.GxTaskAction. valueOf(String name)Returns the enum constant of this type with the specified name.static GxFlowUserTaskForm.GxTaskAction[]GxFlowUserTaskForm.GxTaskAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.graphenee.jbpm.embedded.flow with parameters of type GxFlowUserTaskForm.GxTaskAction Modifier and Type Method Description voidGxFlowUserTaskForm.GxTaskActionListener. onAction(GxFlowUserTaskForm.GxTaskAction action, GxUserTask userTask, T entity)
-