com.ibm.bpe.api
Interface EventHandlerTemplateActions


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
static java.lang.String COPYRIGHT
           
static int CREATEMESSAGE
          Symbolic constant for event handler template action create message.
static int SENDMESSAGE
          Symbolic constant for event handler template action send message.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

SENDMESSAGE

public static final int SENDMESSAGE
Symbolic constant for event handler template action send message.

See Also:
Constant Field Values

CREATEMESSAGE

public static final int CREATEMESSAGE
Symbolic constant for event handler template action create message.

See Also:
Constant Field Values