public class ORemoteFetchContext extends Object implements OFetchContext
Constructor and Description |
---|
ORemoteFetchContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
fetchEmbeddedDocuments() |
void |
onAfterArray(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
onAfterCollection(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
onAfterDocument(ODocument iRootRecord,
ODocument iDocument,
String iFieldName,
Object iUserObject) |
void |
onAfterFetch(ODocument iRootRecord) |
void |
onAfterMap(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
onAfterStandardField(Object iFieldValue,
String iFieldName,
Object iUserObject,
OType fieldType) |
void |
onBeforeArray(ODocument iRootRecord,
String iFieldName,
Object iUserObject,
OIdentifiable[] iArray) |
void |
onBeforeCollection(ODocument iRootRecord,
String iFieldName,
Object iUserObject,
Iterable<?> iterable) |
void |
onBeforeDocument(ODocument iRecord,
ODocument iDocument,
String iFieldName,
Object iUserObject) |
void |
onBeforeFetch(ODocument iRootRecord) |
void |
onBeforeMap(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
onBeforeStandardField(Object iFieldValue,
String iFieldName,
Object iUserObject,
OType fieldType) |
public void onBeforeStandardField(Object iFieldValue, String iFieldName, Object iUserObject, OType fieldType)
onBeforeStandardField
in interface OFetchContext
public void onAfterStandardField(Object iFieldValue, String iFieldName, Object iUserObject, OType fieldType)
onAfterStandardField
in interface OFetchContext
public void onBeforeMap(ODocument iRootRecord, String iFieldName, Object iUserObject) throws OFetchException
onBeforeMap
in interface OFetchContext
OFetchException
public void onBeforeFetch(ODocument iRootRecord) throws OFetchException
onBeforeFetch
in interface OFetchContext
OFetchException
public void onBeforeArray(ODocument iRootRecord, String iFieldName, Object iUserObject, OIdentifiable[] iArray) throws OFetchException
onBeforeArray
in interface OFetchContext
OFetchException
public void onAfterArray(ODocument iRootRecord, String iFieldName, Object iUserObject) throws OFetchException
onAfterArray
in interface OFetchContext
OFetchException
public void onBeforeDocument(ODocument iRecord, ODocument iDocument, String iFieldName, Object iUserObject) throws OFetchException
onBeforeDocument
in interface OFetchContext
OFetchException
public void onBeforeCollection(ODocument iRootRecord, String iFieldName, Object iUserObject, Iterable<?> iterable) throws OFetchException
onBeforeCollection
in interface OFetchContext
OFetchException
public void onAfterMap(ODocument iRootRecord, String iFieldName, Object iUserObject) throws OFetchException
onAfterMap
in interface OFetchContext
OFetchException
public void onAfterFetch(ODocument iRootRecord) throws OFetchException
onAfterFetch
in interface OFetchContext
OFetchException
public void onAfterDocument(ODocument iRootRecord, ODocument iDocument, String iFieldName, Object iUserObject) throws OFetchException
onAfterDocument
in interface OFetchContext
OFetchException
public void onAfterCollection(ODocument iRootRecord, String iFieldName, Object iUserObject) throws OFetchException
onAfterCollection
in interface OFetchContext
OFetchException
public boolean fetchEmbeddedDocuments()
fetchEmbeddedDocuments
in interface OFetchContext
Copyright © 2009–2020 OrientDB. All rights reserved.