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.


Field Summary
static int CALL
          Symbolic constant for activity service template action call.
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

SENDMESSAGE

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

See Also:
Constant Field Values

GETACTIVITYSERVICETEMPLATE

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

See Also:
Constant Field Values

CREATEMESSAGE

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

See Also:
Constant Field Values

GETUISETTINGS

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

See Also:
Constant Field Values

CALL

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

See Also:
Constant Field Values

INITIATE

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

See Also:
Constant Field Values