Class Event.RowChangeEvent
Extends
Event.AbstractDataEvent.
Represents an event with a row delta information payload
Defined in: <D:\Programs\Neeve\Projects\NeeveBuild16\stjsapi/src/main/webapp/js\event\RowChangeEvent.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Event.RowChangeEvent(eventId)
Creates a new event containing delta information for a row
|
Method Attributes | Method Name and Description |
---|---|
boolean |
equals()
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 |
setAfterImage(row)
Sets the row image after change
|
void |
setBeforeImage(row)
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