diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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> |
type | xs:long | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | XmlLdapSearchScope | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |