Developing Apama Applications
>
Developing Apama Applications in EPL
>
Making Application Data Available to Clients
>
Deleting DataView Items
>
DataViewDeleteAllItems
DataViewDeleteAllItems
Syntax
event DataViewDeleteAllItems {
string
msgId
;
string
dvName
;
dictionary<string, string>
extraParams
;
}
Create and route an event of this type in order to delete all DataView items associated with a specified DataView definition. A response is provided by a
DataViewAllItemsDeleted
,
DataViewException
, or
DataViewItemException
evens.
Syntax description
msgId
is an optional field for a message ID that applications can use to identify responses.
dvName
is the unique name of the DataView definition all of whose associated items are to be deleted.
Copyright ©
Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its Subsidiaries and or/its Affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.