Uses of Interface
com.orientechnologies.orient.core.record.ORecord
Packages that use ORecord
Package
Description
Contains the Storage interface and the basic implementations.
-
Uses of ORecord in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote that return types with arguments of type ORecord -
Uses of ORecord in com.orientechnologies.orient.client.remote.db.document
Methods in com.orientechnologies.orient.client.remote.db.document with type parameters of type ORecordModifier and TypeMethodDescription<RET extends ORecord>
RETODatabaseDocumentRemote.executeReadRecord(ORecordId rid, ORecord iRecord, int recordVersion, String fetchPlan, boolean ignoreCache, boolean iUpdateCache, RecordReader recordReader) This method is internal, it can be subject to signature change or be removed, do not use.<RET extends ORecord>
RET<RET extends ORecord>
RETMethods in com.orientechnologies.orient.client.remote.db.document that return ORecordModifier and TypeMethodDescriptionMethods in com.orientechnologies.orient.client.remote.db.document with parameters of type ORecordModifier and TypeMethodDescriptionvoidOTransactionOptimisticClient.addRecord(ORecord iRecord, byte iStatus, String iClusterName, boolean callHook) <RET extends ORecord>
RETODatabaseDocumentRemote.executeReadRecord(ORecordId rid, ORecord iRecord, int recordVersion, String fetchPlan, boolean ignoreCache, boolean iUpdateCache, RecordReader recordReader) This method is internal, it can be subject to signature change or be removed, do not use.ODatabaseDocumentRemote.getClusterName(ORecord record) -
Uses of ORecord in com.orientechnologies.orient.client.remote.message
Methods in com.orientechnologies.orient.client.remote.message that return ORecordModifier and TypeMethodDescriptionOCreateRecordRequest.getContent()OUpdateRecordRequest.getContent()Methods in com.orientechnologies.orient.client.remote.message with parameters of type ORecordModifier and TypeMethodDescriptionstatic byte[]OMessageHelper.getRecordBytes(ORecord iRecord, ORecordSerializer serializer) static voidOMessageHelper.writeRecord(OChannelDataOutput channel, ORecord iRecord, ORecordSerializer serializer) Method parameters in com.orientechnologies.orient.client.remote.message with type arguments of type ORecordModifier and TypeMethodDescriptionprotected ObjectOCommandResponse.readSynchResult(OChannelDataInput network, ODatabaseDocument database, List<ORecord> temporaryResults) Constructors in com.orientechnologies.orient.client.remote.message with parameters of type ORecordModifierConstructorDescriptionOCreateRecordRequest(ORecord iContent, ORecordId iRid, byte iRecordType) OUpdateRecordRequest(ORecordId iRid, ORecord iContent, int iVersion, boolean updateContent, byte iRecordType) Constructor parameters in com.orientechnologies.orient.client.remote.message with type arguments of type ORecordModifierConstructorDescriptionOReadRecordIfVersionIsNotLatestResponse(byte recordType, int version, byte[] record, Set<ORecord> recordsToSend) OReadRecordResponse(byte recordType, int version, byte[] record, Set<ORecord> recordsToSend) -
Uses of ORecord in com.orientechnologies.orient.client.remote.metadata.security
Methods in com.orientechnologies.orient.client.remote.metadata.security with parameters of type ORecordModifier and TypeMethodDescriptionbooleanOSecurityRemote.canCreate(ODatabaseSession session, ORecord record) booleanOSecurityRemote.canDelete(ODatabaseSession session, ORecord record) booleanOSecurityRemote.canRead(ODatabaseSession session, ORecord record) booleanOSecurityRemote.canUpdate(ODatabaseSession session, ORecord record) -
Uses of ORecord in com.orientechnologies.orient.console
Fields in com.orientechnologies.orient.console declared as ORecordMethods in com.orientechnologies.orient.console that return ORecordModifier and TypeMethodDescriptionOConsoleDatabaseApp.getCurrentRecord()Should be used only by console commands -
Uses of ORecord in com.orientechnologies.orient.core.cache
Methods in com.orientechnologies.orient.core.cache that return ORecordModifier and TypeMethodDescriptionOLocalRecordCache.findRecord(ORID rid) Looks up for record in cache by it's identifier.OLocalRecordCache.freeRecord(ORID rid) Remove record with specified identifierLook up for record in cache by it's identifierPush record to cache.Remove record with specified identifierMethods in com.orientechnologies.orient.core.cache with parameters of type ORecord -
Uses of ORecord in com.orientechnologies.orient.core.command.script
Methods in com.orientechnologies.orient.core.command.script that return ORecordMethods in com.orientechnologies.orient.core.command.script with parameters of type ORecord -
Uses of ORecord in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db with type parameters of type ORecordModifier and TypeMethodDescription<RET extends ORecord>
RETODatabaseDocumentInternal.executeReadRecord(ORecordId rid, ORecord iRecord, int recordVersion, String fetchPlan, boolean ignoreCache, boolean iUpdateCache, RecordReader recordReader) <RET extends ORecord>
RETODatabaseDocumentInternal.loadIfVersionIsNotLatest(ORID rid, int recordVersion, String fetchPlan, boolean ignoreCache) Methods in com.orientechnologies.orient.core.db that return ORecordModifier and TypeMethodDescriptionOHookReplacedRecordThreadLocal.getIfDefined()OUserObject2RecordHandler.getRecordByUserObject(Object iUserObject, boolean iCreateIfNotAvailable) Returns the record associated to a user object.Methods in com.orientechnologies.orient.core.db with parameters of type ORecordModifier and TypeMethodDescriptionintODatabaseDocumentInternal.assignAndCheckCluster(ORecord record, String iClusterName) <RET extends ORecord>
RETODatabaseDocumentInternal.executeReadRecord(ORecordId rid, ORecord iRecord, int recordVersion, String fetchPlan, boolean ignoreCache, boolean iUpdateCache, RecordReader recordReader) ODatabaseDocumentInternal.getClusterName(ORecord record) voidOUserObject2RecordHandler.registerUserObject(Object iUserObject, ORecord iRecord) Registers the association between a user object and a record.voidOUserObject2RecordHandler.registerUserObjectAfterLinkSave(ORecord iRecord) Registers the saved linked record. -
Uses of ORecord in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document with type parameters of type ORecordModifier and TypeMethodDescription<REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocument.browseCluster(String iClusterName) Deprecated.<REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocument.browseCluster(String iClusterName, Class<REC> iRecordClass) Deprecated.<REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocument.browseCluster(String iClusterName, Class<REC> iRecordClass, long startClusterPosition, long endClusterPosition) Deprecated.<REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocumentAbstract.browseCluster(String iClusterName, Class<REC> iClass) <REC extends ORecord>
ORecordIteratorCluster<REC> ODatabaseDocumentAbstract.browseCluster(String iClusterName, Class<REC> iRecordClass, long startClusterPosition, long endClusterPosition) abstract <RET extends ORecord>
RETODatabaseDocumentAbstract.executeReadRecord(ORecordId rid, ORecord iRecord, int recordVersion, String fetchPlan, boolean ignoreCache, boolean iUpdateCache, RecordReader recordReader) This method is internal, it can be subject to signature change or be removed, do not use.<RET extends ORecord>
RETODatabaseDocumentEmbedded.executeReadRecord(ORecordId rid, ORecord iRecord, int recordVersion, String fetchPlan, boolean ignoreCache, boolean iUpdateCache, RecordReader recordReader) This method is internal, it can be subject to signature change or be removed, do not use.<RET extends ORecord>
RETODatabaseDocument.getRecord(OIdentifiable iIdentifiable) Returns the record for a OIdentifiable instance.<RET extends ORecord>
RETODatabaseDocumentAbstract.getRecord(OIdentifiable iIdentifiable) Returns the record for a OIdentifiable instance.<RET extends ORecord>
RET<RET extends ORecord>
RET<RET extends ORecord>
RETLoads the entity by the Record ID using a fetch plan and specifying if the cache must be ignored.<RET extends ORecord>
RET<RET extends ORecord>
RET<RET extends ORecord>
RETLoads a record using a fetch plan.<RET extends ORecord>
RETODatabaseDocumentAbstract.loadIfVersionIsNotLatest(ORID rid, int recordVersion, String fetchPlan, boolean ignoreCache) <RET extends ORecord>
RET<RET extends ORecord>
RET<RET extends ORecord>
RET<RET extends ORecord>
RET<RET extends ORecord>
RET<RET extends ORecord>
RETODatabaseDocumentAbstract.reload(ORecord record, String fetchPlan, boolean ignoreCache, boolean force) <RET extends ORecord>
RETSaves a document to the database.<RET extends ORecord>
RETSaves a document specifying a cluster where to store the record.<RET extends ORecord>
RETSaves a document specifying a cluster where to store the record.Methods in com.orientechnologies.orient.core.db.document that return ORecordModifier and TypeMethodDescriptionMethods in com.orientechnologies.orient.core.db.document that return types with arguments of type ORecordModifier and TypeMethodDescriptionODatabaseDocumentAbstract.commit()Commits the current transaction.Deletes the record checking the version.ODatabaseDocumentAbstract.getDictionary()Deprecated.ODatabaseDocumentAbstract.rollback()Aborts the current running transaction.ODatabaseDocumentAbstract.setDatabaseOwner(ODatabaseInternal<?> iOwner) Internal.Methods in com.orientechnologies.orient.core.db.document with parameters of type ORecordModifier and TypeMethodDescriptionintODatabaseDocumentAbstract.assignAndCheckCluster(ORecord record, String iClusterName) protected voidODatabaseDocumentAbstract.callbackHookFailure(ORecord record, boolean wasNew, byte[] stream) protected voidODatabaseDocumentAbstract.callbackHookFinalize(ORecord record, boolean wasNew, byte[] stream) protected voidODatabaseDocumentAbstract.callbackHookSuccess(ORecord record, boolean wasNew, byte[] stream, OStorageOperationResult<Integer> operationResult) protected voidODatabaseDocumentAbstract.clearDocumentTracking(ORecord record) Deletes a document.abstract <RET extends ORecord>
RETODatabaseDocumentAbstract.executeReadRecord(ORecordId rid, ORecord iRecord, int recordVersion, String fetchPlan, boolean ignoreCache, boolean iUpdateCache, RecordReader recordReader) This method is internal, it can be subject to signature change or be removed, do not use.<RET extends ORecord>
RETODatabaseDocumentEmbedded.executeReadRecord(ORecordId rid, ORecord iRecord, int recordVersion, String fetchPlan, boolean ignoreCache, boolean iUpdateCache, RecordReader recordReader) This method is internal, it can be subject to signature change or be removed, do not use.static ObjectODatabaseDocumentAbstract.executeWithRetries(OCallable<Object, Integer> callback, int maxRetry, int waitBetweenRetry, ORecord[] recordToReloadOnRetry) ODatabaseDocumentEmbedded.getClusterName(ORecord record) <RET extends ORecord>
RET<RET extends ORecord>
RET<RET extends ORecord>
RETLoads a record using a fetch plan.<RET extends ORecord>
RET<RET extends ORecord>
RET<RET extends ORecord>
RET<RET extends ORecord>
RETODatabaseDocumentAbstract.reload(ORecord record, String fetchPlan, boolean ignoreCache, boolean force) <RET extends ORecord>
RETSaves a document to the database.<RET extends ORecord>
RETSaves a document specifying a cluster where to store the record.<RET extends ORecord>
RETSaves a document specifying a cluster where to store the record. -
Uses of ORecord in com.orientechnologies.orient.core.db.record
Methods in com.orientechnologies.orient.core.db.record with type parameters of type ORecordModifier and TypeMethodDescription<T extends ORecord>
TOIdentifiable.getRecord()Returns the record instance.Methods in com.orientechnologies.orient.core.db.record that return ORecordMethods in com.orientechnologies.orient.core.db.record with parameters of type ORecordModifier and TypeMethodDescriptionvoidORecordLazySet.onAfterIdentityChange(ORecord record) voidORecordLazySet.onBeforeIdentityChange(ORecord record) -
Uses of ORecord in com.orientechnologies.orient.core.fetch
Methods in com.orientechnologies.orient.core.fetch with parameters of type ORecordModifier and TypeMethodDescriptionstatic voidOFetchHelper.fetch(ORecord rootRecord, Object userObject, OFetchPlan fetchPlan, OFetchListener listener, OFetchContext context, String format) -
Uses of ORecord in com.orientechnologies.orient.core.fetch.json
Methods in com.orientechnologies.orient.core.fetch.json with parameters of type ORecordModifier and TypeMethodDescriptionvoidOJSONFetchContext.writeSignature(OJSONWriter json, ORecord record) -
Uses of ORecord in com.orientechnologies.orient.core.fetch.remote
Methods in com.orientechnologies.orient.core.fetch.remote with parameters of type ORecordModifier and TypeMethodDescriptionprotected abstract voidORemoteFetchListener.sendRecord(ORecord iLinked) -
Uses of ORecord in com.orientechnologies.orient.core.hook
Methods in com.orientechnologies.orient.core.hook with parameters of type ORecordModifier and TypeMethodDescriptionvoidORecordHookAbstract.onRecordAfterCreate(ORecord iRecord) It's called just after the iRecord is created.voidORecordHookAbstract.onRecordAfterDelete(ORecord iRecord) It's called just after the iRecord is deleted.voidORecordHookAbstract.onRecordAfterRead(ORecord iRecord) It's called just after the iRecord is read.voidORecordHookAbstract.onRecordAfterReplicaAdd(ORecord record) voidORecordHookAbstract.onRecordAfterReplicaDelete(ORecord record) voidORecordHookAbstract.onRecordAfterReplicaUpdate(ORecord record) voidORecordHookAbstract.onRecordAfterUpdate(ORecord iRecord) It's called just after the iRecord is updated.ORecordHookAbstract.onRecordBeforeCreate(ORecord iRecord) It's called just before to create the new iRecord.ORecordHookAbstract.onRecordBeforeDelete(ORecord iRecord) It's called just before to delete the iRecord.ORecordHookAbstract.onRecordBeforeRead(ORecord iRecord) It's called just before to read the iRecord.ORecordHookAbstract.onRecordBeforeReplicaAdd(ORecord record) ORecordHookAbstract.onRecordBeforeReplicaDelete(ORecord record) ORecordHookAbstract.onRecordBeforeReplicaUpdate(ORecord record) ORecordHookAbstract.onRecordBeforeUpdate(ORecord iRecord) It's called just before to update the iRecord.voidORecordHookAbstract.onRecordCreateFailed(ORecord iRecord) voidORecordHookAbstract.onRecordCreateReplicated(ORecord iRecord) voidORecordHookAbstract.onRecordDeleteFailed(ORecord iRecord) voidORecordHookAbstract.onRecordDeleteReplicated(ORecord iRecord) voidORecordHookAbstract.onRecordFinalizeCreation(ORecord record) voidORecordHookAbstract.onRecordFinalizeDeletion(ORecord record) voidORecordHookAbstract.onRecordFinalizeUpdate(ORecord record) voidORecordHookAbstract.onRecordReadFailed(ORecord iRecord) voidORecordHookAbstract.onRecordReadReplicated(ORecord iRecord) voidORecordHookAbstract.onRecordReplicaAddFailed(ORecord record) voidORecordHookAbstract.onRecordReplicaDeleteFailed(ORecord record) voidORecordHookAbstract.onRecordReplicaUpdateFailed(ORecord record) voidORecordHookAbstract.onRecordUpdateFailed(ORecord iRecord) voidORecordHookAbstract.onRecordUpdateReplicated(ORecord iRecord) ODocumentHookAbstract.onTrigger(ORecordHook.TYPE iType, ORecord iRecord) ORecordHook.onTrigger(ORecordHook.TYPE iType, ORecord iRecord) ORecordHookAbstract.onTrigger(ORecordHook.TYPE iType, ORecord record) -
Uses of ORecord in com.orientechnologies.orient.core.id
Methods in com.orientechnologies.orient.core.id with type parameters of type ORecord -
Uses of ORecord in com.orientechnologies.orient.core.index
Methods in com.orientechnologies.orient.core.index that return types with arguments of type ORecordModifier and TypeMethodDescriptionOIndexManager.getDictionary()Deprecated.Manual indexes are deprecated and will be removedOIndexManagerAbstract.getDictionary(ODatabaseDocumentInternal database) OIndexManagerRemote.getDictionary(ODatabaseDocumentInternal database) OIndexManagerShared.getDictionary(ODatabaseDocumentInternal database) OSessionIndexManager.getDictionary() -
Uses of ORecord in com.orientechnologies.orient.core.iterator
Classes in com.orientechnologies.orient.core.iterator with type parameters of type ORecordModifier and TypeClassDescriptionclassORecordIteratorClass<REC extends ORecord>Iterator class to browse forward and backward the records of a cluster.classORecordIteratorClassDescendentOrder<REC extends ORecord>Record iterator to browse records in inverse order: from last to the first.classORecordIteratorCluster<REC extends ORecord>Iterator class to browse forward and backward the records of a cluster.classORecordIteratorClusters<REC extends ORecord>Iterator to browse multiple clusters forward and backward.Fields in com.orientechnologies.orient.core.iterator declared as ORecordMethods in com.orientechnologies.orient.core.iterator that return ORecordModifier and TypeMethodDescriptionOIdentifiableIterator.current()protected ORecordOIdentifiableIterator.getRecord()Return the record to use for the operation.protected ORecordOIdentifiableIterator.getTransactionEntry()protected ORecordOIdentifiableIterator.readCurrentRecord(ORecord iRecord, int iMovement) Read the current record and increment the counter if the record was found.Methods in com.orientechnologies.orient.core.iterator with parameters of type ORecordModifier and TypeMethodDescriptionprotected booleanprotected booleanprotected ORecordOIdentifiableIterator.readCurrentRecord(ORecord iRecord, int iMovement) Read the current record and increment the counter if the record was found. -
Uses of ORecord in com.orientechnologies.orient.core.metadata.schema
Method parameters in com.orientechnologies.orient.core.metadata.schema with type arguments of type ORecordModifier and TypeMethodDescriptionprotected voidOClassImpl.checkAllLikedObjects(ODatabaseInternal<ORecord> database, String propertyName, OType type, OClass linkedClass) voidOClassImpl.checkPersistentPropertyType(ODatabaseInternal<ORecord> database, String propertyName, OType type, OClass linkedClass) -
Uses of ORecord in com.orientechnologies.orient.core.metadata.security
Methods in com.orientechnologies.orient.core.metadata.security with parameters of type ORecordModifier and TypeMethodDescriptionbooleanOSecurityInternal.canCreate(ODatabaseSession session, ORecord record) booleanOSecurityShared.canCreate(ODatabaseSession session, ORecord record) booleanOSecurityInternal.canDelete(ODatabaseSession session, ORecord record) booleanOSecurityShared.canDelete(ODatabaseSession session, ORecord record) booleanOSecurityInternal.canRead(ODatabaseSession session, ORecord record) booleanOSecurityShared.canRead(ODatabaseSession session, ORecord record) booleanOSecurityInternal.canUpdate(ODatabaseSession session, ORecord record) booleanOSecurityShared.canUpdate(ODatabaseSession session, ORecord record) -
Uses of ORecord in com.orientechnologies.orient.core.record
Subinterfaces of ORecord in com.orientechnologies.orient.core.recordClasses in com.orientechnologies.orient.core.record that implement ORecordMethods in com.orientechnologies.orient.core.record with type parameters of type ORecordModifier and TypeMethodDescription<RET extends ORecord>
RETORecord.clear()All the fields are deleted but the record identity is maintained.<RET extends ORecord>
RETORecord.copy()Creates a copy of the record.protected <RET extends ORecord>
RETORecordAbstract.flatCopy()<RET extends ORecord>
RETFills the record parsing the content in JSON format.<RET extends ORecord>
RETORecordAbstract.fromJSON(InputStream iContentResult) <RET extends ORecord>
RET<RET extends ORecord>
RET<RET extends ORecord>
RET<RET extends ORecord>
RETORecord.reset()Resets the record to be reused.<RET extends ORecord>
RETORecord.unload()Unloads current record.Methods in com.orientechnologies.orient.core.record that return ORecordModifier and TypeMethodDescriptionORecordAbstract.getRecord()ORecordFactoryManager.newInstance(byte iRecordType, int cluster, ODatabaseDocumentInternal database) ORecordFactoryManager.newInstance(int cluster, ODatabaseDocumentInternal database) ORecordFactoryManager.ORecordFactory.newRecord(int cluster, ODatabaseDocumentInternal database) Methods in com.orientechnologies.orient.core.record that return types with arguments of type ORecordMethods in com.orientechnologies.orient.core.record with parameters of type ORecordModifier and TypeMethodDescriptionstatic voidORecordInternal.addIdentityChangeListener(ORecord record, OIdentityChangeListener identityChangeListener) static voidORecordInternal.clearSource(ORecord record) static voidORecordInternal.copyContent(ORecord dest, ORecord source) static voidORecordInternal.copyContent(ORecord dest, ORecord source, ODatabaseDocumentInternal db) static ORecordAbstractInternal only.static ORecordAbstractORecordInternal.fill(ORecord record, ORID iRid, int iVersion, byte[] iBuffer, boolean iDirty, ODatabaseDocumentInternal db) static voidORecordInternal.fromStream(ORecord record, byte[] iBuffer, ODatabaseDocumentInternal db) static byte[]static ODirtyManagerORecordInternal.getDirtyManager(ORecord record) static ORecordSerializerORecordInternal.getRecordSerializer(ORecord iRecord) static byteORecordInternal.getRecordType(ORecord record) Internal only.static booleanORecordInternal.isContentChanged(ORecord record) voidOIdentityChangeListener.onAfterIdentityChange(ORecord record) called afer the change of the identity is made.protected voidORecordAbstract.onAfterIdentityChanged(ORecord iRecord) static voidORecordInternal.onAfterIdentityChanged(ORecord record) voidOIdentityChangeListener.onBeforeIdentityChange(ORecord record) Called before the change of the identity is made.protected voidORecordAbstract.onBeforeIdentityChanged(ORecord iRecord) static voidORecordInternal.onBeforeIdentityChanged(ORecord record) voidORecordListener.onEvent(ORecord iDocument, ORecordListener.EVENT iEvent) Deprecated.static voidORecordInternal.removeIdentityChangeListener(ORecord record, OIdentityChangeListener identityChangeListener) static voidORecordInternal.setContentChanged(ORecord record, boolean changed) static voidORecordInternal.setDirtyManager(ORecord record, ODirtyManager dirtyManager) static ORecordAbstractORecordInternal.setIdentity(ORecord record, int iClusterId, long iClusterPosition) Internal only.static ORecordAbstractORecordInternal.setIdentity(ORecord record, ORecordId iIdentity) Internal only.static voidORecordInternal.setRecordSerializer(ORecord record, ORecordSerializer serializer) static voidORecordInternal.setVersion(ORecord record, int iVersion) Internal only.static voidORecordInternal.unsetDirty(ORecord record) Internal only.Method parameters in com.orientechnologies.orient.core.record with type arguments of type ORecordModifier and TypeMethodDescriptionvoidORecordFactoryManager.declareRecordType(byte iByte, String iName, Class<? extends ORecord> iClass, ORecordFactoryManager.ORecordFactory iFactory) -
Uses of ORecord in com.orientechnologies.orient.core.record.impl
Subinterfaces of ORecord in com.orientechnologies.orient.core.record.implClasses in com.orientechnologies.orient.core.record.impl that implement ORecordModifier and TypeClassDescriptionclassDocument representation to handle values dynamically.classclassclassclassThe rawest representation of a record.classclassclassMethods in com.orientechnologies.orient.core.record.impl with type parameters of type ORecordModifier and TypeMethodDescription<RET extends ORecord>
RETOVertexDelegate.clear()<RET extends ORecord>
RETOVertexDelegate.copy()<RET extends ORecord>
RET<RET extends ORecord>
RET<T extends ORecord>
TOEdgeDelegate.getRecord()<T extends ORecord>
TOVertexDelegate.getRecord()<RET extends ORecord>
RETOEdgeDelegate.reset()<RET extends ORecord>
RETOVertexDelegate.reset()<RET extends ORecord>
RETOVertexDelegate.unload()Methods in com.orientechnologies.orient.core.record.impl that return types with arguments of type ORecordMethods in com.orientechnologies.orient.core.record.impl with parameters of type ORecordModifier and TypeMethodDescriptionvoidvoidvoidODirtyManager.track(ORecord pointing, OIdentifiable pointed) voidODirtyManager.unTrack(ORecord pointing, OIdentifiable pointed) Method parameters in com.orientechnologies.orient.core.record.impl with type arguments of type ORecord -
Uses of ORecord in com.orientechnologies.orient.core.security.symmetrickey
Methods in com.orientechnologies.orient.core.security.symmetrickey with parameters of type ORecordModifier and TypeMethodDescriptionbooleanOSymmetricKeySecurity.canCreate(ODatabaseSession session, ORecord record) booleanOSymmetricKeySecurity.canDelete(ODatabaseSession session, ORecord record) booleanOSymmetricKeySecurity.canRead(ODatabaseSession session, ORecord record) booleanOSymmetricKeySecurity.canUpdate(ODatabaseSession session, ORecord record) -
Uses of ORecord in com.orientechnologies.orient.core.serialization.serializer
Methods in com.orientechnologies.orient.core.serialization.serializer with parameters of type ORecordModifier and TypeMethodDescriptionOJSONWriter.writeRecord(int iIdentLevel, boolean iNewLine, Object iName, ORecord iRecord) -
Uses of ORecord in com.orientechnologies.orient.core.serialization.serializer.record
Methods in com.orientechnologies.orient.core.serialization.serializer.record that return ORecordModifier and TypeMethodDescriptiondefault ORecordORecordSerializer.fromStream(byte[] iSource, ORecord iRecord, String[] iFields) ORecordSerializer.fromStream(byte[] iSource, ORecord iRecord, String[] iFields, OSerializationContext ctx) ORecordSerializerRaw.fromStream(byte[] iSource) ORecordSerializerRaw.fromStream(byte[] iSource, ORecord iRecord, String[] iFields, OSerializationContext ctx) static ORecordORecordSaveThreadLocal.getLast()Methods in com.orientechnologies.orient.core.serialization.serializer.record with parameters of type ORecordModifier and TypeMethodDescriptiondefault ORecordORecordSerializer.fromStream(byte[] iSource, ORecord iRecord, String[] iFields) ORecordSerializer.fromStream(byte[] iSource, ORecord iRecord, String[] iFields, OSerializationContext ctx) ORecordSerializerRaw.fromStream(byte[] iSource, ORecord iRecord, String[] iFields, OSerializationContext ctx) static voiddefault byte[]byte[]ORecordSerializer.toStream(ORecord iSource, OSerializationContext ctx) byte[]ORecordSerializerRaw.toStream(ORecord iSource, OSerializationContext ctx) -
Uses of ORecord in com.orientechnologies.orient.core.serialization.serializer.record.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return ORecordModifier and TypeMethodDescriptionORecordSerializerBinary.fromStream(byte[] iSource, ORecord iRecord, String[] iFields, OSerializationContext ctx) ORecordSerializerNetwork.fromStream(byte[] iSource, ORecord iRecord, String[] iFields, OSerializationContext ctx) ORecordSerializerNetworkV37.fromStream(byte[] iSource, ORecord record) ORecordSerializerNetworkV37.fromStream(byte[] iSource, ORecord iRecord, String[] iFields, OSerializationContext ctx) Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return types with arguments of type ORecordMethods in com.orientechnologies.orient.core.serialization.serializer.record.binary with parameters of type ORecordModifier and TypeMethodDescriptionORecordSerializerBinary.fromStream(byte[] iSource, ORecord iRecord, String[] iFields, OSerializationContext ctx) ORecordSerializerNetwork.fromStream(byte[] iSource, ORecord iRecord, String[] iFields, OSerializationContext ctx) ORecordSerializerNetworkV37.fromStream(byte[] iSource, ORecord record) ORecordSerializerNetworkV37.fromStream(byte[] iSource, ORecord iRecord, String[] iFields, OSerializationContext ctx) byte[]ORecordSerializerBinary.toStream(ORecord record, OSerializationContext ctx) byte[]ORecordSerializerNetwork.toStream(ORecord iSource, OSerializationContext ctx) byte[]ORecordSerializerNetworkV37.toStream(ORecord iSource, OSerializationContext ctx) -
Uses of ORecord in com.orientechnologies.orient.core.serialization.serializer.record.string
Methods in com.orientechnologies.orient.core.serialization.serializer.record.string that return ORecordModifier and TypeMethodDescriptionORecordSerializerStringAbstract.fromStream(byte[] iSource, ORecord iRecord, String[] iFields, OSerializationContext ctx) ORecordSerializerJSON.fromString(String source, ORecord record, String[] fields) ORecordSerializerJSON.fromString(String source, ORecord record, String[] fields, boolean needReload) ORecordSerializerJSON.fromString(String source, ORecord record, String[] fields, String options, boolean needReload) ORecordSerializerJSON.fromString(String source, ORecord record, String[] iFields, String iOptions, boolean needReload, int maxRidbagSizeBeforeSkip, Set<Integer> skippedPartsIndexes) ORecordSerializerSchemaAware2CSV.fromString(String iContent, ORecord iRecord, String[] iFields) ORecordSerializerStringAbstract.fromString(String iSource) abstract ORecordORecordSerializerStringAbstract.fromString(String iContent, ORecord iRecord, String[] iFields) ORecordSerializerJSON.fromStringV0(String source, ORecord record, String iOptions, boolean needReload, int maxRidbagSizeBeforeSkip, Set<Integer> skippedPartsIndexes) Methods in com.orientechnologies.orient.core.serialization.serializer.record.string with parameters of type ORecordModifier and TypeMethodDescriptionORecordSerializerCSVAbstract.fieldFromStream(ORecord iSourceRecord, OType iType, OClass iLinkedClass, OType iLinkedType, String iName, String iValue) ORecordSerializerStringAbstract.fromStream(byte[] iSource, ORecord iRecord, String[] iFields, OSerializationContext ctx) ORecordSerializerJSON.fromString(String source, ORecord record, String[] fields) ORecordSerializerJSON.fromString(String source, ORecord record, String[] fields, boolean needReload) ORecordSerializerJSON.fromString(String source, ORecord record, String[] fields, String options, boolean needReload) ORecordSerializerJSON.fromString(String source, ORecord record, String[] iFields, String iOptions, boolean needReload, int maxRidbagSizeBeforeSkip, Set<Integer> skippedPartsIndexes) ORecordSerializerSchemaAware2CSV.fromString(String iContent, ORecord iRecord, String[] iFields) abstract ORecordORecordSerializerStringAbstract.fromString(String iContent, ORecord iRecord, String[] iFields) ORecordSerializerJSON.fromStringV0(String source, ORecord record, String iOptions, boolean needReload, int maxRidbagSizeBeforeSkip, Set<Integer> skippedPartsIndexes) byte[]byte[]ORecordSerializerStringAbstract.toStream(ORecord iRecord, OSerializationContext ctx) voidORecordSerializerJSON.toString(ORecord iRecord, OJSONWriter json, String iFormat, boolean autoDetectCollectionType) ORecordSerializerJSON.toString(ORecord record, StringBuilder output, String format, boolean autoDetectCollectionType) protected StringBuilderORecordSerializerSchemaAware2CSV.toString(ORecord iRecord, StringBuilder iOutput, String iFormat, boolean autoDetectCollectionType) ORecordSerializerStringAbstract.toString(ORecord iRecord, StringBuilder iOutput, String iFormat) protected abstract StringBuilderORecordSerializerStringAbstract.toString(ORecord iRecord, StringBuilder iOutput, String iFormat, boolean autoDetectCollectionType) byte[]ORecordSerializerSchemaAware2CSV.writeClassOnly(ORecord iSource) -
Uses of ORecord in com.orientechnologies.orient.core.sql
Methods in com.orientechnologies.orient.core.sql with parameters of type ORecordModifier and TypeMethodDescriptionstatic ObjectOSQLHelper.getValue(Object iObject, ORecord iRecord, OCommandContext iContext) -
Uses of ORecord in com.orientechnologies.orient.core.sql.executor
Methods in com.orientechnologies.orient.core.sql.executor that return types with arguments of type ORecord -
Uses of ORecord in com.orientechnologies.orient.core.sql.parser
Methods in com.orientechnologies.orient.core.sql.parser with parameters of type ORecordModifier and TypeMethodDescriptionstatic booleanOEqualsCompareOperator.comparesValues(Object iValue, ORecord iRecord, boolean iConsiderIn) -
Uses of ORecord in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage that return ORecordConstructors in com.orientechnologies.orient.core.storage with parameters of type ORecordModifierConstructorDescriptionORawBuffer(ORecord iRecord) Creates a new object by the record received. -
Uses of ORecord in com.orientechnologies.orient.core.tx
Fields in com.orientechnologies.orient.core.tx declared as ORecordModifier and TypeFieldDescriptionstatic final ORecordOTransactionAbstract.DELETED_RECORDIndicates the record deleted in a transaction.Methods in com.orientechnologies.orient.core.tx that return ORecordModifier and TypeMethodDescriptionResolves a record with the given RID in the context of this transaction.OTransaction.loadRecord(ORID iRid, ORecord iRecord, String iFetchPlan, boolean ignoreCache) OTransactionNoTx.loadRecord(ORID iRid, ORecord iRecord, String iFetchPlan, boolean ignoreCache) OTransactionOptimistic.loadRecord(ORID rid, ORecord record, String fetchPlan, boolean ignoreCache) OTransactionOptimistic.loadRecord(ORID rid, ORecord iRecord, String fetchPlan, boolean ignoreCache, boolean iUpdateCache) OTransaction.loadRecordIfVersionIsNotLatest(ORID rid, int recordVersion, String fetchPlan, boolean ignoreCache) OTransactionNoTx.loadRecordIfVersionIsNotLatest(ORID rid, int recordVersion, String fetchPlan, boolean ignoreCache) OTransactionOptimistic.loadRecordIfVersionIsNotLatest(ORID rid, int recordVersion, String fetchPlan, boolean ignoreCache) OTransaction.reloadRecord(ORID iRid, ORecord iRecord, String iFetchPlan, boolean ignoreCache) OTransaction.reloadRecord(ORID iRid, ORecord iRecord, String iFetchPlan, boolean ignoreCache, boolean force) OTransactionNoTx.reloadRecord(ORID rid, ORecord record, String fetchPlan, boolean ignoreCache) OTransactionNoTx.reloadRecord(ORID rid, ORecord record, String fetchPlan, boolean ignoreCache, boolean force) OTransactionOptimistic.reloadRecord(ORID rid, ORecord iRecord, String fetchPlan, boolean ignoreCache) OTransactionOptimistic.reloadRecord(ORID rid, ORecord passedRecord, String fetchPlan, boolean ignoreCache, boolean force) OTransaction.saveRecord(ORecord record, String clusterName, boolean forceCreate) Saves the given record in this transaction.OTransactionNoTx.saveRecord(ORecord iRecord, String iClusterName, boolean iForceCreate) Update the record.OTransactionOptimistic.saveRecord(ORecord iRecord, String iClusterName, boolean iForceCreate) Methods in com.orientechnologies.orient.core.tx with parameters of type ORecordModifier and TypeMethodDescriptionvoidOTransaction.deleteRecord(ORecord record) Deletes the given record in this transaction.voidOTransactionNoTx.deleteRecord(ORecord iRecord) Deletes the record.voidOTransactionOptimistic.deleteRecord(ORecord iRecord) OTransaction.loadRecord(ORID iRid, ORecord iRecord, String iFetchPlan, boolean ignoreCache) OTransactionNoTx.loadRecord(ORID iRid, ORecord iRecord, String iFetchPlan, boolean ignoreCache) OTransactionOptimistic.loadRecord(ORID rid, ORecord record, String fetchPlan, boolean ignoreCache) OTransactionOptimistic.loadRecord(ORID rid, ORecord iRecord, String fetchPlan, boolean ignoreCache, boolean iUpdateCache) OTransaction.reloadRecord(ORID iRid, ORecord iRecord, String iFetchPlan, boolean ignoreCache) OTransaction.reloadRecord(ORID iRid, ORecord iRecord, String iFetchPlan, boolean ignoreCache, boolean force) OTransactionNoTx.reloadRecord(ORID rid, ORecord record, String fetchPlan, boolean ignoreCache) OTransactionNoTx.reloadRecord(ORID rid, ORecord record, String fetchPlan, boolean ignoreCache, boolean force) OTransactionOptimistic.reloadRecord(ORID rid, ORecord iRecord, String fetchPlan, boolean ignoreCache) OTransactionOptimistic.reloadRecord(ORID rid, ORecord passedRecord, String fetchPlan, boolean ignoreCache, boolean force) OTransaction.saveRecord(ORecord record, String clusterName, boolean forceCreate) Saves the given record in this transaction.OTransactionNoTx.saveRecord(ORecord iRecord, String iClusterName, boolean iForceCreate) Update the record.OTransactionOptimistic.saveRecord(ORecord iRecord, String iClusterName, boolean iForceCreate) -
Uses of ORecord in com.orientechnologies.orient.object.db
Methods in com.orientechnologies.orient.object.db with parameters of type ORecordModifier and TypeMethodDescriptionvoidOObjectDatabaseTx.registerUserObject(Object iObject, ORecord iRecord) voidOObjectDatabaseTx.registerUserObjectAfterLinkSave(ORecord iRecord) -
Uses of ORecord in com.orientechnologies.orient.object.enumerations
Constructors in com.orientechnologies.orient.object.enumerations with parameters of type ORecordModifierConstructorDescriptionOObjectEnumLazyIterator(Class<Enum> iEnumClass, ORecord iSourceRecord, Iterator<? extends Object> iIterator) OObjectEnumLazyList(Class<Enum> iEnumClass, ORecord iSourceRecord, List<Object> iRecordList, Collection<? extends TYPE> iSourceList) OObjectEnumLazyMap(Class<Enum> iEnumClass, ORecord iSourceRecord, Map<Object, Object> iRecordMap, Map<Object, Object> iSourceMap) OObjectEnumLazySet(Class<Enum> iEnumClass, ORecord iSourceRecord, Set<Object> iRecordSource, Set<? extends TYPE> iSourceCollection) -
Uses of ORecord in com.orientechnologies.orient.object.serialization
Constructors in com.orientechnologies.orient.object.serialization with parameters of type ORecordModifierConstructorDescriptionOObjectCustomSerializerIterator(Class<?> iDeserializeClass, ORecord iSourceRecord, Iterator<? extends Object> iIterator) OObjectCustomSerializerList(Class<?> iDeserializeClass, ORecord iSourceRecord, List<Object> iRecordList) OObjectCustomSerializerList(Class<?> iDeserializeClass, ORecord iSourceRecord, List<Object> iRecordList, Collection<? extends TYPE> iSourceList) OObjectCustomSerializerMap(Class<?> iDeserializeClass, ORecord iSourceRecord, Map<Object, Object> iRecordMap) OObjectCustomSerializerMap(Class<?> iDeserializeClass, ORecord iSourceRecord, Map<Object, Object> iRecordMap, Map<Object, Object> iSourceMap) OObjectCustomSerializerSet(Class<?> iDeserializeClass, ORecord iSourceRecord, Set<Object> iRecordSource) OObjectCustomSerializerSet(Class<?> iDeserializeClass, ORecord iSourceRecord, Set<Object> iRecordSource, Set<? extends TYPE> iSourceCollection) -
Uses of ORecord in com.orientechnologies.orient.server
Methods in com.orientechnologies.orient.server with parameters of type ORecordModifier and TypeMethodDescriptionstatic byte[]OConnectionBinaryExecutor.getRecordBytes(OClientConnection connection, ORecord iRecord) -
Uses of ORecord in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type ORecordModifier and TypeMethodDescriptionintODatabaseDocumentDistributed.assignAndCheckCluster(ORecord record, String iClusterName) -
Uses of ORecord in com.orientechnologies.orient.server.network.protocol.binary
Methods in com.orientechnologies.orient.server.network.protocol.binary with parameters of type ORecordModifier and TypeMethodDescriptionstatic byte[]ONetworkProtocolBinary.getRecordBytes(OClientConnection connection, ORecord iRecord) -
Uses of ORecord in com.orientechnologies.orient.server.network.protocol.http
Methods in com.orientechnologies.orient.server.network.protocol.http with parameters of type ORecordModifier and TypeMethodDescriptionvoidOHttpResponse.writeRecord(ORecord iRecord) voidOHttpResponse.writeRecord(ORecord iRecord, String iFetchPlan, String iFormat) voidOHttpResponseAbstract.writeRecord(ORecord iRecord) voidOHttpResponseAbstract.writeRecord(ORecord iRecord, String iFetchPlan, String iFormat) OHttpResponseWrapper.writeRecord(ORecord iRecord) Writes a record as response.OHttpResponseWrapper.writeRecord(ORecord iRecord, String iFetchPlan) Writes a record as response. -
Uses of ORecord in com.orientechnologies.orient.server.tx
Fields in com.orientechnologies.orient.server.tx with type parameters of type ORecordModifier and TypeFieldDescriptionOTransactionOptimisticServer.createdRecordsOTransactionOptimisticServer.updatedRecordsMethods in com.orientechnologies.orient.server.tx that return ORecordModifier and TypeMethodDescriptionMethods in com.orientechnologies.orient.server.tx that return types with arguments of type ORecordModifier and TypeMethodDescriptionOTransactionOptimisticProxy.getCreatedRecords()OTransactionOptimisticServer.getCreatedRecords()OTransactionOptimisticProxy.getUpdatedRecords()OTransactionOptimisticServer.getUpdatedRecords()Methods in com.orientechnologies.orient.server.tx with parameters of type ORecordModifier and TypeMethodDescriptionvoidOTransactionOptimisticServer.addRecord(ORecord iRecord, byte iStatus, String iClusterName, Map<ORID, ORecordOperation> oldTx) protected voidOTransactionOptimisticServer.unmarshallRecord(ORecord iRecord) Unmarshalls collections. -
Uses of ORecord in com.orientechnologies.security.auditing
Methods in com.orientechnologies.security.auditing with parameters of type ORecordModifier and TypeMethodDescriptionprotected voidOAuditingHook.log(OAuditingOperation operation, ORecord iRecord) voidOAuditingHook.onRecordAfterCreate(ORecord iRecord) voidOAuditingHook.onRecordAfterDelete(ORecord iRecord) voidOAuditingHook.onRecordAfterRead(ORecord iRecord) voidOAuditingHook.onRecordAfterUpdate(ORecord iRecord) -
Uses of ORecord in org.apache.tinkerpop.gremlin.orientdb
Methods in org.apache.tinkerpop.gremlin.orientdb with type parameters of type ORecordMethods in org.apache.tinkerpop.gremlin.orientdb that return ORecordMethods in org.apache.tinkerpop.gremlin.orientdb with parameters of type ORecordMethod parameters in org.apache.tinkerpop.gremlin.orientdb with type arguments of type ORecord