element listLDAPEntities
diagram de_wsdl_diagrams/de_wsdl_p24908.png
namespace http://ldapservice.api.de.n2.tibco.com
type extension of XmlOrgModelVersion
properties
content complex
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.)
container-id  xs:long  required      
documentation
Identifier of the container whose LDAP entities are to be returned.
existing-only  xs:boolean  optional  false    
documentation
Whether the response should include:

- (true) only those LDAP resources that already exist in the organization model.

- (false) all LDAP resources in the LDAP source.
annotation
documentation
Request element for listLDAPEntities operation.

This operation lists the resources that are, or can be, derived from the LDAP container identified by its "container-id". The request attribute "existing-only" determines whether only existing resources are included in the response.
source <xs:element name="listLDAPEntities">
 
<xs:annotation>
   
<xs:documentation>Request element for listLDAPEntities operation.

This operation lists the resources that are, or can be, derived from the LDAP container identified by its "container-id". The request attribute "existing-only" determines whether only existing resources are included in the response.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="orgdto:XmlOrgModelVersion">
       
<xs:attribute name="container-id" type="xs:long" use="required">
         
<xs:annotation>
           
<xs:documentation>Identifier of the container whose LDAP entities are to be returned.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="existing-only" type="xs:boolean" use="optional" default="false">
         
<xs:annotation>
           
<xs:documentation>Whether the response should include:

- (true) only those LDAP resources that already exist in the organization model.

- (false) all LDAP resources in the LDAP source.
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute listLDAPEntities/@container-id
type xs:long
properties
use required
annotation
documentation
Identifier of the container whose LDAP entities are to be returned.
source <xs:attribute name="container-id" type="xs:long" use="required">
 
<xs:annotation>
   
<xs:documentation>Identifier of the container whose LDAP entities are to be returned.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute listLDAPEntities/@existing-only
type xs:boolean
properties
use optional
default false
annotation
documentation
Whether the response should include:

- (true) only those LDAP resources that already exist in the organization model.

- (false) all LDAP resources in the LDAP source.
source <xs:attribute name="existing-only" type="xs:boolean" use="optional" default="false">
 
<xs:annotation>
   
<xs:documentation>Whether the response should include:

- (true) only those LDAP resources that already exist in the organization model.

- (false) all LDAP resources in the LDAP source.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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