diagram | |||
namespace | http://orgmodel.api.de.bpm.tibco.com | ||
properties |
|
||
children | assignment remove | ||
annotation |
|
||
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:attribute name="remove-resources" type="xs:boolean" default="false"> <xs:annotation> <xs:documentation>Indicates whether existing Resource assignments, to the identified positions or groups, should also be removed.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||||||||||||||||||||||||||||||||||
type | XmlCandidateQueryAssignment | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | position group | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <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> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
children | position group | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <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:attribute name="remove-resources" type="xs:boolean" default="false"> <xs:annotation> <xs:documentation>Indicates whether existing Resource assignments, to the identified positions or groups, should also be removed.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="remove-resources" type="xs:boolean" default="false"> <xs:annotation> <xs:documentation>Indicates whether existing Resource assignments, to the identified positions or groups, should also be removed.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <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> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <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> |