com.ibm.bpe.api
Interface ProcessTemplateActions
- public interface ProcessTemplateActions
getAvailableActions()
method on a process template.
Since:
5.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
CALL
Symbolic constant for process template action call.
|
|
COPYRIGHT
|
|
CREATEMESSAGE
Symbolic constant for process template action create message.
|
|
GETCUSTOMATTRIBUTE
Deprecated. Use GETCUSTOMPROPERTY.
|
|
GETCUSTOMPROPERTY
Symbolic constant for process template action get customer property.
|
|
GETENDPOINTFORPROCESSTEMPLATE
Symbolic constant for process template action get endpoint reference for process template.
|
|
GETGRAPHICALPROCESSMODEL
Symbolic constant for process template action get graphical representation for process template.
|
|
GETMIGRATIONTARGETS
Symbolic constant for process template action get migration targets for process template.
|
|
GETPROCESSTEMPLATE
Symbolic constant for process template action get process template.
|
|
GETQUERYPROPERTIES
Symbolic constant for process template action get query properties for process template.
|
|
GETSTARTACTIVITIES
Symbolic constant for process template action get start activities.
|
|
GETUISETTINGS
Symbolic constant for process template action get UI settings.
|
|
INITIATE
Symbolic constant for process template action initiate.
|
|
QUERYPROCESSTEMPLATE
Symbolic constant for querying process templates.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
CALL
- static final int CALL
Symbolic constant for process template action call.
See Also:
INITIATE
- static final int INITIATE
Symbolic constant for process template action initiate.
See Also:
QUERYPROCESSTEMPLATE
- static final int QUERYPROCESSTEMPLATE
Symbolic constant for querying process templates.
See Also:
GETCUSTOMATTRIBUTE
- static final int GETCUSTOMATTRIBUTE
Deprecated. Use GETCUSTOMPROPERTY.
Symbolic constant for process template action get customer attribute.
See Also:
GETCUSTOMPROPERTY
- static final int GETCUSTOMPROPERTY
Symbolic constant for process template action get customer property.
See Also:
GETPROCESSTEMPLATE
- static final int GETPROCESSTEMPLATE
Symbolic constant for process template action get process template.
See Also:
GETUISETTINGS
- static final int GETUISETTINGS
Symbolic constant for process template action get UI settings.
See Also:
CREATEMESSAGE
- static final int CREATEMESSAGE
Symbolic constant for process template action create message.
See Also:
GETSTARTACTIVITIES
- static final int GETSTARTACTIVITIES
Symbolic constant for process template action get start activities.
See Also:
GETENDPOINTFORPROCESSTEMPLATE
- static final int GETENDPOINTFORPROCESSTEMPLATE
Symbolic constant for process template action get endpoint reference for process template.
See Also:
GETGRAPHICALPROCESSMODEL
- static final int GETGRAPHICALPROCESSMODEL
Symbolic constant for process template action get graphical representation for process template.
See Also:
GETQUERYPROPERTIES
- static final int GETQUERYPROPERTIES
Symbolic constant for process template action get query properties for process template.
See Also:
GETMIGRATIONTARGETS
- static final int GETMIGRATIONTARGETS
Symbolic constant for process template action get migration targets for process template.
See Also: