element qualifiedProcessName
diagram pm_xsd_diagrams/pm_xsd_p61.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:QualifiedProcessName
properties
content complex
children pm:moduleName pm:processName pm:version
used by
complexType QualifiedProcessNames
annotation
documentation
Element (mostly request) for many operations that require the fully qualified name of a process template.

Wildcard characters can be used when specifying moduleName or processName, as follows:

- An asterisk '*' can be used to match zero or more characters.
- A question mark '?' can be used to match any single character.

- A preceding backslash can be used to escape a wild-card character (i.e. to match a '*' or '?' character).
- Using double backslash escapes the escape character (i.e. to match the backslash character).

version must either specify an exact version, or can be left blank to return information about all versions.

The response message will then include data for all process templates whose fully qualified names match the defined input criteria.
source <xsd:element name="qualifiedProcessName" type="pm:QualifiedProcessName">
 
<xsd:annotation>
   
<xsd:documentation>Element (mostly request) for many operations that require the fully qualified name of a process template.

Wildcard characters can be used when specifying moduleName or processName, as follows:

- An asterisk '*' can be used to match zero or more characters.
- A question mark '?' can be used to match any single character.

- A preceding backslash can be used to escape a wild-card character (i.e. to match a '*' or '?' character).
- Using double backslash escapes the escape character (i.e. to match the backslash character).

version must either specify an exact version, or can be left blank to return information about all versions.

The response message will then include data for all process templates whose fully qualified names match the defined input criteria.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy