complexType XmlCandidateQuery
diagram deservices_wsdl_diagrams/deservices_wsdl_p2209.png
namespace http://base.api.de.bpm.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
container-id  xs:long  required      
documentation
Identifies the LDAP Container whose the Primary LDAP Source will be used to evaluate the query.
query  xs:string  optional      
documentation
The LDAP Query that will be combined with the query of the Primary LDAP Source to identify candidate Resources.
base-dn  xs:string  optional      
documentation
(Optional) Provides an additional base DN that will be used to restrict the scope of the Candidate Query. This base DN is relative to, and in additon, to any base DN of the LDAP Container's primary LDAP Source.
search-scope  XmlLdapSearchScope  optional      
documentation
Enumerated value indicating the scope on which an LDAP search is to be performed.
annotation
documentation
Defines an LDAP Query that will identify candidates for Resources. The candidate Resources will be automatically created and assigned to the Group or Position to which this query is associated.
The query identifies an LDAP Container; the Primary LDAP Source of which will be used to evaluate the query.
source <xs:complexType name="XmlCandidateQuery">
 
<xs:annotation>
   
<xs:documentation>Defines an LDAP Query that will identify candidates for Resources. The candidate Resources will be automatically created and assigned to the Group or Position to which this query is associated.
The query identifies an LDAP Container; the Primary LDAP Source of which will be used to evaluate the query.
</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="container-id" type="xs:long" use="required">
   
<xs:annotation>
     
<xs:documentation>Identifies the LDAP Container whose the Primary LDAP Source will be used to evaluate the query.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="query" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>The LDAP Query that will be combined with the query of the Primary LDAP Source to identify candidate Resources.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="base-dn" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>(Optional) Provides an additional base DN that will be used to restrict the scope of the Candidate Query. This base DN is relative to, and in additon, to any base DN of the LDAP Container's primary LDAP Source.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="search-scope" type="XmlLdapSearchScope" use="optional">
   
<xs:annotation>
     
<xs:documentation>Enumerated value indicating the scope on which an LDAP search is to be performed.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlCandidateQuery/@container-id
type xs:long
properties
use required
annotation
documentation
Identifies the LDAP Container whose the Primary LDAP Source will be used to evaluate the query.
source <xs:attribute name="container-id" type="xs:long" use="required">
 
<xs:annotation>
   
<xs:documentation>Identifies the LDAP Container whose the Primary LDAP Source will be used to evaluate the query.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlCandidateQuery/@query
type xs:string
properties
use optional
annotation
documentation
The LDAP Query that will be combined with the query of the Primary LDAP Source to identify candidate Resources.
source <xs:attribute name="query" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The LDAP Query that will be combined with the query of the Primary LDAP Source to identify candidate Resources.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlCandidateQuery/@base-dn
type xs:string
properties
use optional
annotation
documentation
(Optional) Provides an additional base DN that will be used to restrict the scope of the Candidate Query. This base DN is relative to, and in additon, to any base DN of the LDAP Container's primary LDAP Source.
source <xs:attribute name="base-dn" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>(Optional) Provides an additional base DN that will be used to restrict the scope of the Candidate Query. This base DN is relative to, and in additon, to any base DN of the LDAP Container's primary LDAP Source.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlCandidateQuery/@search-scope
type XmlLdapSearchScope
properties
use optional
facets
Kind Value Annotation
enumeration ONELEVEL
enumeration SUBTREE
annotation
documentation
Enumerated value indicating the scope on which an LDAP search is to be performed.
source <xs:attribute name="search-scope" type="XmlLdapSearchScope" use="optional">
 
<xs:annotation>
   
<xs:documentation>Enumerated value indicating the scope on which an LDAP search is to be performed.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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