Package jadex.bpmn.runtime.task
Class InvokeMethodTask
- java.lang.Object
 - 
- jadex.bpmn.runtime.task.AbstractTask
 - 
- jadex.bpmn.runtime.task.InvokeMethodTask
 
 
 
- 
- All Implemented Interfaces:
 jadex.bpmn.model.task.ITask
public class InvokeMethodTask extends AbstractTask
Task for invoking a method with parameters and optionally storing the result as parameter value in the context. 
- 
- 
Constructor Summary
Constructors Constructor Description InvokeMethodTask() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoExecute(jadex.bpmn.model.task.ITaskContext context, IInternalAccess instance)Execute the task.static jadex.bpmn.task.info.TaskMetaInfogetMetaInfo()Get the meta information about the agent.- 
Methods inherited from class jadex.bpmn.runtime.task.AbstractTask
cancel, execute 
 - 
 
 - 
 
- 
- 
Method Detail
- 
doExecute
public void doExecute(jadex.bpmn.model.task.ITaskContext context, IInternalAccess instance)Execute the task.- Specified by:
 doExecutein classAbstractTask- Parameters:
 context- The accessible values.instance- The process instance executing the task.
 
- 
getMetaInfo
public static jadex.bpmn.task.info.TaskMetaInfo getMetaInfo()
Get the meta information about the agent. 
 - 
 
 -