public class UserInteractionTask
extends java.lang.Object
implements jadex.bpmn.model.task.ITask
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JDialog |
dialog
The dialog.
|
Constructor and Description |
---|
UserInteractionTask() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
cancel(jadex.bridge.IInternalAccess instance)
Compensate in case the task is canceled.
|
jadex.commons.future.IFuture<java.lang.Void> |
execute(jadex.bpmn.model.task.ITaskContext context,
jadex.bridge.IInternalAccess instance)
Execute the task.
|
protected java.util.List<java.lang.Object[]> |
extractParams(jadex.bpmn.model.task.ITaskContext context,
jadex.bridge.IInternalAccess instance,
jadex.commons.collection.IndexMap<java.lang.String,jadex.bpmn.model.MParameter> parameters) |
public jadex.commons.future.IFuture<java.lang.Void> execute(jadex.bpmn.model.task.ITaskContext context, jadex.bridge.IInternalAccess instance)
execute
in interface jadex.bpmn.model.task.ITask
context
- The accessible values.instance
- The process instance executing the task.public jadex.commons.future.IFuture<java.lang.Void> cancel(jadex.bridge.IInternalAccess instance)
cancel
in interface jadex.bpmn.model.task.ITask
protected java.util.List<java.lang.Object[]> extractParams(jadex.bpmn.model.task.ITaskContext context, jadex.bridge.IInternalAccess instance, jadex.commons.collection.IndexMap<java.lang.String,jadex.bpmn.model.MParameter> parameters)