public class OLiveQueryResult extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
CREATE_EVENT |
static byte |
DELETE_EVENT |
static byte |
UPDATE_EVENT |
Constructor and Description |
---|
OLiveQueryResult(byte eventType,
OResult currentValue,
OResult oldValue) |
Modifier and Type | Method and Description |
---|---|
OResult |
getCurrentValue() |
byte |
getEventType() |
OResult |
getOldValue() |
void |
setCurrentValue(OResult currentValue) |
void |
setEventType(byte eventType) |
void |
setOldValue(OResult oldValue) |
public static final byte CREATE_EVENT
public static final byte UPDATE_EVENT
public static final byte DELETE_EVENT
public byte getEventType()
public void setOldValue(OResult oldValue)
public OResult getCurrentValue()
public void setCurrentValue(OResult currentValue)
public void setEventType(byte eventType)
public OResult getOldValue()
Copyright © 2009–2020 OrientDB. All rights reserved.