element pushNotification
diagram brm_wsdl_diagrams/brm_wsdl_p1185.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children workItemID workTypeID resourceIDs
annotation
documentation
Request element for the pushNotification operation.
source <xs:element name="pushNotification">
 
<xs:annotation>
   
<xs:documentation>Request element for the pushNotification operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="workItemID" type="ManagedObjectID">
       
<xs:annotation>
         
<xs:documentation>ID of the work item</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="workTypeID" type="dm:WorkTypeSpec">
       
<xs:annotation>
         
<xs:documentation>ID of the work type</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="resourceIDs" type="orgdto:XmlModelEntityId" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>list of resource Ids with push destinations</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element pushNotification/workItemID
diagram brm_wsdl_diagrams/brm_wsdl_p1186.png
type ManagedObjectID
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long  required      
documentation
Unique ID of the work item.
version  xs:long        
documentation
Version of the work item.

If not set, the latest version will be used.
annotation
documentation
ID of the work item
source <xs:element name="workItemID" type="ManagedObjectID">
 
<xs:annotation>
   
<xs:documentation>ID of the work item</xs:documentation>
 
</xs:annotation>
</xs:element>

element pushNotification/workTypeID
diagram brm_wsdl_diagrams/brm_wsdl_p1187.png
type WorkTypeSpec
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
workTypeID  xs:string  required      
documentation
The UID of the work type
workTypeDescription  xs:string  required      
documentation
The description of the work type.
version  xs:string        
documentation
The OSGi version number of this work type.
annotation
documentation
ID of the work type
source <xs:element name="workTypeID" type="dm:WorkTypeSpec">
 
<xs:annotation>
   
<xs:documentation>ID of the work type</xs:documentation>
 
</xs:annotation>
</xs:element>

element pushNotification/resourceIDs
diagram brm_wsdl_diagrams/brm_wsdl_p1188.png
type XmlModelEntityId
properties
minOcc 0
maxOcc unbounded
content complex
children dynamic-id-attr 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.)
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
list of resource Ids with push destinations
source <xs:element name="resourceIDs" type="orgdto:XmlModelEntityId" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>list of resource Ids with push destinations</xs:documentation>
 
</xs:annotation>
</xs:element>

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