Class: XmlParticipantId

tibco.objectapi.common.organisation.XmlParticipantId

new XmlParticipantId()

Identifier for a participant, by either GUID or name. Extension of XmlOrgModelVersion, which provides the organization model version in which the participant resides. Constructs a new XmlParticipantId.

The following features are supported:

Extends

Members

dynamicIdAttr :Array.<tibco.objectapi.common.organisation.XmlDynamicIdField>

Provides a collection of name/value pairs that identify a Dynamic Organisational Instance. This property holds the value of the 'Dynamic Id Attr' containment reference list.
Type:

entityType :tibco.objectapi.common.organisation.OrganisationalEntityType

Category of this organization model entity (used to improve and validate the search). This property holds the value of the 'Entity Type' attribute.
Type:

guid :string

Globally unique identifier for the organization model entity. This value is unique across all entities. However, if the entity exists within more than one major organization model version, it will share the same GUID. This property holds the value of the 'Guid' attribute.
Type:
  • string

modelVersion :number

Major version number of the organization model in which an organization model entity resides. If not specified, the default value will be the latest version of the organization model. (Version numbers must be compatible with, and conform to, the OSGi version number schema. For Directory Engine, only the major part of the version number is significant.) This property holds the value of the 'Model Version' attribute.
Type:
  • number
Overrides:

name :string

Name of the organization model entity. An entity's name will be unique within its entity type and organization model version. This property holds the value of the 'Name' attribute.
Type:
  • string

qualifier :string

Qualifier value. This is only applicable in certain circumstances, and only to entities of the entity-type PRIVILEGE or CAPABILITY. These entities can have an association with other entities - for example, a resource may hold many capbilities a position may have many privileges. Those associations can have a qualifying value, according to their nature, to differentiate them. For example, the privilege to sign off a purchase order may be qualified with the maximum amount for which the purchase order is made. This property holds the value of the 'Qualifier' attribute.
Type:
  • string