element getCandidateDetail
diagram dir_directoryservice_diagrams/dir_directoryservice_p6.png
namespace http://directory.api.de.bpm.tibco.com
type extension of XmlLdapContainerEntry
properties
content complex
children secondary-ref
attributes
Name  Type  Use  Default  Fixed  Annotation
ldap-alias  xs:string  required      
documentation
The name (or alias) by which a configured LDAP connection shared resource is identified.

LDAP connection shared resources 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.
ldap-dn  xs:string  required      
documentation
The full Distinguished Name (DN) of the LDAP entry identified by this element.
container-id  xs:long  required      
documentation
Identifies the LDAP container from which the candidate was resolved.
annotation
documentation
Request element for the getCandidateDetail operation. Having retrieved a list of the candidate resources, this operation will allow the caller to retrieve additional information about one candidate.
source <xs:element name="getCandidateDetail">
 
<xs:annotation>
   
<xs:documentation>Request element for the getCandidateDetail operation. Having retrieved a list of the candidate resources, this operation will allow the caller to retrieve additional information about one candidate.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="de:XmlLdapContainerEntry">
       
<xs:attribute name="container-id" type="xs:long" use="required">
         
<xs:annotation>
           
<xs:documentation>Identifies the LDAP container from which the candidate was resolved.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute getCandidateDetail/@container-id
type xs:long
properties
use required
annotation
documentation
Identifies the LDAP container from which the candidate was resolved.
source <xs:attribute name="container-id" type="xs:long" use="required">
 
<xs:annotation>
   
<xs:documentation>Identifies the LDAP container from which the candidate was resolved.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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