com.ibm.bpe.api

Interface ProcessTemplateActions


  1. 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

Modifier and Type Field and Description
  1. static
  2. int
CALL
Symbolic constant for process template action call.
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
CREATEMESSAGE
Symbolic constant for process template action create message.
  1. static
  2. int
GETCUSTOMATTRIBUTE
Deprecated. Use GETCUSTOMPROPERTY.
  1. static
  2. int
GETCUSTOMPROPERTY
Symbolic constant for process template action get customer property.
  1. static
  2. int
GETENDPOINTFORPROCESSTEMPLATE
Symbolic constant for process template action get endpoint reference for process template.
  1. static
  2. int
GETGRAPHICALPROCESSMODEL
Symbolic constant for process template action get graphical representation for process template.
  1. static
  2. int
GETMIGRATIONTARGETS
Symbolic constant for process template action get migration targets for process template.
  1. static
  2. int
GETPROCESSTEMPLATE
Symbolic constant for process template action get process template.
  1. static
  2. int
GETQUERYPROPERTIES
Symbolic constant for process template action get query properties for process template.
  1. static
  2. int
GETSTARTACTIVITIES
Symbolic constant for process template action get start activities.
  1. static
  2. int
GETUISETTINGS
Symbolic constant for process template action get UI settings.
  1. static
  2. int
INITIATE
Symbolic constant for process template action initiate.
  1. static
  2. int
QUERYPROCESSTEMPLATE
Symbolic constant for querying process templates.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

CALL

  1. static final int CALL
Symbolic constant for process template action call.
See Also:

INITIATE

  1. static final int INITIATE
Symbolic constant for process template action initiate.
See Also:

QUERYPROCESSTEMPLATE

  1. static final int QUERYPROCESSTEMPLATE
Symbolic constant for querying process templates.
See Also:

GETCUSTOMATTRIBUTE

  1. static final int GETCUSTOMATTRIBUTE
Deprecated. Use GETCUSTOMPROPERTY.
Symbolic constant for process template action get customer attribute.
See Also:

GETCUSTOMPROPERTY

  1. static final int GETCUSTOMPROPERTY
Symbolic constant for process template action get customer property.
See Also:

GETPROCESSTEMPLATE

  1. static final int GETPROCESSTEMPLATE
Symbolic constant for process template action get process template.
See Also:

GETUISETTINGS

  1. static final int GETUISETTINGS
Symbolic constant for process template action get UI settings.
See Also:

CREATEMESSAGE

  1. static final int CREATEMESSAGE
Symbolic constant for process template action create message.
See Also:

GETSTARTACTIVITIES

  1. static final int GETSTARTACTIVITIES
Symbolic constant for process template action get start activities.
See Also:

GETENDPOINTFORPROCESSTEMPLATE

  1. static final int GETENDPOINTFORPROCESSTEMPLATE
Symbolic constant for process template action get endpoint reference for process template.
See Also:

GETGRAPHICALPROCESSMODEL

  1. static final int GETGRAPHICALPROCESSMODEL
Symbolic constant for process template action get graphical representation for process template.
See Also:

GETQUERYPROPERTIES

  1. static final int GETQUERYPROPERTIES
Symbolic constant for process template action get query properties for process template.
See Also:

GETMIGRATIONTARGETS

  1. static final int GETMIGRATIONTARGETS
Symbolic constant for process template action get migration targets for process template.
See Also: