
public class ORecordOperation extends Object implements Comparable
| Modifier and Type | Field and Description |
|---|---|
static byte |
CREATED |
ORecordCallback<Long> |
createdCallback |
static byte |
DELETED |
static byte |
LOADED |
OIdentifiable |
record |
byte |
type |
static byte |
UPDATED |
ORecordCallback<Integer> |
updatedCallback |
| Constructor and Description |
|---|
ORecordOperation() |
ORecordOperation(OIdentifiable iRecord,
byte iStatus) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object obj) |
static byte |
getId(String iName) |
static String |
getName(int type) |
ORecord |
getRecord() |
ORID |
getRID() |
byte |
getType() |
int |
hashCode() |
OIdentifiable |
setRecord(OIdentifiable record) |
String |
toString() |
public static final byte LOADED
public static final byte UPDATED
public static final byte DELETED
public static final byte CREATED
public byte type
public OIdentifiable record
public ORecordCallback<Long> createdCallback
public ORecordCallback<Integer> updatedCallback
public ORecordOperation()
public ORecordOperation(OIdentifiable iRecord, byte iStatus)
public OIdentifiable setRecord(OIdentifiable record)
public ORecord getRecord()
public ORID getRID()
public static String getName(int type)
public static byte getId(String iName)
public byte getType()
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2009–2025 OrientDB. All rights reserved.