com.ibm.bpe.api
Interface ProcessTemplateActions


public interface ProcessTemplateActions

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

Since:
5.0

Field Summary
static int CALL
          Symbolic constant for process template action call.
static java.lang.String COPYRIGHT
           
static int CREATEMESSAGE
          Symbolic constant for process template action create message.
static int GETCUSTOMATTRIBUTE
          Deprecated. Use GETCUSTOMPROPERTY.
static int GETCUSTOMPROPERTY
          Symbolic constant for process template action get customer property.
static int GETPROCESSTEMPLATE
          Symbolic constant for process template action get process template.
static int GETSTARTACTIVITIES
          Symbolic constant for process template action get start activities.
static int GETUISETTINGS
          Symbolic constant for process template action get UI settings.
static int INITIATE
          Symbolic constant for process template action initiate.
static int QUERYPROCESSTEMPLATE
          Symbolic constant for querying process templates.
 

Field Detail

COPYRIGHT

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

CALL

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

See Also:
Constant Field Values

INITIATE

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

See Also:
Constant Field Values

QUERYPROCESSTEMPLATE

public static final int QUERYPROCESSTEMPLATE
Symbolic constant for querying process templates.

See Also:
Constant Field Values

GETCUSTOMATTRIBUTE

public static final int GETCUSTOMATTRIBUTE
Deprecated. Use GETCUSTOMPROPERTY.

Symbolic constant for process template action get customer attribute.

See Also:
Constant Field Values

GETCUSTOMPROPERTY

public static final int GETCUSTOMPROPERTY
Symbolic constant for process template action get customer property.

See Also:
Constant Field Values

GETPROCESSTEMPLATE

public static final int GETPROCESSTEMPLATE
Symbolic constant for process template action get process template.

See Also:
Constant Field Values

GETUISETTINGS

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

See Also:
Constant Field Values

CREATEMESSAGE

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

See Also:
Constant Field Values

GETSTARTACTIVITIES

public static final int GETSTARTACTIVITIES
Symbolic constant for process template action get start activities.

See Also:
Constant Field Values