Class: QualifiedProcessName

tibco.objectapi.pm.QualifiedProcessName

new QualifiedProcessName()

Type to describe the fully qualified name of a process template. Constructs a new QualifiedProcessName.

The following features are supported:

Members

moduleName :string

Name of the module to which the process template belongs. This property holds the value of the 'Module Name' attribute.
Type:
  • string

processName :string

Name of the process template. This property holds the value of the 'Process Name' attribute.
Type:
  • string

version :string

OSGi-style version number of the process template. (This version number is the same as that of the module.) This property holds the value of the 'Version' attribute.
Type:
  • string