com.ibm.bpe.api
Interface EventHandlerTemplateActions
- public interface EventHandlerTemplateActions
getAvailableActions()
method on a event handler template.
Since:
6.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
CREATEMESSAGE
Symbolic constant for event handler template action create message.
|
|
GETVARIABLENAMES
Symbolic constant for event handler template action get variable names.
|
|
SENDMESSAGE
Symbolic constant for event handler template action send message.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
SENDMESSAGE
- static final int SENDMESSAGE
Symbolic constant for event handler template action send message.
See Also:
CREATEMESSAGE
- static final int CREATEMESSAGE
Symbolic constant for event handler template action create message.
See Also:
GETVARIABLENAMES
- static final int GETVARIABLENAMES
Symbolic constant for event handler template action get variable names.
See Also: