public class EventIntermediateMessageActivityHandler extends DefaultActivityHandler
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
PROPERTY_CODECIDS
The property message is the message to be sent. 
 | 
static java.lang.String | 
PROPERTY_FILTER
The filter property describes the filter for receiving a message. 
 | 
static java.lang.String | 
PROPERTY_MESSAGE
The property message is the message to be sent. 
 | 
static java.lang.String | 
PROPERTY_MESSAGETYPE
The type property message type identifies the meta type (e.g. 
 | 
DEBUG| Constructor and Description | 
|---|
EventIntermediateMessageActivityHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(MActivity activity,
       IInternalAccess instance,
       ProcessThread thread)
Execute an activity. 
 | 
protected void | 
receiveMessage(MActivity activity,
              IInternalAccess instance,
              ProcessThread thread)
Receive a message. 
 | 
protected void | 
sendMessage(MActivity activity,
           IInternalAccess instance,
           ProcessThread thread)
Send a message. 
 | 
cancel, doExecute, getBpmnFeaturepublic static final java.lang.String PROPERTY_MESSAGETYPE
public static final java.lang.String PROPERTY_FILTER
public static final java.lang.String PROPERTY_MESSAGE
public static final java.lang.String PROPERTY_CODECIDS
public EventIntermediateMessageActivityHandler()
public void execute(MActivity activity,
                    IInternalAccess instance,
                    ProcessThread thread)
execute in interface IActivityHandlerexecute in class DefaultActivityHandleractivity - The activity to execute.instance - The process instance.thread - The process thread.protected void sendMessage(MActivity activity,
                           IInternalAccess instance,
                           ProcessThread thread)
activity - The activity to execute.instance - The process instance.thread - The process thread.protected void receiveMessage(MActivity activity,
                              IInternalAccess instance,
                              ProcessThread thread)
activity - The activity to execute.instance - The process instance.thread - The process thread.