element updateCapabilityAssignments
diagram de_wsdl_diagrams/de_wsdl_p22913.png
namespace http://mapping.api.de.n2.tibco.com
properties
content complex
children assignment
annotation
documentation
Request element for updateCapabilityAssignments operation.

This operation will modify the capability assignments of the resource identified in each "assignment" element by its guid GUID. Each capability assignment can also carry a qualifier value (or qualifierSet values) that will apply to the assignment.

The capability is identified by its entity-type, guid and model version. If no model version is specified (or -1 is given), the version with the greatest major value is used.
source <xs:element name="updateCapabilityAssignments">
 
<xs:annotation>
   
<xs:documentation>Request element for updateCapabilityAssignments operation.

This operation will modify the capability assignments of the resource identified in each "assignment" element by its guid GUID. Each capability assignment can also carry a qualifier value (or qualifierSet values) that will apply to the assignment.

The capability is identified by its entity-type, guid and model version. If no model version is specified (or -1 is given), the version with the greatest major value is used.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="assignment" type="de:XmlCapabilityAssignment" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Definition of a capability and a resource to be updated, and whether the capability is to be assigned to or removed from the resource.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element updateCapabilityAssignments/assignment
diagram de_wsdl_diagrams/de_wsdl_p22914.png
type XmlCapabilityAssignment
properties
minOcc 1
maxOcc unbounded
content complex
children qualifierSet
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  optional  -1    
documentation
Major version number of the organization model in which an organization model entity resides.

If not specified, the default value will be the latest version of the organization model.

(Version numbers must be compatible with, and conform to, the OSGi version number schema. For Directory Engine, only the major part of the version number is significant.)
remove  xs:boolean    false    
documentation
Boolean value indicating whether the capability is to be removed from (TRUE) or assigned to (FALSE) the specified resource.
capability-guid  xs:string  required      
documentation
Unique ID of the capability that is to be removed or assigned.
qualifier  xs:string  optional      
documentation
Qualifier value for the capability.
resource-guid  xs:string  required      
documentation
Unique ID of the resource that the capabilty is to be removed from or assigned to.
annotation
documentation
Definition of a capability and a resource to be updated, and whether the capability is to be assigned to or removed from the resource.
source <xs:element name="assignment" type="de:XmlCapabilityAssignment" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Definition of a capability and a resource to be updated, and whether the capability is to be assigned to or removed from the resource.</xs:documentation>
 
</xs:annotation>
</xs:element>

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