Class Index | File Index

Classes


Class Event.RowChangeEvent


Extends Event.AbstractDataEvent.
Represents an event with a row delta information payload
Defined in: <D:\Programs\Neeve\Projects\NeeveBuild\stjsapi/src/main/webapp/js\event\RowChangeEvent.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new event containing delta information for a row
Method Summary
Method Attributes Method Name and Description
boolean 
Returns true if the row before change is equal to the row after
Object 
Returns the row image after change to be used in an acknowlegement.
Event.Row 
Returns the image of the row after change
Event.Row 
Returns the image of the row before change
void 
Sets the row image after change
void 
Sets the row image before change
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.RowChangeEvent(eventId)
Creates a new event containing delta information for a row
Parameters:
{String} eventId
The id of the event to be created
Method Detail
{boolean} equals()
Returns true if the row before change is equal to the row after
Returns:
true if the row before change is equal to the row after, false otherwise

{Object} getAcknowledgementData()
Returns the row image after change to be used in an acknowlegement.
Returns:
The row image after change for an acknowlegement event

{Event.Row} getAfterImage()
Returns the image of the row after change
Returns:
The row image after change

{Event.Row} getBeforeImage()
Returns the image of the row before change
Returns:
The row image before change

setAfterImage(row)
Sets the row image after change
Parameters:
{Event.Row} row
The row to be set as the image after change

setBeforeImage(row)
Sets the row image before change
Parameters:
{Event.Row} row
The row to be set as the image before change

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