public class ServiceCallTask extends Object implements ITask
Modifier and Type | Field and Description |
---|---|
static String |
PARAMETER_METHOD
Parameter for method name.
|
static String |
PARAMETER_REBIND
Parameter for rebind flag.
|
static String |
PARAMETER_SERVICE
Parameter for service name.
|
Constructor and Description |
---|
ServiceCallTask() |
Modifier and Type | Method and Description |
---|---|
IFuture |
cancel(BpmnInterpreter instance)
Compensate in case the task is canceled.
|
IFuture |
execute(ITaskContext context,
BpmnInterpreter process)
Execute the task.
|
public static final String PARAMETER_SERVICE
public static final String PARAMETER_METHOD
public static final String PARAMETER_REBIND
public IFuture execute(ITaskContext context, BpmnInterpreter process)
public IFuture cancel(BpmnInterpreter instance)
Copyright © 2012. All Rights Reserved.