Uses of Interface
com.orientechnologies.orient.core.fetch.OFetchContext
Packages that use OFetchContext
Package
Description
-
Uses of OFetchContext in com.orientechnologies.orient.core.fetch
Methods in com.orientechnologies.orient.core.fetch with parameters of type OFetchContextModifier and TypeMethodDescriptionstatic voidOFetchHelper.fetch(ORecord rootRecord, Object userObject, OFetchPlan fetchPlan, OFetchListener listener, OFetchContext context, String format) OFetchListener.fetchLinked(ODocument iRoot, Object iUserObject, String iFieldName, ODocument iLinked, OFetchContext iContext) Fetch the linked field.OFetchListener.fetchLinkedCollectionValue(ODocument iRoot, Object iUserObject, String iFieldName, ODocument iLinked, OFetchContext iContext) OFetchListener.fetchLinkedMapEntry(ODocument iRoot, Object iUserObject, String iFieldName, String iKey, ODocument iLinked, OFetchContext iContext) voidOFetchListener.parseLinked(ODocument iRootRecord, OIdentifiable iLinked, Object iUserObject, String iFieldName, OFetchContext iContext) voidOFetchListener.parseLinkedCollectionValue(ODocument iRootRecord, OIdentifiable iLinked, Object iUserObject, String iFieldName, OFetchContext iContext) static voidOFetchHelper.processRecordRidMap(ODocument record, OFetchPlan iFetchPlan, int iCurrentLevel, int iLevelFromRoot, int iFieldDepthLevel, Map<ORID, Integer> parsedRecords, String iFieldPathFromRoot, OFetchContext iContext) voidOFetchListener.processStandardField(ODocument iRecord, Object iFieldValue, String iFieldName, OFetchContext iContext, Object iUserObject, String iFormat, OType filedType) voidOFetchListener.skipStandardField(ODocument iRecord, String iFieldName, OFetchContext iContext, Object iUserObject, String iFormat) -
Uses of OFetchContext in com.orientechnologies.orient.core.fetch.json
Classes in com.orientechnologies.orient.core.fetch.json that implement OFetchContextMethods in com.orientechnologies.orient.core.fetch.json with parameters of type OFetchContextModifier and TypeMethodDescriptionOJSONFetchListener.fetchLinked(ODocument iRecord, Object iUserObject, String iFieldName, ODocument iLinked, OFetchContext iContext) OJSONFetchListener.fetchLinkedCollectionValue(ODocument iRoot, Object iUserObject, String iFieldName, ODocument iLinked, OFetchContext iContext) OJSONFetchListener.fetchLinkedMapEntry(ODocument iRecord, Object iUserObject, String iFieldName, String iKey, ODocument iLinked, OFetchContext iContext) voidOJSONFetchListener.parseLinked(ODocument iRootRecord, OIdentifiable iLinked, Object iUserObject, String iFieldName, OFetchContext iContext) voidOJSONFetchListener.parseLinkedCollectionValue(ODocument iRootRecord, OIdentifiable iLinked, Object iUserObject, String iFieldName, OFetchContext iContext) voidOJSONFetchListener.processStandardCollectionValue(Object iFieldValue, OFetchContext iContext) voidOJSONFetchListener.processStandardField(ODocument iRecord, Object iFieldValue, String iFieldName, OFetchContext iContext, Object iusObject, String iFormat, OType filedType) voidOJSONFetchListener.skipStandardField(ODocument iRecord, String iFieldName, OFetchContext iContext, Object iUserObject, String iFormat) -
Uses of OFetchContext in com.orientechnologies.orient.core.fetch.remote
Classes in com.orientechnologies.orient.core.fetch.remote that implement OFetchContextMethods in com.orientechnologies.orient.core.fetch.remote with parameters of type OFetchContextModifier and TypeMethodDescriptionORemoteFetchListener.fetchLinked(ODocument iRoot, Object iUserObject, String iFieldName, ODocument iLinked, OFetchContext iContext) ORemoteFetchListener.fetchLinkedCollectionValue(ODocument iRoot, Object iUserObject, String iFieldName, ODocument iLinked, OFetchContext iContext) ORemoteFetchListener.fetchLinkedMapEntry(ODocument iRoot, Object iUserObject, String iFieldName, String iKey, ODocument iLinked, OFetchContext iContext) voidORemoteFetchListener.parseLinked(ODocument iRootRecord, OIdentifiable iLinked, Object iUserObject, String iFieldName, OFetchContext iContext) voidORemoteFetchListener.parseLinkedCollectionValue(ODocument iRootRecord, OIdentifiable iLinked, Object iUserObject, String iFieldName, OFetchContext iContext) voidORemoteFetchListener.processStandardField(ODocument iRecord, Object iFieldValue, String iFieldName, OFetchContext iContext, Object iusObject, String iFormat, OType filedType) voidORemoteFetchListener.skipStandardField(ODocument iRecord, String iFieldName, OFetchContext iContext, Object iUserObject, String iFormat)