|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Field Summary | |
---|---|
static int |
CALL
Symbolic constant for process template action call. |
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 |
public static final int CALL
public static final int INITIATE
public static final int QUERYPROCESSTEMPLATE
public static final int GETCUSTOMATTRIBUTE
public static final int GETCUSTOMPROPERTY
public static final int GETPROCESSTEMPLATE
public static final int GETUISETTINGS
public static final int CREATEMESSAGE
public static final int GETSTARTACTIVITIES
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |