com.apama.dataview
Event DataViewItem


Notifies all interested clients that a new Item has been added to a specific DataView. The event provides the unique itemID, owner (user), and initial values for all fields.
See Also:
com.apama.dataview.DataViewAddItem - Direction: From the DataViewService to the customer Monitor.

Member summary
 stringmsgId

[OPTIONAL] A messageId that applications may choose to use to identify "responses".
 stringdvName

The unique name of the DataView.
 integerdvItemId

The ID of the Item within the DataView.
 stringowner

The owner (user) of the Item.
 sequence<string>fieldValues

Sequence of field values in string form.
 dictionary<stringstring>extraParams

[OPTIONAL] Some implementations may choose to make use of this field.
 
Member detail

dvItemId

            integer dvItemId
        
The ID of the Item within the DataView.

dvName

            string dvName
        
The unique name of the DataView.

extraParams

            dictionary<stringstringextraParams
        
[OPTIONAL] Some implementations may choose to make use of this field.

fieldValues

            sequence<stringfieldValues
        
Sequence of field values in string form.

msgId

            string msgId
        
[OPTIONAL] A messageId that applications may choose to use to identify "responses".

owner

            string owner
        
The owner (user) of the Item.