new QualifiedTaskName()
Type to describe the fully qualified name of a task.
Constructs a new QualifiedTaskName.
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 to which the task belongs.
This property holds the value of the 'Process Name' attribute.
Type:
- string
taskName :string
Name of the task.
This property holds the value of the 'Task 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