public class RemoveSpaceObjectTaskTask extends Object implements jadex.bpmn.model.task.ITask
Constructor and Description |
---|
RemoveSpaceObjectTaskTask() |
Modifier and Type | Method and Description |
---|---|
IFuture |
cancel(IInternalAccess instance)
Compensate in case the task is canceled.
|
IFuture |
execute(jadex.bpmn.model.task.ITaskContext context,
IInternalAccess process)
Execute the task.
|
static jadex.bpmn.task.info.TaskMetaInfo |
getMetaInfo()
Get the meta information about the agent.
|
public IFuture execute(jadex.bpmn.model.task.ITaskContext context, IInternalAccess process)
execute
in interface jadex.bpmn.model.task.ITask
context
- The accessible values.process
- The process instance executing the task.listener
- To be notified, when the task has completed.public IFuture cancel(IInternalAccess instance)
cancel
in interface jadex.bpmn.model.task.ITask
public static jadex.bpmn.task.info.TaskMetaInfo getMetaInfo()
Copyright © 2013. All Rights Reserved.