com.ibm.bpe.api

Interface EventHandlerTemplateActions


  1. public interface EventHandlerTemplateActions
This interface defines symbolic constants for all actions that can be performed on event handler templates. These constants are to be used when determining the actions allowed on the event handler template by the current user. Currently allowed actions are returned when calling the getAvailableActions() method on a event handler template.
Since:
6.0

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
CREATEMESSAGE
Symbolic constant for event handler template action create message.
  1. static
  2. int
GETVARIABLENAMES
Symbolic constant for event handler template action get variable names.
  1. static
  2. int
SENDMESSAGE
Symbolic constant for event handler template action send message.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

SENDMESSAGE

  1. static final int SENDMESSAGE
Symbolic constant for event handler template action send message.
See Also:

CREATEMESSAGE

  1. static final int CREATEMESSAGE
Symbolic constant for event handler template action create message.
See Also:

GETVARIABLENAMES

  1. static final int GETVARIABLENAMES
Symbolic constant for event handler template action get variable names.
See Also: