Class Index | File Index

Classes


Class Event.RowEvent


Extends Event.AbstractDataEvent.
Represents an event with an row (an array of name-value pairs) object payload
Defined in: <D:\Programs\Neeve\Projects\NeeveBuild16\stjsapi/src/main/webapp/js\event\RowEvent.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Event.RowEvent(eventId)
Creates a new row event
Method Summary
Method Attributes Method Name and Description
Object 
Returns the data row payload of the event to be used in an acknowlegement.
Row 
Gets the row payload of the event
void 
init(descriptor)
Initializes the row stored in the event by the specified descriptor.
void 
Initializes the row stored in the event by the specified row set.
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.RowEvent(eventId)
Creates a new row event
Parameters:
{String} eventId
The id of the row event to be created
Method Detail
{Object} getAcknowledgementData()
Returns the data row payload of the event to be used in an acknowlegement.
Returns:
The data row payload for an acknowlegement event

{Row} getRow()
Gets the row payload of the event
Returns:
The event data row

init(descriptor)
Initializes the row stored in the event by the specified descriptor.
Parameters:
{RowMetaData} descriptor
The descriptor for initializing of the stored row

initFromRowSet(rowSet)
Initializes the row stored in the event by the specified row set.
Parameters:
{RowSet} rowSet
The row set for initializing of the stored row

Copyright © 2015-2021 StreamScape Technologies. All rights reserved.