Interface GxUserTaskForm.GxUserTaskAssigner
-
- Enclosing class:
- GxUserTaskForm<T>
public static interface GxUserTaskForm.GxUserTaskAssigner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidassign(Collection<GxAssignee> assignees)voidcancel()voiderror(Throwable t)
-
-
-
Method Detail
-
assign
void assign(Collection<GxAssignee> assignees)
-
cancel
void cancel()
-
error
void error(Throwable t)
-
-