Class Event.RowSetEvent
Extends
Event.AbstractDataEvent.
Represents an event with a database row-set object payload
Defined in: <D:\Programs\Neeve\Projects\NeeveBuild16\stjsapi/src/main/webapp/js\event\RowSetEvent.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Event.RowSetEvent(eventId)
Creates a new row-set event
|
Method Attributes | Method Name and Description |
---|---|
Object |
Returns the row-set payload of the event to be used in an acknowlegement.
|
Event.RowSet |
Gets the row-set payload of the event
|
void |
init(descriptor)
Initializes the row-set stored in the event by the specified descriptor.
|
- Methods borrowed from class Event.AbstractDataEvent:
- getCorrelationId, getDurable, getEventGroupId, getEventId, getEventKey, getEventProperty, getEventSource, getForwardTo, getReplyTo, getSecurityAssertionToken, getTimestamp, isProtected, protect, resetReplyTo, setCorrelationId, setDurable, setEventGroupId, setEventKey, setEventProperty, setForwardTo, setReplyTo, setSecurityAssertionToken, unprotect
Class Detail
Event.RowSetEvent(eventId)
Creates a new row-set event
- Parameters:
- {String} eventId
- The id of the row-set event to be created
Method Detail
{Object}
getAcknowledgementData()
Returns the row-set payload of the event to be used in an acknowlegement.
- Returns:
- The row-set payload for an acknowlegement event
{Event.RowSet}
getRowSet()
Gets the row-set payload of the event
- Returns:
- The event row-set
init(descriptor)
Initializes the row-set stored in the event by the specified descriptor.
- Parameters:
- {Event.RowMetaData} descriptor
- The descriptor for initializing of the stored row-set