public class GatewayXORActivityHandler extends java.lang.Object implements IActivityHandler
Constructor and Description |
---|
GatewayXORActivityHandler() |
Modifier and Type | Method and Description |
---|---|
void |
cancel(MActivity activity,
IInternalAccess instance,
ProcessThread thread)
Execute an activity.
|
void |
execute(MActivity activity,
IInternalAccess instance,
ProcessThread thread)
Execute an activity.
|
protected boolean |
isValid(ProcessThread thread,
IParsedExpression exp,
IValueFetcher fetcher)
Safely evaluate a branch expression.
|
public void execute(MActivity activity, IInternalAccess instance, ProcessThread thread)
execute
in interface IActivityHandler
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.public void cancel(MActivity activity, IInternalAccess instance, ProcessThread thread)
cancel
in interface IActivityHandler
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.info
- The info object.protected boolean isValid(ProcessThread thread, IParsedExpression exp, IValueFetcher fetcher)