element listContainerResources
diagram de_wsdl_diagrams/de_wsdl_p24895.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 LDAP container for which human resources should be listed.
If the LDAP Container ID is 0, the response will contain the resources created via the bootstrapping import (the administrative users).
If the LDAP Container ID is not recognised, the response will contain no resources.
annotation
documentation
Request element for listLContainerResources operation.

This operation returns the details of those resources that originate from the LDAP container identified in the request.

If the given LDAP container ID is 0, the result will contain those resources created via the bootstrapping import (the admin users) or those resources originating from an LDAP container that has since been deleted.

If the given LDAP container ID is not recognised, the result will be contain no resources (instead of raising an exception).
      
A resource's details will only include those that relate to the organization model version identified in the request. If the given organization model version number is -1, the latest organization model version is assumed.
source <xs:element name="listContainerResources">
 
<xs:annotation>
   
<xs:documentation>Request element for listLContainerResources operation.

This operation returns the details of those resources that originate from the LDAP container identified in the request.

If the given LDAP container ID is 0, the result will contain those resources created via the bootstrapping import (the admin users) or those resources originating from an LDAP container that has since been deleted.

If the given LDAP container ID is not recognised, the result will be contain no resources (instead of raising an exception).
      
A resource's details will only include those that relate to the organization model version identified in the request. If the given organization model version number is -1, the latest organization model version is assumed.
</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 LDAP container for which human resources should be listed.
If the LDAP Container ID is 0, the response will contain the resources created via the bootstrapping import (the administrative users).
If the LDAP Container ID is not recognised, the response will contain no resources.
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute listContainerResources/@container-id
type xs:long
properties
use required
annotation
documentation
Identifier of the LDAP container for which human resources should be listed.
If the LDAP Container ID is 0, the response will contain the resources created via the bootstrapping import (the administrative users).
If the LDAP Container ID is not recognised, the response will contain no resources.
source <xs:attribute name="container-id" type="xs:long" use="required">
 
<xs:annotation>
   
<xs:documentation>Identifier of the LDAP container for which human resources should be listed.
If the LDAP Container ID is 0, the response will contain the resources created via the bootstrapping import (the administrative users).
If the LDAP Container ID is not recognised, the response will contain no resources.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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