element setCandidateQueries
diagram deservices_wsdl_diagrams/deservices_wsdl_p154.png
namespace http://orgmodel.api.de.bpm.tibco.com
properties
content complex
children assignment remove
annotation
documentation
Sets, or updates, the Candidate Query assignments to identified org-model entities. Each org-model entity may only hold one Candidate Query. Any existing assignment will be ovewritten by a new assignment.
Candidate Queries span all org-model versions in which the identified org-model entity exists. Therefore, the request does not include a model version.
source <xs:element name="setCandidateQueries">
 
<xs:annotation>
   
<xs:documentation>Sets, or updates, the Candidate Query assignments to identified org-model entities. Each org-model entity may only hold one Candidate Query. Any existing assignment will be ovewritten by a new assignment.
Candidate Queries span all org-model versions in which the identified org-model entity exists. Therefore, the request does not include a model version.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="assignment" type="de:XmlCandidateQueryAssignment" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Identifies an org-model entity and the LDAP query to be assigned to that entity.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="remove" minOccurs="0" maxOccurs="1">
       
<xs:annotation>
         
<xs:documentation>Identifies one or more org-model entitoes from which any existing Candidate Query is to be removed.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:choice>
           
<xs:element name="position" type="xs:string" minOccurs="1" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Identifies the position, by its guid, to which the Candidate Query is assigned.</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="group" type="xs:string" minOccurs="1" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Identifies the group, by its guid, to which the Candidate Query is assigned.</xs:documentation>
             
</xs:annotation>
           
</xs:element>
         
</xs:choice>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

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