complexType XmlUpdatePushDestinations
diagram deservices_wsdl_diagrams/deservices_wsdl_p2756.png
namespace http://orgmodel.api.de.bpm.tibco.com
type extension of XmlModelEntityId
properties
base orgdto:XmlModelEntityId
children dynamic-id-attr qualifierSet set-destination remove-destination
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.)
entity-type  OrganisationalEntityType  required      
documentation
Enumerated value defining the type of the organization model entity.
guid  xs:string  required      
documentation
Globally unique ID of the organization model entity.

(Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.)
qualifier  xs:string  optional      
documentation
Only applicable in certain circumstances, and only to organization model entities whose entity-type is PRIVILEGE or CAPABILITY. These entities can have an association with other entities - for example, a resource may hold many capabilities, or a position may have many privileges.

These associations can have a qualifying value, according to their nature, to differentiate them. For example, the PRIVILEGE to sign off a purchase order may be qualified with the maximum amount that can be signed off.
annotation
documentation
Modifies the push destination for an identified entity.
source <xs:complexType name="XmlUpdatePushDestinations">
 
<xs:annotation>
   
<xs:documentation>Modifies the push destination for an identified entity.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="orgdto:XmlModelEntityId">
     
<xs:sequence>
       
<xs:element name="set-destination" type="de:XmlPushDestination" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Assigns a new, or updates an existing, push destination to the identified entity.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="remove-destination" type="de:XmlPushDestinationId" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Removes the identified push destination from the identified entity. If no such push destination exists, no action is taken.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element XmlUpdatePushDestinations/set-destination
diagram deservices_wsdl_diagrams/deservices_wsdl_p2757.png
type XmlPushDestination
properties
minOcc 0
maxOcc unbounded
content complex
children value
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
The name of the push destination.
channel-type  ChannelType  required      
documentation
Enumerated type defining the presentation technology used by the channel associated with this push destination.
channel-id  xs:string  required      
documentation
Unique ID of the channel associated with this push destination.
enabled  xs:boolean  required      
documentation
Boolean value indicating whether this push destination is currently enabled (TRUE) or not (FALSE).
resource-attr-guid  xs:string  optional      
documentation
Unique ID of a resource attribute whose value should be used for the push destination. The parameter descriptor must be assigned to the organization model entity for whom the push destination is being set.  If a value is assigned to both this attribute and the "value" element, the value of this attribute will be used.
annotation
documentation
Assigns a new, or updates an existing, push destination to the identified entity.
source <xs:element name="set-destination" type="de:XmlPushDestination" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Assigns a new, or updates an existing, push destination to the identified entity.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlUpdatePushDestinations/remove-destination
diagram deservices_wsdl_diagrams/deservices_wsdl_p2758.png
type XmlPushDestinationId
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
The name of the push destination.
channel-type  ChannelType  required      
documentation
Enumerated type defining the presentation technology used by the channel associated with this push destination.
channel-id  xs:string  required      
documentation
Unique ID of the channel associated with this push destination.
annotation
documentation
Removes the identified push destination from the identified entity. If no such push destination exists, no action is taken.
source <xs:element name="remove-destination" type="de:XmlPushDestinationId" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Removes the identified push destination from the identified entity. If no such push destination exists, no action is taken.</xs:documentation>
 
</xs:annotation>
</xs:element>

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