com.apama.dataview
Event DataViewResult


Event representing a return type from Data View actions.
Member summary
 wildcard booleansuccess

Boolean return type representing success or failure within the action.
 wildcard stringmessage

Useful explanation of error when success set to false, or the success action name.
 wildcard integeritemId

The itemId the action was performed on.
 
Member detail

itemId

wildcard integer itemId
The itemId the action was performed on.

If add action, will be a new itemId which can be used when updating or deleting. If using key fields, will be set to the matching itemId. Will be set to '-1' if itemId can not be found (due to error, no matching key fields, etc).

message

wildcard string message
Useful explanation of error when success set to false, or the success action name.

success

wildcard boolean success
Boolean return type representing success or failure within the action.

If false, message will contain useful explanation of the encounted problem. If true, message will be the action name.