|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
GETENDPOINTFORPROCESSTEMPLATE
Symbolic constant for process template action get endpoint reference for process template. |
static int |
GETGRAPHICALPROCESSMODEL
Symbolic constant for process template action get graphical representatiom for process template. |
static int |
GETPROCESSTEMPLATE
Symbolic constant for process template action get process template. |
static int |
GETQUERYPROPERTIES
Symbolic constant for process template action get query properties for 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 |
---|
static final java.lang.String COPYRIGHT
static final int CALL
static final int INITIATE
static final int QUERYPROCESSTEMPLATE
static final int GETCUSTOMATTRIBUTE
static final int GETCUSTOMPROPERTY
static final int GETPROCESSTEMPLATE
static final int GETUISETTINGS
static final int CREATEMESSAGE
static final int GETSTARTACTIVITIES
static final int GETENDPOINTFORPROCESSTEMPLATE
static final int GETGRAPHICALPROCESSMODEL
static final int GETQUERYPROPERTIES
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |