diagram |
|
namespace |
http://browse.api.de.n2.tibco.com |
type |
extension of XmlOrgModelVersion |
properties |
|
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.) |
|
|
annotation |
documentation | Request element for listOrgModelOverview operation.
This operation returns the structure of the organization model identified by given major version number. If no organization model version is specified (or -1) then the organization model with the greatest major version value is assumed.
The response will include the entire group hierarchy, organization, organization unit and position hierarchy and the locations defined in the organization model.
For organization entities, this operation will identify those LDAP containers that administer them. That is, those LDAP containers whose resources are permitted to view that organization structure. If no LDAP containers are listed, then the organization can be accessed by all resources.
Where applicable, each node in the response will specify the "selection-mode" by which associated resources will be selected for work allocation.
|
|
source |
<xs:element name="listOrgModelOverview">
<xs:annotation>
<xs:documentation>Request element for listOrgModelOverview operation.
This operation returns the structure of the organization model identified by given major version number. If no organization model version is specified (or -1) then the organization model with the greatest major version value is assumed.
The response will include the entire group hierarchy, organization, organization unit and position hierarchy and the locations defined in the organization model.
For organization entities, this operation will identify those LDAP containers that administer them. That is, those LDAP containers whose resources are permitted to view that organization structure. If no LDAP containers are listed, then the organization can be accessed by all resources.
Where applicable, each node in the response will specify the "selection-mode" by which associated resources will be selected for work allocation.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="orgdto:XmlOrgModelVersion"/>
</xs:complexContent>
</xs:complexType>
</xs:element> |