IBM WebSphere Application ServerTM
Release 7

com.ibm.bpe.api
Interface ActivityServiceTemplateActions


public interface ActivityServiceTemplateActions

This interface defines symbolic constants for all actions that can be performed on activity service templates. These constants are to be used when determining the actions allowed on the activity service template by the current user. Currently allowed actions are returned when calling the getAvailableActions() method on an activity service template.

Since:
5.1

Field Summary
static int CALL
          Symbolic constant for activity service template action call.
static java.lang.String COPYRIGHT
           
static int CREATEMESSAGE
          Symbolic constant for activity service template action create message.
static int GETACTIVITYSERVICETEMPLATE
          Symbolic constant for activity service template action get activity service template.
static int GETUISETTINGS
          Symbolic constant for activity service template action get UI settings.
static int INITIATE
          Symbolic constant for activity service template action initiate.
static int SENDMESSAGE
          Symbolic constant for activity service template action send message.
 

Field Detail

COPYRIGHT

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

SENDMESSAGE

static final int SENDMESSAGE
Symbolic constant for activity service template action send message.

See Also:
Constant Field Values

GETACTIVITYSERVICETEMPLATE

static final int GETACTIVITYSERVICETEMPLATE
Symbolic constant for activity service template action get activity service template.

See Also:
Constant Field Values

CREATEMESSAGE

static final int CREATEMESSAGE
Symbolic constant for activity service template action create message.

See Also:
Constant Field Values

GETUISETTINGS

static final int GETUISETTINGS
Symbolic constant for activity service template action get UI settings.

See Also:
Constant Field Values

CALL

static final int CALL
Symbolic constant for activity service template action call.

See Also:
Constant Field Values

INITIATE

static final int INITIATE
Symbolic constant for activity service template action initiate.

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 7