diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://directory.api.de.bpm.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | ldap-entry | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="executeLdapQueryResponse"> <xs:annotation> <xs:documentation>Response element for the executeLdapQuery operation. Returns the Distinguished Names (DNs) resolved by the given LDAP query.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="ldap-entry" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The collection of fully Distinguished Names (DNs) resolved by the given LDAP query.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="ldap-dn" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="ldap-alias" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Identifies the LDAP connection shared resource on which the LDAP query was evaluated. LDAP connection shared Resource are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="base-dn" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The base DN to which the query was restricted. This will be relative, and in additition to, any base DN specified in the LDAP connection shared resource's rURL.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ldap-query" type="xs:string" use="required"> <xs:annotation> <xs:documentation>The LDAP query that was evaluated.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="search-scope" type="de:XmlLdapSearchScope" use="optional"> <xs:annotation> <xs:documentation>The Search Scope determines the depth to which the search will be performed. By default the search will be SUBTREE.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="estimated-size" type="xs:int"> <xs:annotation> <xs:documentation>Estimated size of all results from LDAP server. Only specified if paged result sets are requested, and only if supported by the LDAP server.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="bookmark" type="xs:string"> <xs:annotation> <xs:documentation>Opaque marker for progress through a paged result set. Specified but empty if there are no more results left in the paged result set. Response will be Base64 encoded.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="ldap-alias" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Identifies the LDAP connection shared resource on which the LDAP query was evaluated. LDAP connection shared Resource are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="base-dn" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The base DN to which the query was restricted. This will be relative, and in additition to, any base DN specified in the LDAP connection shared resource's rURL.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="ldap-query" type="xs:string" use="required"> <xs:annotation> <xs:documentation>The LDAP query that was evaluated.</xs:documentation> </xs:annotation> </xs:attribute> |
type | XmlLdapSearchScope | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="search-scope" type="de:XmlLdapSearchScope" use="optional"> <xs:annotation> <xs:documentation>The Search Scope determines the depth to which the search will be performed. By default the search will be SUBTREE.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||
annotation |
|
||
source | <xs:attribute name="estimated-size" type="xs:int"> <xs:annotation> <xs:documentation>Estimated size of all results from LDAP server. Only specified if paged result sets are requested, and only if supported by the LDAP server.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="bookmark" type="xs:string"> <xs:annotation> <xs:documentation>Opaque marker for progress through a paged result set. Specified but empty if there are no more results left in the paged result set. Response will be Base64 encoded.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="ldap-entry" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The collection of fully Distinguished Names (DNs) resolved by the given LDAP query.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="ldap-dn" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="ldap-dn" type="xs:string" use="required"/> |