Developing Apama Applications > Developing Apama Applications in EPL > Making Application Data Available to Clients > Creating DataView items > DataViewItem
DataViewItem
Syntax
event DataViewItem {
   string msgId;
   string dvName;
   integer dvItemId;
   string owner;
   sequence<string> fieldValues;
   dictionary<string, string> extraParams;
}
These events are responses to DataViewAddItem events. They indicate the successful creation of a DataView item. The contents of the fields are exactly those of the DataViewAddItem event to which this is a response, except possibly extraParams, and with the addition of the dvItemId field.
Syntax description
dvItemID is the ID of the Item within the DataView. This ID distinguishes the DataView item from all other DataView items that are associated with the same DataView definition. A different DataView item with a different definition might have the same dvItemID.
extraParams is an optional field that future implementations may use.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.