public class OLiveQueryHookV2 extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OLiveQueryHookV2.OLiveQueryOp |
static class |
OLiveQueryHookV2.OLiveQueryOps |
Constructor and Description |
---|
OLiveQueryHookV2() |
Modifier and Type | Method and Description |
---|---|
static void |
addOp(ODocument iDocument,
byte iType,
ODatabaseDocument database) |
static OResultInternal |
calculateBefore(ODocument iDocument) |
static OLiveQueryHookV2.OLiveQueryOps |
getOpsReference(ODatabaseInternal db) |
static void |
notifyForTxChanges(ODatabaseDocument database) |
static void |
removePendingDatabaseOps(ODatabaseDocument database) |
static Integer |
subscribe(Integer token,
OLiveQueryListenerV2 iListener,
ODatabaseInternal db) |
static Object |
unboxRidbags(Object value) |
static void |
unsubscribe(Integer id,
ODatabaseInternal db) |
public static OLiveQueryHookV2.OLiveQueryOps getOpsReference(ODatabaseInternal db)
public static Integer subscribe(Integer token, OLiveQueryListenerV2 iListener, ODatabaseInternal db)
public static void unsubscribe(Integer id, ODatabaseInternal db)
public static void notifyForTxChanges(ODatabaseDocument database)
public static void removePendingDatabaseOps(ODatabaseDocument database)
public static void addOp(ODocument iDocument, byte iType, ODatabaseDocument database)
public static OResultInternal calculateBefore(ODocument iDocument)
Copyright © 2009–2020 OrientDB. All rights reserved.