element listCandidateResourcesResponse
diagram deservices_wsdl_diagrams/deservices_wsdl_p171.png
namespace http://directory.api.de.bpm.tibco.com
properties
content complex
children candidate
attributes
Name  Type  Use  Default  Fixed  Annotation
container-id  xs:long  required      
documentation
Identifies the LDAP container from which the candidates were resolved.
include  XmlCandidateChoice    ALL    
documentation
Indicates what entries are be included in the collection of candidate entries.
estimated-size  xs:int        
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.
bookmark  xs:string        
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.
annotation
documentation
Response element for the listCandidateResources operation.  Returns a list of candidate resources from the requested container.
source <xs:element name="listCandidateResourcesResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for the listCandidateResources operation.  Returns a list of candidate resources from the requested container.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="candidate" type="de:XmlResourceCandidate" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="container-id" type="xs:long" use="required">
     
<xs:annotation>
       
<xs:documentation>Identifies the LDAP container from which the candidates were resolved.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="include" type="de:XmlCandidateChoice" default="ALL">
     
<xs:annotation>
       
<xs:documentation>Indicates what entries are be included in the collection of candidate entries.</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>

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