Uses of Interface
io.graphenee.jbpm.embedded.flow.GxFlowUserTaskForm.GxUserTaskHandler
-
Packages that use GxFlowUserTaskForm.GxUserTaskHandler Package Description io.graphenee.jbpm.embedded.flow -
-
Uses of GxFlowUserTaskForm.GxUserTaskHandler in io.graphenee.jbpm.embedded.flow
Methods in io.graphenee.jbpm.embedded.flow with parameters of type GxFlowUserTaskForm.GxUserTaskHandler Modifier and Type Method Description protected voidGxFlowUserTaskForm. onApprove(Map<String,Object> taskData, T entity, GxFlowUserTaskForm.GxUserTaskHandler handler)protected voidGxFlowUserTaskForm. onComplete(Map<String,Object> taskData, T entity, GxFlowUserTaskForm.GxUserTaskHandler handler)protected voidGxFlowUserTaskForm. onReject(Map<String,Object> taskData, T entity, GxFlowUserTaskForm.GxUserTaskHandler handler)
-