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