public class ServiceCallTask extends Object implements jadex.bpmn.model.task.ITask
Modifier and Type | Class and Description |
---|---|
static class |
ServiceCallTask.ServiceCallTaskGui |
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_METHOD
Property for method name.
|
static String |
PROPERTY_RANKING
Property for ranking class name.
|
static String |
PROPERTY_SERVICE
Property for service name.
|
Constructor and Description |
---|
ServiceCallTask() |
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
cancel(IInternalAccess instance)
Compensate in case the task is canceled.
|
IFuture<Void> |
execute(jadex.bpmn.model.task.ITaskContext context,
IInternalAccess process)
Execute the task.
|
static List<jadex.bpmn.task.info.ParameterMetaInfo> |
getExtraParameters(Map<String,jadex.bpmn.model.MProperty> params,
jadex.bpmn.model.IModelContainer modelcontainer,
ClassLoader cl)
Get the extra parameters that depend on the property settings of the task.
|
public static final String PROPERTY_SERVICE
public static final String PROPERTY_METHOD
public static final String PROPERTY_RANKING
public IFuture<Void> 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.public IFuture<Void> cancel(IInternalAccess instance)
cancel
in interface jadex.bpmn.model.task.ITask
public static List<jadex.bpmn.task.info.ParameterMetaInfo> getExtraParameters(Map<String,jadex.bpmn.model.MProperty> params, jadex.bpmn.model.IModelContainer modelcontainer, ClassLoader cl)
Copyright © 2013. All Rights Reserved.