diagram |
|
namespace |
http://attribute.api.de.n2.tibco.com |
type |
extension of XmlModelEntityId |
properties |
|
children |
dynamic-id-attr qualifierSet |
attributes |
Name | Type | Use | Default | Fixed | Annotation | model-version | xs:int | optional | -1 | | documentation | 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.) |
| entity-type | OrganisationalEntityType | required | | | documentation | Enumerated value defining the type of the organization model entity. |
| guid | xs:string | required | | | documentation | Globally unique ID of the organization model entity.
(Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.) |
| qualifier | xs:string | optional | | | documentation | Only applicable in certain circumstances, and only to organization model entities whose entity-type is PRIVILEGE or CAPABILITY. These entities can have an association with other entities - for example, a resource may hold many capabilities, or a position may have many privileges.
These 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 that can be signed off. |
|
|
annotation |
documentation | Request parameter for getBusinessParameters operation. Returns the business parameter (or resource attribute) values for the organization model entity identified by its entity-type, guid and model-version.
The response does not list the resource attribute parameter descriptors. However, each entry contains a reference (desc-guid) to the unique ID value of a parameter descriptor (guid) returned by listBusinessParameters.
The response also indicates whether the value is taken from an LDAP attribute and, if so, the name of that LDAP attribute and the DN of the LDAP entry to which the attribute belongs.
|
|
source |
<xs:element name="getBusinessParameters">
<xs:annotation>
<xs:documentation>Request parameter for getBusinessParameters operation. Returns the business parameter (or resource attribute) values for the organization model entity identified by its entity-type, guid and model-version.
The response does not list the resource attribute parameter descriptors. However, each entry contains a reference (desc-guid) to the unique ID value of a parameter descriptor (guid) returned by listBusinessParameters.
The response also indicates whether the value is taken from an LDAP attribute and, if so, the name of that LDAP attribute and the DN of the LDAP entry to which the attribute belongs.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:annotation>
<xs:documentation>
Identifies the organization model entity for which the parameters values are to be retrieved.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="orgdto:XmlModelEntityId"/>
</xs:complexContent>
</xs:complexType>
</xs:element> |