Uses of Class
com.orientechnologies.orient.core.record.impl.ODocument
Packages that use ODocument
Package
Description
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of ODocument in com.orientechnologies.common.profiler
Methods in com.orientechnologies.common.profiler that return ODocumentModifier and TypeMethodDescriptiondefault ODocumentOProfiler.getContext()OProfilerEntry.toDocument() -
Uses of ODocument in com.orientechnologies.lucene
Methods in com.orientechnologies.lucene with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOLuceneIndexFactory.onLocalNodeConfigurationRequest(ODocument iConfiguration) -
Uses of ODocument in com.orientechnologies.lucene.analyzer
Methods in com.orientechnologies.lucene.analyzer with parameters of type ODocumentModifier and TypeMethodDescriptionorg.apache.lucene.analysis.AnalyzerOLuceneAnalyzerFactory.createAnalyzer(OIndexDefinition index, OLuceneAnalyzerFactory.AnalyzerKind kind, ODocument metadata) -
Uses of ODocument in com.orientechnologies.lucene.builder
Fields in com.orientechnologies.lucene.builder declared as ODocumentMethods in com.orientechnologies.lucene.builder with parameters of type ODocumentModifier and TypeMethodDescriptionorg.apache.lucene.document.DocumentOLuceneDocumentBuilder.build(OIndexDefinition definition, Object key, OIdentifiable value, Map<String, Boolean> fieldsToStore, ODocument metadata) protected org.apache.lucene.search.QueryOLuceneQueryBuilder.buildQuery(OIndexDefinition index, String query, ODocument metadata, org.apache.lucene.analysis.Analyzer queryAnalyzer) static org.apache.lucene.search.QueryOLuceneIndexType.createDeleteQuery(OIdentifiable value, List<String> fields, Object key, ODocument metadata) static Booleanorg.apache.lucene.search.QueryOLuceneQueryBuilder.query(OIndexDefinition index, Object key, ODocument metadata, org.apache.lucene.analysis.Analyzer analyzer) Constructors in com.orientechnologies.lucene.builder with parameters of type ODocument -
Uses of ODocument in com.orientechnologies.lucene.collections
Constructors in com.orientechnologies.lucene.collections with parameters of type ODocumentModifierConstructorDescriptionOLuceneResultSet(OLuceneIndexEngine engine, OLuceneQueryContext queryContext, ODocument metadata) -
Uses of ODocument in com.orientechnologies.lucene.engine
Fields in com.orientechnologies.lucene.engine declared as ODocumentModifier and TypeFieldDescriptionprotected final ODocumentOLuceneClassIndexContext.metadataprotected ODocumentOLuceneIndexEngineAbstract.metadataMethods in com.orientechnologies.lucene.engine that return ODocumentModifier and TypeMethodDescriptionstatic ODocumentOLuceneIndexEngineUtils.getMetadataFromIndex(org.apache.lucene.index.IndexWriter writer) Methods in com.orientechnologies.lucene.engine with parameters of type ODocumentModifier and TypeMethodDescriptionstatic org.apache.lucene.search.SortFieldOLuceneIndexEngineUtils.buildSortField(ODocument conf) BuildsSortFieldfrom a configurationODocumentstatic List<org.apache.lucene.search.SortField> OLuceneIndexEngineUtils.buildSortFields(ODocument metadata) OLuceneDirectoryFactory.createDirectory(OStorage storage, String indexName, ODocument metadata) org.apache.lucene.index.IndexWriterOLuceneIndexWriterFactory.createIndexWriter(org.apache.lucene.store.Directory dir, ODocument metadata, org.apache.lucene.analysis.Analyzer analyzer) org.apache.lucene.index.IndexWriterConfigOLuceneIndexWriterFactory.createIndexWriterConfig(ODocument metadata, org.apache.lucene.analysis.Analyzer analyzer) Constructors in com.orientechnologies.lucene.engine with parameters of type ODocumentModifierConstructorDescriptionOLuceneClassIndexContext(OSchema schema, OIndexDefinition definition, String name, boolean automatic, ODocument metadata) -
Uses of ODocument in com.orientechnologies.lucene.functions
Methods in com.orientechnologies.lucene.functions that return ODocumentModifier and TypeMethodDescriptionprotected ODocumentOLuceneSearchFunctionTemplate.getMetadata(OExpression metadata, OCommandContext ctx) -
Uses of ODocument in com.orientechnologies.lucene.index
Methods in com.orientechnologies.lucene.index with parameters of type ODocumentModifier and TypeMethodDescriptionprotected voidOLuceneIndexNotUnique.populateIndex(ODocument doc, Object fieldValue) -
Uses of ODocument in com.orientechnologies.lucene.operator
Methods in com.orientechnologies.lucene.operator with parameters of type ODocumentModifier and TypeMethodDescriptionOLuceneTextOperator.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) protected OLuceneFullTextIndexOLuceneTextOperator.involvedIndex(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight) -
Uses of ODocument in com.orientechnologies.lucene.query
Fields in com.orientechnologies.lucene.query declared as ODocumentConstructors in com.orientechnologies.lucene.query with parameters of type ODocument -
Uses of ODocument in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote that return ODocumentModifier and TypeMethodDescriptionOServerAdmin.clusterStatus()Deprecated.Gets the cluster status.OStorageRemote.getClusterConfiguration()OrientDBRemote.getClusterStatus(String username, String password) OrientDBRemote.getServerInfo(String username, String password) OServerAdmin.getServerInfo()Deprecated.Methods in com.orientechnologies.orient.client.remote with parameters of type ODocumentModifier and TypeMethodDescriptionvoidSimpleValueFetchPlanCommandListener.linkdedBySimpleValue(ODocument doc) -
Uses of ODocument in com.orientechnologies.orient.client.remote.db.document
Methods in com.orientechnologies.orient.client.remote.db.document with parameters of type ODocumentModifier and TypeMethodDescriptionstatic voidODatabaseDocumentRemote.updateIndexManager(OStorageRemote storage, ODocument indexManager) static voidODatabaseDocumentRemote.updateSchema(OStorageRemote storage, ODocument schema) -
Uses of ODocument in com.orientechnologies.orient.client.remote.message
Fields in com.orientechnologies.orient.client.remote.message declared as ODocumentMethods in com.orientechnologies.orient.client.remote.message that return ODocumentModifier and TypeMethodDescriptionODistributedStatusResponse.getClusterConfig()OCommitRequest.getIndexChanges()OPushIndexManagerRequest.getIndexManager()OPushSchemaRequest.getSchema()ODistributedStatusRequest.getStatus()Constructors in com.orientechnologies.orient.client.remote.message with parameters of type ODocumentModifierConstructorDescriptionODistributedStatusResponse(ODocument clusterConfig) OPushIndexManagerRequest(ODocument indexManager) OPushSchemaRequest(ODocument schema) -
Uses of ODocument in com.orientechnologies.orient.client.remote.metadata.schema
Methods in com.orientechnologies.orient.client.remote.metadata.schema with parameters of type ODocumentModifier and TypeMethodDescriptionOPropertyRemote.createIndex(OClass.INDEX_TYPE iType, ODocument metadata) OPropertyRemote.createIndex(String iType, ODocument metadata) void -
Uses of ODocument in com.orientechnologies.orient.client.remote.metadata.security
Methods in com.orientechnologies.orient.client.remote.metadata.security that return types with arguments of type ODocumentModifier and TypeMethodDescriptionOSecurityRemote.getAllRoles(ODatabaseSession session) OSecurityRemote.getAllUsers(ODatabaseSession session) Methods in com.orientechnologies.orient.client.remote.metadata.security with parameters of type ODocumentModifier and TypeMethodDescriptionOSecurityRemote.allowIdentity(ODatabaseSession session, ODocument iDocument, String iAllowFieldName, OIdentifiable iId) OSecurityRemote.allowRole(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperation, String iRoleName) OSecurityRemote.allowUser(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperation, String iUserName) OSecurityRemote.denyRole(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperation, String iRoleName) OSecurityRemote.denyUser(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperation, String iUserName) OSecurityRemote.disallowIdentity(ODatabaseSession session, ODocument iDocument, String iAllowFieldName, OIdentifiable iId) OSecurityRemote.getFilteredProperties(ODatabaseSession session, ODocument document) booleanOSecurityRemote.isAllowedWrite(ODatabaseSession session, ODocument document, String propertyName) -
Uses of ODocument in com.orientechnologies.orient.console
Methods in com.orientechnologies.orient.console that return ODocumentModifier and TypeMethodDescriptionprotected ODocumentOConsoleDatabaseApp.getDistributedConfiguration()Methods in com.orientechnologies.orient.console with parameters of type ODocument -
Uses of ODocument in com.orientechnologies.orient.core.command
Methods in com.orientechnologies.orient.core.command with parameters of type ODocumentModifier and TypeMethodDescriptionOCommandPredicate.evaluate(OIdentifiable iRecord, ODocument iCurrentResult, OCommandContext iContext) Evaluates the predicate. -
Uses of ODocument in com.orientechnologies.orient.core.command.script
Methods in com.orientechnologies.orient.core.command.script that return ODocumentModifier and TypeMethodDescriptionOScriptDocumentDatabaseWrapper.newInstance()Deprecated.OScriptDocumentDatabaseWrapper.newInstance(String iClassName) Deprecated.Deprecated.OScriptDocumentDatabaseWrapper.save(ORecord iRecord, ODatabase.OPERATION_MODE iMode, boolean iForceCreate, ORecordCallback<? extends Number> iRecordCreatedCallback, ORecordCallback<Integer> iRecordUpdatedCallback) Deprecated.Deprecated.OScriptDocumentDatabaseWrapper.save(ORecord iRecord, String iClusterName, ODatabase.OPERATION_MODE iMode, boolean iForceCreate, ORecordCallback<? extends Number> iRecordCreatedCallback, ORecordCallback<Integer> iRecordUpdatedCallback) Deprecated.Deprecated.Deprecated.Methods in com.orientechnologies.orient.core.command.script that return types with arguments of type ODocumentModifier and TypeMethodDescriptionOScriptDocumentDatabaseWrapper.browseClass(String iClassName) Deprecated.OScriptDocumentDatabaseWrapper.browseClass(String iClassName, boolean iPolymorphic) Deprecated.OScriptDocumentDatabaseWrapper.browseCluster(String iClusterName) Deprecated.Methods in com.orientechnologies.orient.core.command.script with parameters of type ODocumentModifier and TypeMethodDescriptionDeprecated. -
Uses of ODocument in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that return ODocumentModifier and TypeMethodDescriptionOSharedContextEmbedded.loadConfig(ODatabaseSession session, String name) OSharedContextEmbedded.loadDistributedConfig(ODatabaseSession session) Methods in com.orientechnologies.orient.core.db with parameters of type ODocumentModifier and TypeMethodDescriptionvoidODatabaseLifecycleListener.onLocalNodeConfigurationRequest(ODocument iConfiguration) Event called during the retrieving of distributed configuration, usually at startup and when the cluster shape changes.voidODatabaseLifecycleListenerAbstract.onLocalNodeConfigurationRequest(ODocument iConfiguration) voidOSharedContextEmbedded.saveConfig(ODatabaseSession session, String name, ODocument value) Store a configuration with a key, without checking eventual update version.voidOSharedContextEmbedded.saveDistributedConfig(ODatabaseSession session, String name, ODocument value) -
Uses of ODocument in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document that return ODocumentModifier and TypeMethodDescriptionODatabaseDocumentAbstract.newInstance()Creates a new ODocument.ODatabaseDocumentAbstract.newInstance(String iClassName) Creates a document with specific class.ODatabaseDocumentTx.newInstance()Deprecated.ODatabaseDocumentTx.newInstance(String iClassName) Deprecated.Methods in com.orientechnologies.orient.core.db.document that return types with arguments of type ODocumentModifier and TypeMethodDescriptionODatabaseDocument.browseClass(String iClassName) Deprecated.ODatabaseDocument.browseClass(String iClassName, boolean iPolymorphic) Deprecated.ODatabaseDocumentAbstract.browseClass(String iClassName) Browses all the records of the specified class and also all the subclasses.ODatabaseDocumentAbstract.browseClass(String iClassName, boolean iPolymorphic) Browses all the records of the specified class and if iPolymorphic is true also all the subclasses.ODatabaseDocumentTx.browseClass(String iClassName) Deprecated.ODatabaseDocumentTx.browseClass(String iClassName, boolean iPolymorphic) Deprecated.ODatabaseDocumentAbstract.browseCluster(String iClusterName) Browses all the records of the specified cluster.ODatabaseDocumentAbstract.browseCluster(String iClusterName, long startClusterPosition, long endClusterPosition, boolean loadTombstones) Deprecated.ODatabaseDocumentTx.browseCluster(String iClusterName) Deprecated.ODatabaseDocumentTx.browseCluster(String iClusterName, long startClusterPosition, long endClusterPosition, boolean loadTombstones) Deprecated.Methods in com.orientechnologies.orient.core.db.document with parameters of type ODocumentModifier and TypeMethodDescriptionvoidODocumentFieldWalker.walkDocument(ODocument document, ODocumentFieldVisitor fieldWalker) -
Uses of ODocument in com.orientechnologies.orient.core.db.object
Methods in com.orientechnologies.orient.core.db.object that return ODocumentMethods in com.orientechnologies.orient.core.db.object with parameters of type ODocumentModifier and TypeMethodDescriptionODatabaseObject.pojo2Stream(Object iPojo, ODocument iRecord) ODatabaseObject.stream2pojo(ODocument iRecord, Object iPojo, String iFetchPlan) -
Uses of ODocument in com.orientechnologies.orient.core.db.record
Methods in com.orientechnologies.orient.core.db.record with parameters of type ODocumentModifier and TypeMethodDescriptionstatic voidOClassTrigger.onRecordAfterCreate(ODocument iDocument, ODatabaseDocumentInternal database) static voidOClassTrigger.onRecordAfterDelete(ODocument iDocument, ODatabaseDocumentInternal database) static voidOClassTrigger.onRecordAfterRead(ODocument iDocument, ODatabaseDocumentInternal database) static voidOClassTrigger.onRecordAfterUpdate(ODocument iDocument, ODatabaseDocumentInternal database) static ORecordHook.RESULTOClassTrigger.onRecordBeforeCreate(ODocument iDocument, ODatabaseDocumentInternal database) static ORecordHook.RESULTOClassTrigger.onRecordBeforeDelete(ODocument iDocument, ODatabaseDocumentInternal database) static ORecordHook.RESULTOClassTrigger.onRecordBeforeRead(ODocument iDocument, ODatabaseDocumentInternal database) static ORecordHook.RESULTOClassTrigger.onRecordBeforeUpdate(ODocument iDocument, ODatabaseDocumentInternal database) Constructors in com.orientechnologies.orient.core.db.record with parameters of type ODocumentModifierConstructorDescriptionORecordLazyMap(ODocument iSourceRecord, byte iRecordType) ORecordLazyMap(ODocument iSourceRecord, Map<Object, OIdentifiable> iOrigin) -
Uses of ODocument in com.orientechnologies.orient.core.db.record.ridbag
Methods in com.orientechnologies.orient.core.db.record.ridbag with parameters of type ODocumentModifier and TypeMethodDescriptionstatic voidORidBagDeleter.deleteAllRidBags(ODocument document) -
Uses of ODocument in com.orientechnologies.orient.core.db.tool
Methods in com.orientechnologies.orient.core.db.tool with parameters of type ODocumentModifier and TypeMethodDescriptionprotected static voidODatabaseImport.doRewriteLinksInDocument(ODatabaseSession session, ODocument document, Set<ORID> brokenRids) protected static voidODatabaseImport.rewriteLinksInDocument(ODatabaseSession session, ODocument document, Set<ORID> brokenRids) -
Uses of ODocument in com.orientechnologies.orient.core.db.viewmanager
Methods in com.orientechnologies.orient.core.db.viewmanager with parameters of type ODocumentModifier and TypeMethodDescriptionvoidViewManager.recordAdded(OImmutableClass clazz, ODocument doc, ODatabaseDocumentEmbedded oDatabaseDocumentEmbedded) voidViewManager.recordDeleted(OImmutableClass clazz, ODocument doc, ODatabaseDocumentEmbedded oDatabaseDocumentEmbedded) voidViewManager.recordUpdated(OImmutableClass clazz, ODocument doc, ODatabaseDocumentEmbedded oDatabaseDocumentEmbedded) -
Uses of ODocument in com.orientechnologies.orient.core.fetch
Methods in com.orientechnologies.orient.core.fetch with parameters of type ODocumentModifier and TypeMethodDescriptionOFetchListener.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) voidOFetchContext.onAfterArray(ODocument iRootRecord, String iFieldName, Object iUserObject) voidOFetchContext.onAfterCollection(ODocument iRootRecord, String iFieldName, Object iUserObject) voidOFetchContext.onAfterDocument(ODocument iRootRecord, ODocument iDocument, String iFieldName, Object iUserObject) voidOFetchContext.onAfterFetch(ODocument iRootRecord) voidOFetchContext.onAfterMap(ODocument iRootRecord, String iFieldName, Object iUserObject) voidOFetchContext.onBeforeArray(ODocument iRootRecord, String iFieldName, Object iUserObject, OIdentifiable[] iArray) voidOFetchContext.onBeforeCollection(ODocument iRootRecord, String iFieldName, Object iUserObject, Iterable<?> iterable) voidOFetchContext.onBeforeDocument(ODocument iRecord, ODocument iDocument, String iFieldName, Object iUserObject) voidOFetchContext.onBeforeFetch(ODocument iRootRecord) voidOFetchContext.onBeforeMap(ODocument iRootRecord, String iFieldName, Object iUserObject) 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 ODocument in com.orientechnologies.orient.core.fetch.json
Fields in com.orientechnologies.orient.core.fetch.json with type parameters of type ODocumentMethods in com.orientechnologies.orient.core.fetch.json with parameters of type ODocumentModifier 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) booleanOJSONFetchContext.isInCollection(ODocument record) voidOJSONFetchContext.onAfterArray(ODocument iRootRecord, String iFieldName, Object iUserObject) voidOJSONFetchContext.onAfterCollection(ODocument iRootRecord, String iFieldName, Object iUserObject) voidOJSONFetchContext.onAfterDocument(ODocument iRootRecord, ODocument iDocument, String iFieldName, Object iUserObject) voidOJSONFetchContext.onAfterFetch(ODocument rootRecord) voidOJSONFetchContext.onAfterMap(ODocument iRootRecord, String iFieldName, Object iUserObject) voidOJSONFetchContext.onBeforeArray(ODocument iRootRecord, String iFieldName, Object iUserObject, OIdentifiable[] iArray) voidOJSONFetchContext.onBeforeCollection(ODocument rootRecord, String fieldName, Object userObject, Iterable<?> iterable) voidOJSONFetchContext.onBeforeDocument(ODocument iRootRecord, ODocument iDocument, String iFieldName, Object iUserObject) voidOJSONFetchContext.onBeforeFetch(ODocument rootRecord) voidOJSONFetchContext.onBeforeMap(ODocument iRootRecord, String iFieldName, Object iUserObject) 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.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 ODocument in com.orientechnologies.orient.core.fetch.remote
Methods in com.orientechnologies.orient.core.fetch.remote with parameters of type ODocumentModifier 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) voidORemoteFetchContext.onAfterArray(ODocument iRootRecord, String iFieldName, Object iUserObject) voidORemoteFetchContext.onAfterCollection(ODocument iRootRecord, String iFieldName, Object iUserObject) voidORemoteFetchContext.onAfterDocument(ODocument iRootRecord, ODocument iDocument, String iFieldName, Object iUserObject) voidORemoteFetchContext.onAfterFetch(ODocument iRootRecord) voidORemoteFetchContext.onAfterMap(ODocument iRootRecord, String iFieldName, Object iUserObject) voidORemoteFetchContext.onBeforeArray(ODocument iRootRecord, String iFieldName, Object iUserObject, OIdentifiable[] iArray) voidORemoteFetchContext.onBeforeCollection(ODocument iRootRecord, String iFieldName, Object iUserObject, Iterable<?> iterable) voidORemoteFetchContext.onBeforeDocument(ODocument iRecord, ODocument iDocument, String iFieldName, Object iUserObject) voidORemoteFetchContext.onBeforeFetch(ODocument iRootRecord) voidORemoteFetchContext.onBeforeMap(ODocument iRootRecord, String iFieldName, Object iUserObject) 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) -
Uses of ODocument in com.orientechnologies.orient.core.hook
Methods in com.orientechnologies.orient.core.hook with parameters of type ODocumentModifier and TypeMethodDescriptionprotected booleanODocumentHookAbstract.filterBySchemaClass(ODocument iDocument) voidODocumentHookAbstract.onRecordAfterCreate(ODocument iDocument) It's called just after the document is created.voidODocumentHookAbstract.onRecordAfterDelete(ODocument iDocument) It's called just after the document is deleted.voidODocumentHookAbstract.onRecordAfterRead(ODocument iDocument) It's called just after the document is read.voidODocumentHookAbstract.onRecordAfterUpdate(ODocument iDocument) It's called just after the document is updated.ODocumentHookAbstract.onRecordBeforeCreate(ODocument iDocument) It's called just before to create the new document.ODocumentHookAbstract.onRecordBeforeDelete(ODocument iDocument) It's called just before to delete the document.ODocumentHookAbstract.onRecordBeforeRead(ODocument iDocument) It's called just before to read the document.ODocumentHookAbstract.onRecordBeforeUpdate(ODocument iDocument) It's called just before to update the document.voidODocumentHookAbstract.onRecordCreateFailed(ODocument iDocument) It's called just after the document creation was failed.voidODocumentHookAbstract.onRecordCreateReplicated(ODocument iDocument) It's called just after the document creation was replicated on another node.voidODocumentHookAbstract.onRecordDeleteFailed(ODocument iDocument) It's called just after the document deletion was failed.voidODocumentHookAbstract.onRecordDeleteReplicated(ODocument iDocument) It's called just after the document deletion was replicated.voidODocumentHookAbstract.onRecordFinalizeCreation(ODocument document) voidODocumentHookAbstract.onRecordFinalizeDeletion(ODocument document) voidODocumentHookAbstract.onRecordFinalizeUpdate(ODocument document) voidODocumentHookAbstract.onRecordReadFailed(ODocument iDocument) It's called just after the document read was failed.voidODocumentHookAbstract.onRecordReadReplicated(ODocument iDocument) It's called just after the document read was replicated on another node.voidODocumentHookAbstract.onRecordUpdateFailed(ODocument iDocument) It's called just after the document updated was failed.voidODocumentHookAbstract.onRecordUpdateReplicated(ODocument iDocument) It's called just after the document updated was replicated. -
Uses of ODocument in com.orientechnologies.orient.core.index
Fields in com.orientechnologies.orient.core.index declared as ODocumentModifier and TypeFieldDescriptionprotected ODocumentOIndexRemote.configurationprotected ODocumentOAbstractIndexDefinition.documentMethods in com.orientechnologies.orient.core.index that return ODocumentModifier and TypeMethodDescriptionOIndex.getConfiguration()Returns the index configuration.OIndexAbstract.getConfiguration()OIndexManager.getConfiguration()Deprecated.OIndexManagerAbstract.getConfiguration()OIndexManagerProxy.getConfiguration()OIndexManagerRemote.getConfiguration()OIndexManagerShared.getConfiguration()OIndexRemote.getConfiguration()OIndexManagerAbstract.getDocument()OIndexManagerRemote.getDocument()OIndexManagerShared.getDocument()OIndex.getMetadata()OIndexAbstract.getMetadata()OIndexMetadata.getMetadata()OIndexRemote.getMetadata()OCompositeKey.toDocument()OIndexManagerShared.toNetworkStream()OCompositeIndexDefinition.toStream()Serializes internal index state to document.OIndexDefinition.toStream()Serializes internal index state to document.OIndexManagerAbstract.toStream()OIndexManagerRemote.toStream()OIndexManagerShared.toStream()Binds POJO to ODocument.final ODocumentOPropertyIndexDefinition.toStream()ORuntimeKeyIndexDefinition.toStream()OSimpleKeyIndexDefinition.toStream()OIndexAbstract.updateConfiguration()OIndexFullText.updateConfiguration()Deprecated.OIndexInternal.updateConfiguration()Saves the index configuration to disk.Methods in com.orientechnologies.orient.core.index that return types with arguments of type ODocumentMethods in com.orientechnologies.orient.core.index with parameters of type ODocumentModifier and TypeMethodDescriptionstatic voidOClassIndexManager.addIndexesEntries(ODatabaseDocumentInternal database, ODocument document, Collection<OIndex> indexes) static voidOClassIndexManager.checkIndexesAfterCreate(ODocument document, ODatabaseDocumentInternal database) static voidOClassIndexManager.checkIndexesAfterDelete(ODocument iDocument, ODatabaseDocumentInternal database) static voidOClassIndexManager.checkIndexesAfterUpdate(ODocument iDocument, ODatabaseDocumentInternal database) OIndexManager.createIndex(String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata) Deprecated.Manual indexes are deprecated and will be removedOIndexManager.createIndex(String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata, String algorithm) Deprecated.Manual indexes are deprecated and will be removedOIndexManagerAbstract.createIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata) OIndexManagerAbstract.createIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata, String algorithm) OIndexManagerProxy.createIndex(String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata) OIndexManagerProxy.createIndex(String iName, String iType, OIndexDefinition iIndexDefinition, int[] iClusterIdsToIndex, OProgressListener progressListener, ODocument metadata, String algorithm) OIndexManagerRemote.createIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata) OIndexManagerRemote.createIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition iIndexDefinition, int[] iClusterIdsToIndex, OProgressListener progressListener, ODocument metadata, String engine) OIndexManagerShared.createIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata) Create a new index with default algorithm.OIndexManagerShared.createIndex(ODatabaseDocumentInternal database, String iName, String type, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata, String algorithm) Create a new index.voidOCompositeKey.fromDocument(ODocument document) voidOCompositeIndexDefinition.fromStream(ODocument document) voidOIndexDefinition.fromStream(ODocument document) Deserialize internal index state from document.protected voidOIndexManagerRemote.fromStream(ODocument document) protected voidOIndexManagerShared.fromStream(ODocument document) voidOPropertyIndexDefinition.fromStream(ODocument document) voidORuntimeKeyIndexDefinition.fromStream(ODocument document) voidOSimpleKeyIndexDefinition.fromStream(ODocument document) OCompositeIndexDefinition.getDocumentValueToIndex(ODocument iDocument) OIndexCallback.getDocumentValueToIndex(ODocument iDocument) OPropertyIndexDefinition.getDocumentValueToIndex(ODocument iDocument) OPropertyListIndexDefinition.getDocumentValueToIndex(ODocument iDocument) OPropertyMapIndexDefinition.getDocumentValueToIndex(ODocument iDocument) OPropertyRidBagIndexDefinition.getDocumentValueToIndex(ODocument iDocument) ORuntimeKeyIndexDefinition.getDocumentValueToIndex(ODocument iDocument) OSimpleKeyIndexDefinition.getDocumentValueToIndex(ODocument iDocument) protected OIndexOIndexManagerRemote.getRemoteIndexInstance(boolean isMultiValueIndex, String type, String name, String algorithm, Set<String> clustersToIndex, OIndexDefinition indexDefinition, ORID identity, ODocument configuration) booleanOIndexAbstract.loadFromConfiguration(ODocument config) booleanOIndexInternal.loadFromConfiguration(ODocument iConfig) Loads the index giving the configuration.OIndexAbstract.loadMetadata(ODocument config) OIndexInternal.loadMetadata(ODocument iConfig) static OIndexMetadataOIndexAbstract.loadMetadataFromDoc(ODocument config) static OIndexMetadataOIndexAbstract.loadMetadataInternal(ODocument config, String type, String algorithm, String valueContainerAlgorithm) static voidOClassIndexManager.processIndexOnCreate(ODatabaseDocumentInternal database, ODocument document) static voidOClassIndexManager.processIndexOnDelete(ODatabaseDocumentInternal database, ODocument iDocument) static voidOClassIndexManager.processIndexOnUpdate(ODatabaseDocumentInternal database, ODocument iDocument) static voidOClassIndexManager.processIndexUpdate(ODocument iDocument, Set<String> dirtyFields, OIndex index) static voidOClassIndexManager.reIndex(ODocument document, ODatabaseDocumentInternal database, OIndex index) voidOIndexMetadata.setMetadata(ODocument metadata) voidConstructors in com.orientechnologies.orient.core.index with parameters of type ODocumentModifierConstructorDescriptionOIndexMetadata(String name, OIndexDefinition indexDefinition, Set<String> clustersToIndex, String type, String algorithm, String valueContainerAlgorithm, int version, ODocument metadata) OIndexRemote(String iName, String iWrappedType, String algorithm, ORID iRid, OIndexDefinition iIndexDefinition, ODocument iConfiguration, Set<String> clustersToIndex, String database) OIndexRemoteMultiValue(String iName, String iWrappedType, String algorithm, ORID iRid, OIndexDefinition iIndexDefinition, ODocument iConfiguration, Set<String> clustersToIndex, String database) OIndexRemoteOneValue(String iName, String iWrappedType, String algorithm, ORID iRid, OIndexDefinition iIndexDefinition, ODocument iConfiguration, Set<String> clustersToIndex, String database) -
Uses of ODocument in com.orientechnologies.orient.core.metadata.function
Methods in com.orientechnologies.orient.core.metadata.function with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOFunctionLibraryImpl.createdFunction(ODocument function) voidOFunctionLibraryImpl.droppedFunction(ODocument function) voidOFunctionLibraryImpl.updatedFunction(ODocument function) static voidOFunctionLibraryImpl.validateFunctionRecord(ODocument doc) Constructors in com.orientechnologies.orient.core.metadata.function with parameters of type ODocument -
Uses of ODocument in com.orientechnologies.orient.core.metadata.schema
Methods in com.orientechnologies.orient.core.metadata.schema that return ODocumentModifier and TypeMethodDescriptionOGlobalPropertyImpl.toDocument()OClassImpl.toNetworkStream()OPropertyImpl.toNetworkStream()OSchemaShared.toNetworkStream()OViewImpl.toNetworkStream()OClassImpl.toStream()OPropertyImpl.toStream()OSchemaShared.toStream()Binds POJO to ODocument.OViewImpl.toStream()Methods in com.orientechnologies.orient.core.metadata.schema with parameters of type ODocumentModifier and TypeMethodDescriptionOClass.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String... fields) Creates database index that is based on passed in field names.OClass.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String algorithm, String... fields) Creates database index that is based on passed in field names.OClassAbstractDelegate.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String... fields) OClassAbstractDelegate.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String algorithm, String... fields) OClassImpl.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String... fields) OClassImpl.createIndex(String name, String type, OProgressListener progressListener, ODocument metadata, String algorithm, String... fields) OImmutableClass.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String... fields) OImmutableClass.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String algorithm, String... fields) OImmutableProperty.createIndex(OClass.INDEX_TYPE iType, ODocument metadata) OImmutableProperty.createIndex(String iType, ODocument metadata) OProperty.createIndex(OClass.INDEX_TYPE iType, ODocument metadata) Creates an index on this property.OProperty.createIndex(String iType, ODocument metadata) Creates an index on this property.OPropertyAbstractDelegate.createIndex(OClass.INDEX_TYPE iType, ODocument metadata) OPropertyAbstractDelegate.createIndex(String iType, ODocument metadata) OPropertyImpl.createIndex(OClass.INDEX_TYPE iType, ODocument metadata) OPropertyImpl.createIndex(String iType, ODocument metadata) voidOGlobalPropertyImpl.fromDocument(ODocument document) voidOClassImpl.fromStream(ODocument document) voidOPropertyImpl.fromStream(ODocument document) voidOSchemaShared.fromStream(ODocument document) Binds ODocument to POJO.voidOViewImpl.fromStream(ODocument document) intOClass.getClusterForNewInstance(ODocument doc) intOClassAbstractDelegate.getClusterForNewInstance(ODocument doc) intOClassImpl.getClusterForNewInstance(ODocument doc) intOImmutableClass.getClusterForNewInstance(ODocument doc) -
Uses of ODocument in com.orientechnologies.orient.core.metadata.schema.clusterselection
Methods in com.orientechnologies.orient.core.metadata.schema.clusterselection with parameters of type ODocumentModifier and TypeMethodDescriptionintOBalancedClusterSelectionStrategy.getCluster(OClass iClass, int[] clusters, ODocument doc) intOBalancedClusterSelectionStrategy.getCluster(OClass iClass, ODocument doc) intOClusterSelectionStrategy.getCluster(OClass iClass, int[] selection, ODocument doc) intOClusterSelectionStrategy.getCluster(OClass iClass, ODocument doc) intODefaultClusterSelectionStrategy.getCluster(OClass iClass, int[] selection, ODocument doc) intODefaultClusterSelectionStrategy.getCluster(OClass iClass, ODocument doc) intORoundRobinClusterSelectionStrategy.getCluster(OClass clazz, int[] clusters, ODocument doc) intORoundRobinClusterSelectionStrategy.getCluster(OClass iClass, ODocument doc) -
Uses of ODocument in com.orientechnologies.orient.core.metadata.security
Methods in com.orientechnologies.orient.core.metadata.security that return types with arguments of type ODocumentModifier and TypeMethodDescriptionOSecurity.getAllRoles()OSecurityInternal.getAllRoles(ODatabaseSession session) OSecurityProxy.getAllRoles()OSecurityShared.getAllRoles(ODatabaseSession session) OSecurity.getAllUsers()OSecurityInternal.getAllUsers(ODatabaseSession session) OSecurityProxy.getAllUsers()OSecurityShared.getAllUsers(ODatabaseSession session) Methods in com.orientechnologies.orient.core.metadata.security with parameters of type ODocumentModifier and TypeMethodDescriptionOSecurityInternal.allowIdentity(ODatabaseSession session, ODocument iDocument, String iAllowFieldName, OIdentifiable iId) Deprecated.OSecurityShared.allowIdentity(ODatabaseSession session, ODocument iDocument, String iAllowFieldName, OIdentifiable iId) OSecurity.allowRole(ODocument iDocument, ORestrictedOperation iOperationType, String iRoleName) Deprecated.OSecurityInternal.allowRole(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperationType, String iRoleName) Deprecated.OSecurityProxy.allowRole(ODocument iDocument, ORestrictedOperation iOperationType, String iRoleName) OSecurityShared.allowRole(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperation, String iRoleName) OSecurity.allowUser(ODocument iDocument, ORestrictedOperation iOperationType, String iUserName) Deprecated.OSecurityInternal.allowUser(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperationType, String iUserName) Deprecated.OSecurityProxy.allowUser(ODocument iDocument, ORestrictedOperation iOperationType, String iUserName) OSecurityShared.allowUser(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperation, String iUserName) static OResultInternalOSecurityShared.calculateBefore(ODocument iDocument, ODatabaseSession db) protected ORoleOSystemUser.createRole(ODocument roleDoc) Derived classes can override createRole() to return an extended ORole implementation.protected ORoleOUser.createRole(ODocument roleDoc) Derived classes can override createRole() to return an extended ORole implementation or null if the role should not be added.OSecurity.denyRole(ODocument iDocument, ORestrictedOperation iOperationType, String iRoleName) Deprecated.OSecurityInternal.denyRole(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperationType, String iRoleName) Deprecated.OSecurityProxy.denyRole(ODocument iDocument, ORestrictedOperation iOperationType, String iRoleName) OSecurityShared.denyRole(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperation, String iRoleName) OSecurity.denyUser(ODocument iDocument, ORestrictedOperation iOperationType, String iUserName) Deprecated.OSecurityInternal.denyUser(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperationType, String iUserName) Deprecated.OSecurityProxy.denyUser(ODocument iDocument, ORestrictedOperation iOperationType, String iUserName) OSecurityShared.denyUser(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperation, String iUserName) OSecurityInternal.disallowIdentity(ODatabaseSession session, ODocument iDocument, String iAllowFieldName, OIdentifiable iId) Deprecated.OSecurityShared.disallowIdentity(ODatabaseSession session, ODocument iDocument, String iAllowFieldName, OIdentifiable iId) static booleanOUser.encodePassword(ODatabaseDocumentInternal session, ODocument iDocument) voidORole.fromStream(ODocument iSource) voidOSystemRole.fromStream(ODocument iSource) voidOUser.fromStream(ODocument iSource) OSecurityInternal.getFilteredProperties(ODatabaseSession session, ODocument document) For property-level security.OSecurityShared.getFilteredProperties(ODatabaseSession session, ODocument document) static booleanORestrictedAccessHook.isAllowed(ODatabaseDocumentInternal database, ODocument iDocument, ORestrictedOperation iAllowOperation, boolean iReadOriginal) booleanOSecurityInternal.isAllowedWrite(ODatabaseSession session, ODocument document, String propertyName) For property-level securitybooleanOSecurityShared.isAllowedWrite(ODatabaseSession session, ODocument document, String propertyName) static booleanORestrictedAccessHook.onRecordBeforeCreate(ODocument iDocument, ODatabaseDocumentInternal database) Constructors in com.orientechnologies.orient.core.metadata.security with parameters of type ODocumentModifierConstructorDescriptionOPropertyAccess(ODatabaseSession session, ODocument document, OSecurityInternal security) Create the role by reading the source document.OSystemRole(ODocument iSource) Create the role by reading the source document.OSystemUser(ODocument iSource) Create the user by reading the source document.OSystemUser(ODocument iSource, String dbName) dbName is the name of the source database and is used for filtering roles.Create the user by reading the source document. -
Uses of ODocument in com.orientechnologies.orient.core.metadata.sequence
Fields in com.orientechnologies.orient.core.metadata.sequence with type parameters of type ODocumentMethods in com.orientechnologies.orient.core.metadata.sequence that return ODocumentMethods in com.orientechnologies.orient.core.metadata.sequence with parameters of type ODocumentModifier and TypeMethodDescriptionstatic OSequenceOSequenceHelper.createSequence(OSequence.SEQUENCE_TYPE sequenceType, OSequence.CreateParams params, ODocument document) static OSequenceOSequenceHelper.createSequence(ODocument document) static StringOSequence.getSequenceName(ODocument iDocument) static OSequence.SEQUENCE_TYPEOSequence.getSequenceType(ODocument document) protected static LongOSequenceLibraryImpl.onSequenceCreated(ODatabaseDocumentInternal database, ODocument iDocument) voidOSequenceLibraryImpl.onSequenceDropped(ODatabaseDocumentInternal database, ODocument iDocument) OSequenceLibraryImpl.onSequenceUpdated(ODatabaseDocumentInternal database, ODocument iDocument) voidConstructors in com.orientechnologies.orient.core.metadata.sequence with parameters of type ODocumentModifierConstructorDescriptionprotectedprotectedOSequence(ODocument iDocument, OSequence.CreateParams params) OSequenceCached(ODocument iDocument) OSequenceCached(ODocument iDocument, OSequence.CreateParams params) OSequenceOrdered(ODocument iDocument) OSequenceOrdered(ODocument iDocument, OSequence.CreateParams params) -
Uses of ODocument in com.orientechnologies.orient.core.query.live
Fields in com.orientechnologies.orient.core.query.live declared as ODocumentMethods in com.orientechnologies.orient.core.query.live with parameters of type ODocumentModifier and TypeMethodDescriptionstatic voidOLiveQueryHook.addOp(ODocument iDocument, byte iType, ODatabaseDocument database) static voidOLiveQueryHookV2.addOp(ODocument iDocument, byte iType, ODatabaseDocument database) static OResultInternalOLiveQueryHookV2.calculateBefore(ODocument iDocument, Set<String> projectionsToLoad) -
Uses of ODocument in com.orientechnologies.orient.core.record.impl
Subclasses of ODocument in com.orientechnologies.orient.core.record.implModifier and TypeClassDescriptionclassclassclassclassFields in com.orientechnologies.orient.core.record.impl declared as ODocumentModifier and TypeFieldDescriptionprotected ODocumentOEdgeDelegate.elementprotected final ODocumentOVertexDelegate.elementMethods in com.orientechnologies.orient.core.record.impl that return ODocumentModifier and TypeMethodDescriptionODocument.clear()Clears all the field values and types.ODocument.copy()Copies the current instance to a new one.Writes the field value.Writes the field value forcing the type.Fills a document passing the field names/values.Deprecated.ODocument.fromJSON(InputStream contentStream) Fills a document passing the field names/values as a Map String,Object where the keys are the field names and the values are the field values.ODocument.fromStream(byte[] iRecordBuffer) protected ODocumentODocument.fromStream(byte[] iRecordBuffer, ODatabaseDocumentInternal db) Deprecated.Deprecated.ODocument.merge(ODocument iOther, boolean iUpdateOnlyMode, boolean iMergeSingleItemsOfMultiValueFields) Merge current document with the document passed as parameter.ODocument.merge(Map<String, Object> iOther, boolean iUpdateOnlyMode, boolean iMergeSingleItemsOfMultiValueFields) Merge current document with the document passed as parameter.protected ODocumentODocument.mergeMap(Map<String, ODocumentEntry> iOther, boolean iUpdateOnlyMode, boolean iMergeSingleItemsOfMultiValueFields) Deprecated.ODocument.reset()Resets the record values and class type to being reused.ODocument.save()Deprecated.Deprecated.ODocument.setAllowChainedAccess(boolean allowChainedAccess) Change the behavior of field() methods allowing access to the sub documents with dot notation ('.').ODocument.setFieldType(String iFieldName, OType iFieldType) Sets the field type.ODocument.setOrdered(boolean iOrdered) ODocument.setTrackingChanges(boolean iTrackingChanges) Enabled or disabled the tracking of changes in the document.ODocument.undo()Rollbacks changes to the loaded version without reloading the document.ODocument.unload()Methods in com.orientechnologies.orient.core.record.impl with parameters of type ODocumentModifier and TypeMethodDescriptionstatic voidODocumentInternal.addOwner(ODocument oDocument, ORecordElement iOwner) static voidODocumentInternal.autoConvertValueToClass(ODatabaseDocumentInternal database, ODocument doc) static voidODocumentInternal.checkClass(ODocument doc, ODatabaseDocumentInternal database) static voidODocumentInternal.clearTrackData(ODocument document) static voidODocumentInternal.clearTransactionTrackData(ODocument doc) static ObjectODocumentHelper.cloneValue(ODocument iCloned, Object fieldValue) static voidODocumentInternal.convertAllMultiValuesToTrackedVersions(ODocument document) static <RET> RETODocumentHelper.convertField(ODocument iDocument, String iFieldName, OType type, Class<?> iFieldType, Object iValue) static ObjectOVertexDocument.createLink(ODocument iFromVertex, OIdentifiable iTo, String iFieldName) (Internal only) Creates a link between a vertices and a Graph Element.voidODocumentEntry.disableTracking(ODocument document, Object fieldValue) booleanODocumentEntry.enableTracking(ODocument document) static voidODocumentInternal.fillClassNameIfNeeded(ODocument oDocument, String className) static List<Map.Entry<String, ODocumentEntry>> ODocumentInternal.filteredEntries(ODocument document) static OGlobalPropertyODocumentInternal.getGlobalPropertyById(ODocument oDocument, int id) static OImmutableSchemaODocumentInternal.getImmutableSchema(ODocument oDocument) static OImmutableClassODocumentInternal.getImmutableSchemaClass(ODatabaseDocumentInternal database, ODocument oDocument) static OImmutableClassODocumentInternal.getImmutableSchemaClass(ODocument oDocument) static OPropertyAccessODocumentInternal.getPropertyAccess(ODocument doc) static OPropertyEncryptionODocumentInternal.getPropertyEncryption(ODocument doc) static ObjectODocumentInternal.getRawProperty(ODocument doc, String propertyName) booleanODocument.hasSameContentOf(ODocument iOther) static booleanODocumentHelper.hasSameContentOf(ODocument iCurrent, ODatabaseDocumentInternal iMyDb, ODocument iOther, ODatabaseDocumentInternal iOtherDb, ODocumentHelper.RIDMapper ridMapper) Makes a deep comparison field by field to check if the passed ODocument instance is identical as identity and content to the current one.static booleanODocumentHelper.hasSameContentOf(ODocument iCurrent, ODatabaseDocumentInternal iMyDb, ODocument iOther, ODatabaseDocumentInternal iOtherDb, ODocumentHelper.RIDMapper ridMapper, boolean iCheckAlsoIdentity) Makes a deep comparison field by field to check if the passed ODocument instance is identical in the content to the current one.ODocumentInternal.iteratePropertieNames(ODocument doc) ODocument.merge(ODocument iOther, boolean iUpdateOnlyMode, boolean iMergeSingleItemsOfMultiValueFields) Merge current document with the document passed as parameter.static booleanODocumentInternal.rawContainsField(ODocument oDocument, String iFiledName) static Set<Map.Entry<String, ODocumentEntry>> ODocumentInternal.rawEntries(ODocument document) static ODocumentEntrystatic voidODocumentInternal.rawField(ODocument oDocument, String iFieldName, Object iFieldValue, OType iFieldType) static voidODocumentInternal.removeOwner(ODocument oDocument, ORecordElement iOwner) static voidOVertexDelegate.replaceLinks(ODocument iVertex, String iFieldName, OIdentifiable iVertexToRemove, OIdentifiable iNewVertex) static voidOVertexDocument.replaceLinks(ODocument iVertex, String iFieldName, OIdentifiable iVertexToRemove, OIdentifiable iNewVertex) voidODocumentEntry.replaceListener(ODocument document, Object oldValue) static voidODocumentInternal.setPropertyAccess(ODocument doc, OPropertyAccess propertyAccess) static voidODocumentInternal.setPropertyEncryption(ODocument doc, OPropertyEncryption propertyEncryption) protected static voidODocument.validateField(ODocument iRecord, OImmutableProperty p) protected static voidODocument.validateFieldsSecurity(ODatabaseDocumentInternal internal, ODocument iRecord) Constructors in com.orientechnologies.orient.core.record.impl with parameters of type ODocument -
Uses of ODocument in com.orientechnologies.orient.core.schedule
Methods in com.orientechnologies.orient.core.schedule with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOScheduledEvent.fromStream(ODocument iDocument) voidOSchedulerImpl.handleUpdateSchedule(ODocument doc) voidOSchedulerImpl.initScheduleRecord(ODocument doc) Constructors in com.orientechnologies.orient.core.schedule with parameters of type ODocumentModifierConstructorDescriptionOScheduledEvent(ODocument doc) Creates a scheduled event object from a configuration.Creates a scheduled event object from a configuration. -
Uses of ODocument in com.orientechnologies.orient.core.security
Methods in com.orientechnologies.orient.core.security that return ODocumentModifier and TypeMethodDescriptionODefaultSecuritySystem.getComponentConfig(String name) OSecuritySystem.getComponentConfig(String name) ODefaultSecuritySystem.getConfig()OSecuritySystem.getConfig()Methods in com.orientechnologies.orient.core.security with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOAuditingService.changeConfig(OSecurityUser user, String databaseName, ODocument cfg) voidOSecurityComponent.config(ODocument jsonConfig, OSecuritySystem security) voidODefaultSecuritySystem.reload(OSecurityUser user, ODocument configDoc) voidvoidOSecuritySystem.reload(OSecurityUser user, ODocument jsonConfig) voidvoidODefaultSecuritySystem.reloadComponent(OSecurityUser user, String name, ODocument jsonConfig) voidOSecuritySystem.reloadComponent(OSecurityUser user, String name, ODocument jsonConfig) -
Uses of ODocument in com.orientechnologies.orient.core.security.authenticator
Methods in com.orientechnologies.orient.core.security.authenticator with parameters of type ODocumentModifier and TypeMethodDescriptionvoidODatabaseUserAuthenticator.config(ODocument jsonConfig, OSecuritySystem security) voidODefaultPasswordAuthenticator.config(ODocument jsonConfig, OSecuritySystem security) voidOSecurityAuthenticatorAbstract.config(ODocument jsonConfig, OSecuritySystem security) protected OSecurityUserODefaultPasswordAuthenticator.createServerUser(ODocument userDoc) -
Uses of ODocument in com.orientechnologies.orient.core.security.symmetrickey
Methods in com.orientechnologies.orient.core.security.symmetrickey that return types with arguments of type ODocumentModifier and TypeMethodDescriptionOSymmetricKeySecurity.getAllRoles(ODatabaseSession session) OSymmetricKeySecurity.getAllUsers(ODatabaseSession session) Methods in com.orientechnologies.orient.core.security.symmetrickey with parameters of type ODocumentModifier and TypeMethodDescriptionOSymmetricKeySecurity.allowIdentity(ODatabaseSession session, ODocument iDocument, String iAllowFieldName, OIdentifiable iId) OSymmetricKeySecurity.allowRole(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperationType, String iRoleName) OSymmetricKeySecurity.allowUser(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperationType, String iUserName) OSymmetricKeySecurity.denyRole(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperationType, String iRoleName) OSymmetricKeySecurity.denyUser(ODatabaseSession session, ODocument iDocument, ORestrictedOperation iOperationType, String iUserName) OSymmetricKeySecurity.disallowIdentity(ODatabaseSession session, ODocument iDocument, String iAllowFieldName, OIdentifiable iId) OSymmetricKeySecurity.getFilteredProperties(ODatabaseSession session, ODocument document) booleanOSymmetricKeySecurity.isAllowedWrite(ODatabaseSession session, ODocument document, String propertyName) Constructors in com.orientechnologies.orient.core.security.symmetrickey with parameters of type ODocument -
Uses of ODocument in com.orientechnologies.orient.core.serialization
Methods in com.orientechnologies.orient.core.serialization that return ODocumentMethods in com.orientechnologies.orient.core.serialization with parameters of type ODocument -
Uses of ODocument in com.orientechnologies.orient.core.serialization.serializer
Methods in com.orientechnologies.orient.core.serialization.serializer with parameters of type ODocumentModifier and TypeMethodDescriptionstatic ObjectOStringSerializerHelper.fieldTypeFromStream(ODocument iDocument, OType iType, Object iValue) -
Uses of ODocument in com.orientechnologies.orient.core.serialization.serializer.record
Methods in com.orientechnologies.orient.core.serialization.serializer.record with parameters of type ODocumentModifier and TypeMethodDescriptionString[]ORecordSerializer.getFieldNames(ODocument reference, byte[] iSource) String[]ORecordSerializerRaw.getFieldNames(ODocument reference, byte[] iSource) -
Uses of ODocument in com.orientechnologies.orient.core.serialization.serializer.record.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary with parameters of type ODocumentModifier and TypeMethodDescriptionvoidODocumentSerializer.deserialize(ODocument document, BytesContainer bytes) voidODocumentSerializerDelta.deserialize(byte[] content, ODocument toFill) voidORecordSerializerBinaryV0.deserialize(ODocument document, BytesContainer bytes) voidORecordSerializerBinaryV1.deserialize(ODocument document, BytesContainer bytes) voidORecordSerializerNetworkV0.deserialize(ODocument document, BytesContainer bytes) voidORecordSerializerNetworkV37.deserialize(ODocument document, BytesContainer bytes) voidODocumentSerializerDelta.deserializeDelta(byte[] content, ODocument toFill) voidODocumentSerializerDelta.deserializeDelta(BytesContainer bytes, ODocument toFill) voidODocumentSerializer.deserializePartial(ODocument document, BytesContainer bytes, String[] iFields) voidORecordSerializerBinaryV0.deserializePartial(ODocument document, BytesContainer bytes, String[] iFields) voidORecordSerializerBinaryV1.deserializePartial(ODocument document, BytesContainer bytes, String[] iFields) voidORecordSerializerNetworkV0.deserializePartial(ODocument document, BytesContainer bytes, String[] iFields) voidORecordSerializerNetworkV37.deserializePartial(ODocument document, BytesContainer bytes, String[] iFields) voidORecordSerializerBinaryV0.deserializeWithClassName(ODocument document, BytesContainer bytes) voidORecordSerializerBinaryV1.deserializeWithClassName(ODocument document, BytesContainer bytes) protected Collection<Map.Entry<String, ODocumentEntry>> ORecordSerializerNetworkDistributed.fetchEntries(ODocument document) protected Collection<Map.Entry<String, ODocumentEntry>> ORecordSerializerNetworkV37.fetchEntries(ODocument document) String[]ODocumentSerializer.getFieldNames(ODocument reference, BytesContainer iBytes, boolean embedded) Returns the array of field names with no values.String[]ORecordSerializerBinary.getFieldNames(ODocument reference, byte[] iSource) String[]ORecordSerializerBinaryV0.getFieldNames(ODocument reference, BytesContainer bytes, boolean embedded) String[]ORecordSerializerBinaryV1.getFieldNames(ODocument reference, BytesContainer bytes, boolean embedded) String[]ORecordSerializerNetwork.getFieldNames(ODocument reference, byte[] iSource) String[]ORecordSerializerNetworkV0.getFieldNames(ODocument reference, BytesContainer bytes, boolean embedded) String[]ORecordSerializerNetworkV37.getFieldNames(ODocument reference, byte[] iSource) String[]ORecordSerializerNetworkV37.getFieldNames(ODocument reference, BytesContainer bytes) static OGlobalPropertyHelperClasses.getGlobalProperty(ODocument document, int len) protected OTypeORecordSerializerBinaryV0.getLinkedType(ODocument document, OType type, String key) voidODocumentSerializer.serialize(ODocument document, BytesContainer bytes) byte[]voidORecordSerializerBinaryV0.serialize(ODocument document, BytesContainer bytes) voidORecordSerializerBinaryV0.serialize(ODocument document, BytesContainer bytes, OImmutableSchema schema, OPropertyEncryption encryption) voidORecordSerializerBinaryV1.serialize(ODocument document, BytesContainer bytes) voidORecordSerializerNetworkV0.serialize(ODocument document, BytesContainer bytes) voidORecordSerializerNetworkV37.serialize(ODocument document, BytesContainer bytes) protected OClassODocumentSerializerDelta.serializeClass(ODocument document, BytesContainer bytes) protected OClassORecordSerializerBinaryV0.serializeClass(ODocument document, BytesContainer bytes) protected OClassORecordSerializerNetworkV0.serializeClass(ODocument document, BytesContainer bytes) protected OClassORecordSerializerNetworkV37.serializeClass(ODocument document, BytesContainer bytes) byte[]ODocumentSerializerDelta.serializeDelta(ODocument document) voidODocumentSerializerDelta.serializeDelta(BytesContainer bytes, ODocument document) voidORecordSerializerBinaryV1.serializeWithClassName(ODocument document, BytesContainer bytes) -
Uses of ODocument in com.orientechnologies.orient.core.serialization.serializer.record.string
Methods in com.orientechnologies.orient.core.serialization.serializer.record.string with parameters of type ODocumentModifier and TypeMethodDescriptionORecordSerializerCSVAbstract.embeddedCollectionFromStream(ODocument iDocument, OType iType, OClass iLinkedClass, OType iLinkedType, String iValue) ORecordSerializerCSVAbstract.embeddedMapFromStream(ODocument iSourceDocument, OType iLinkedType, String iValue, String iName) voidORecordSerializerCSVAbstract.fieldToStream(ODocument iRecord, StringBuilder iOutput, OType iType, OClass iLinkedClass, OType iLinkedType, String iName, Object iValue, boolean iSaveOnlyDirty) static ObjectORecordSerializerStringAbstract.fieldTypeFromStream(ODocument iDocument, OType iType, Object iValue) String[]ORecordSerializerStringAbstract.getFieldNames(ODocument reference, byte[] iSource) -
Uses of ODocument in com.orientechnologies.orient.core.sharding.auto
Methods in com.orientechnologies.orient.core.sharding.auto with parameters of type ODocumentModifier and TypeMethodDescriptionintOAutoShardingClusterSelectionStrategy.getCluster(OClass iClass, int[] clusters, ODocument doc) intOAutoShardingClusterSelectionStrategy.getCluster(OClass clazz, ODocument doc) -
Uses of ODocument in com.orientechnologies.orient.core.sql
Fields in com.orientechnologies.orient.core.sql declared as ODocumentFields in com.orientechnologies.orient.core.sql with type parameters of type ODocumentModifier and TypeFieldDescriptionprotected OSQLAsynchQuery<ODocument> OCommandExecutorSQLResultsetAbstract.requestprotected OSQLAsynchQuery<ODocument> OCommandExecutorToOStatementWrapper.requestMethods in com.orientechnologies.orient.core.sql that return ODocumentModifier and TypeMethodDescriptionORuntimeResult.applyRecord(OIdentifiable iRecord) static ODocumentORuntimeResult.applyRecord(ODocument iValue, Map<String, Object> iProjections, OCommandContext iContext, OIdentifiable iRecord) static ODocumentOSQLHelper.bindParameters(ODocument iDocument, List<OPair<String, Object>> iFields, OCommandParameters iArguments, OCommandContext iContext) static ODocumentOSQLHelper.bindParameters(ODocument iDocument, Map<String, Object> iFields, OCommandParameters iArguments, OCommandContext iContext) static ODocumentORuntimeResult.createProjectionDocument(int iProgressive) OChainedIndexProxy.getConfiguration()OChainedIndexProxy.getMetadata()static ODocumentORuntimeResult.getProjectionResult(int iId, Map<String, Object> iProjections, OCommandContext iContext, OIdentifiable iRecord) ORuntimeResult.getResult()static ODocumentprotected ODocumentOCommandExecutorSQLSetAware.parseJSON()protected ODocumentOOriginalRecordsReturnHandler.preprocess(ODocument result) protected abstract ODocumentORecordsReturnHandler.preprocess(ODocument result) protected ODocumentOUpdatedRecordsReturnHandler.preprocess(ODocument result) OChainedIndexProxy.updateConfiguration()Methods in com.orientechnologies.orient.core.sql that return types with arguments of type ODocumentModifier and TypeMethodDescriptionOFindReferenceHelper.findReferences(Set<ORID> iRecordIds, String classList) Methods in com.orientechnologies.orient.core.sql with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOOriginalRecordsReturnHandler.afterUpdate(ODocument result) voidORecordCountHandler.afterUpdate(ODocument result) voidOReturnHandler.afterUpdate(ODocument result) voidOUpdatedRecordsReturnHandler.afterUpdate(ODocument result) static ODocumentORuntimeResult.applyRecord(ODocument iValue, Map<String, Object> iProjections, OCommandContext iContext, OIdentifiable iRecord) voidOOriginalRecordsReturnHandler.beforeUpdate(ODocument result) voidORecordCountHandler.beforeUpdate(ODocument result) voidOReturnHandler.beforeUpdate(ODocument result) voidOUpdatedRecordsReturnHandler.beforeUpdate(ODocument result) static ODocumentOSQLHelper.bindParameters(ODocument iDocument, List<OPair<String, Object>> iFields, OCommandParameters iArguments, OCommandContext iContext) static ODocumentOSQLHelper.bindParameters(ODocument iDocument, Map<String, Object> iFields, OCommandParameters iArguments, OCommandContext iContext) static ODocumentbooleanOChainedIndexProxy.loadFromConfiguration(ODocument iConfig) OChainedIndexProxy.loadMetadata(ODocument iConfig) static ObjectOSQLHelper.parseDefaultValue(ODocument iRecord, String iWord) protected ObjectOCommandExecutorSQLInsert.prepareReturnItem(ODocument item) protected ODocumentOOriginalRecordsReturnHandler.preprocess(ODocument result) protected abstract ODocumentORecordsReturnHandler.preprocess(ODocument result) protected ODocumentOUpdatedRecordsReturnHandler.preprocess(ODocument result) static ObjectOSQLHelper.resolveFieldValue(ODocument iDocument, String iFieldName, Object iFieldValue, OCommandParameters iArguments, OCommandContext iContext) protected voidORecordsReturnHandler.storeResult(ODocument result) Method parameters in com.orientechnologies.orient.core.sql with type arguments of type ODocumentModifier and TypeMethodDescriptionprotected ObjectOCommandExecutorSQLInsert.prepareReturnResult(List<ODocument> res) voidOCommandExecutorSQLResultsetAbstract.setRequest(OSQLAsynchQuery<ODocument> request) -
Uses of ODocument in com.orientechnologies.orient.core.sql.filter
Methods in com.orientechnologies.orient.core.sql.filter with parameters of type ODocumentModifier and TypeMethodDescriptionOSQLFilter.evaluate(OIdentifiable iRecord, ODocument iCurrentResult, OCommandContext iContext) OSQLFilterCondition.evaluate(OIdentifiable iCurrentRecord, ODocument iCurrentResult, OCommandContext iContext) protected ObjectOSQLFilterCondition.evaluate(OIdentifiable iCurrentRecord, ODocument iCurrentResult, Object iValue, OCommandContext iContext, boolean binaryEvaluation) OSQLPredicate.evaluate(OIdentifiable iRecord, ODocument iCurrentResult, OCommandContext iContext) -
Uses of ODocument in com.orientechnologies.orient.core.sql.functions.coll
Methods in com.orientechnologies.orient.core.sql.functions.coll that return ODocumentModifier and TypeMethodDescriptionOSQLFunctionDocument.getResult()protected ODocumentOSQLFunctionDocument.prepareResult(ODocument res) Methods in com.orientechnologies.orient.core.sql.functions.coll with parameters of type ODocumentModifier and TypeMethodDescriptionprotected ODocumentOSQLFunctionDocument.prepareResult(ODocument res) -
Uses of ODocument in com.orientechnologies.orient.core.sql.operator
Methods in com.orientechnologies.orient.core.sql.operator with parameters of type ODocumentModifier and TypeMethodDescriptionabstract ObjectOQueryOperator.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) OQueryOperatorAnd.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) OQueryOperatorContainsText.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) This is executed on non-indexed fields.OQueryOperatorEquality.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) OQueryOperatorEqualityNotNulls.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) OQueryOperatorNot.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) OQueryOperatorOr.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) OQueryTargetOperator.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) At run-time the evaluation per record must return always true since the recordset are filtered at the beginning unless an operator can work in both modes. -
Uses of ODocument in com.orientechnologies.orient.core.sql.operator.math
Methods in com.orientechnologies.orient.core.sql.operator.math with parameters of type ODocumentModifier and TypeMethodDescriptionOQueryOperatorDivide.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) OQueryOperatorMinus.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) OQueryOperatorMod.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) OQueryOperatorMultiply.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) OQueryOperatorPlus.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) -
Uses of ODocument in com.orientechnologies.orient.core.sql.parser
Methods in com.orientechnologies.orient.core.sql.parser that return ODocumentModifier and TypeMethodDescriptionOMatchStatement.MatchContext.toDoc()OJson.toDocument(OIdentifiable source, OCommandContext ctx) Method parameters in com.orientechnologies.orient.core.sql.parser with type arguments of type ODocumentModifier and TypeMethodDescriptionOMatchStatement.execute(OSQLAsynchQuery<ODocument> request, OCommandContext context, OProgressListener progressListener) executes the match statement.OProfileStorageStatement.execute(OSQLAsynchQuery<ODocument> request, OCommandContext context, OProgressListener progressListener) OServerStatement.execute(OSQLAsynchQuery<ODocument> request, OServerCommandContext context, OProgressListener progressListener) OStatement.execute(OSQLAsynchQuery<ODocument> request, OCommandContext context, OProgressListener progressListener) protected ObjectOMatchStatement.getResult(OSQLAsynchQuery<ODocument> request) protected static ObjectOProfileStorageStatement.getResult(OSQLAsynchQuery<ODocument> request) -
Uses of ODocument in com.orientechnologies.orient.core.storage.impl.local
Methods in com.orientechnologies.orient.core.storage.impl.local with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOStorageRecoverEventListener.onRemovedEdge(ODocument edge) voidOStorageRecoverEventListener.onRepairedVertex(ODocument vertex) voidOStorageRecoverEventListener.onScannedEdge(ODocument edge) voidOStorageRecoverEventListener.onScannedVertex(ODocument vertex) -
Uses of ODocument in com.orientechnologies.orient.core.tx
Fields in com.orientechnologies.orient.core.tx with type parameters of type ODocumentModifier and TypeFieldDescriptionOTransactionRealAbstract.changedDocumentstoken This set is used to track which documents are changed during tx, if documents are changed but not saved all changes are made during tx will be undone.Methods in com.orientechnologies.orient.core.tx that return ODocumentModifier and TypeMethodDescriptionOTransaction.getIndexChanges()OTransactionNoTx.getIndexChanges()OTransactionRealAbstract.getIndexChanges()protected ODocumentOTransactionRealAbstract.serializeIndexChangeEntry(OTransactionIndexChangesPerKey entry, ODocument indexDoc) Methods in com.orientechnologies.orient.core.tx with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOTransaction.addChangedDocument(ODocument document) Adds the given document to a set of changed documents known to this transaction.voidOTransactionNoTx.addChangedDocument(ODocument document) voidOTransactionRealAbstract.addChangedDocument(ODocument document) protected ODocumentOTransactionRealAbstract.serializeIndexChangeEntry(OTransactionIndexChangesPerKey entry, ODocument indexDoc) -
Uses of ODocument in com.orientechnologies.orient.core.type
Fields in com.orientechnologies.orient.core.type declared as ODocumentMethods in com.orientechnologies.orient.core.type that return ODocumentMethods in com.orientechnologies.orient.core.type with parameters of type ODocumentConstructors in com.orientechnologies.orient.core.type with parameters of type ODocument -
Uses of ODocument in com.orientechnologies.orient.etl
Fields in com.orientechnologies.orient.etl declared as ODocumentMethods in com.orientechnologies.orient.etl that return ODocumentModifier and TypeMethodDescriptionOETLAbstractComponent.getConfiguration()OETLComponent.getConfiguration()Methods in com.orientechnologies.orient.etl with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOETLAbstractComponent.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLComponent.configure(ODocument configuration, OCommandContext context) Called by the @OETLProcessorOETLProcessorConfigurator.configureBeginBlocks(ODocument cfg, OCommandContext iContext) protected <C extends OETLComponent>
COETLProcessorConfigurator.configureComponent(C iComponent, ODocument iCfg, OCommandContext iContext) OETLProcessorConfigurator.configureEndBlocks(ODocument cfg, OCommandContext iContext) protected OETLExtractorOETLProcessorConfigurator.configureExtractor(ODocument cfg, OCommandContext iContext) protected OETLLoaderOETLProcessorConfigurator.configureLoader(ODocument cfg, OCommandContext iContext) protected OETLSourceOETLProcessorConfigurator.configureSource(ODocument cfg, OCommandContext iContext) protected List<OETLTransformer> OETLProcessorConfigurator.configureTransformers(ODocument cfg, OCommandContext iContext) OETLProcessorConfigurator.parse(ODocument cfg, OETLContext context) -
Uses of ODocument in com.orientechnologies.orient.etl.block
Methods in com.orientechnologies.orient.etl.block that return ODocumentModifier and TypeMethodDescriptionOETLCodeBlock.getConfiguration()OETLConsoleBlock.getConfiguration()OETLLetBlock.getConfiguration()Methods in com.orientechnologies.orient.etl.block with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOETLCodeBlock.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLConsoleBlock.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLLetBlock.configure(ODocument iConfiguration, OCommandContext iContext) -
Uses of ODocument in com.orientechnologies.orient.etl.extractor
Methods in com.orientechnologies.orient.etl.extractor that return ODocumentModifier and TypeMethodDescriptionOETLAbstractExtractor.getConfiguration()OETLCSVExtractor.getConfiguration()OETLJDBCExtractor.getConfiguration()OETLJsonExtractor.getConfiguration()OETLXmlExtractor.getConfiguration()Methods in com.orientechnologies.orient.etl.extractor with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOETLCSVExtractor.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLJDBCExtractor.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLRowExtractor.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLXmlExtractor.configure(ODocument iConfiguration, OCommandContext iContext) -
Uses of ODocument in com.orientechnologies.orient.etl.http
Methods in com.orientechnologies.orient.etl.http that return ODocumentModifier and TypeMethodDescriptionOETLHandler.listConfigurations(OServer server) OETLHandler.status()Status of the Running JobsOETLJob.status()Single Job StatusMethods in com.orientechnologies.orient.etl.http with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOETLHandler.checkConnection(ODocument args) Checks If the connection with given parameters is alivevoidOETLHandler.executeImport(ODocument cfg, OServer server) Executes import with configuration;voidOETLHandler.saveConfiguration(ODocument args, OServer server) Constructors in com.orientechnologies.orient.etl.http with parameters of type ODocumentModifierConstructorDescriptionOETLJob(ODocument cfg, OServer currentServerInstance, OETLListener listener) -
Uses of ODocument in com.orientechnologies.orient.etl.listener
Methods in com.orientechnologies.orient.etl.listener with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOETLDefaultImporterListener.validate(ODatabaseDocument db, OCommandContext iContext, ODocument iRecord) voidOETLImporterListener.validate(ODatabaseDocument db, OCommandContext iContext, ODocument iRecord) voidOETLScriptImporterListener.validate(ODatabaseDocument db, OCommandContext iContext, ODocument iRecord) -
Uses of ODocument in com.orientechnologies.orient.etl.loader
Methods in com.orientechnologies.orient.etl.loader that return ODocumentModifier and TypeMethodDescriptionOETLOrientDBLoader.getConfiguration()OETLOutputLoader.getConfiguration()Methods in com.orientechnologies.orient.etl.loader with parameters of type ODocumentModifier and TypeMethodDescriptionprotected voidOETLOrientDBLoader.autoCreatePropertiesOnDocument(ODatabaseDocument db, ODocument doc) voidOETLOrientDBLoader.configure(ODocument conf, OCommandContext iContext) -
Uses of ODocument in com.orientechnologies.orient.etl.source
Fields in com.orientechnologies.orient.etl.source declared as ODocumentMethods in com.orientechnologies.orient.etl.source that return ODocumentModifier and TypeMethodDescriptionOETLContentSource.getConfiguration()OETLFileSource.getConfiguration()OETLHttpSource.getConfiguration()OETLInputSource.getConfiguration()Methods in com.orientechnologies.orient.etl.source with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOETLContentSource.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLFileSource.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLHttpSource.configure(ODocument iConfiguration, OCommandContext iContext) -
Uses of ODocument in com.orientechnologies.orient.etl.transformer
Methods in com.orientechnologies.orient.etl.transformer that return ODocumentModifier and TypeMethodDescriptionOETLBlockTransformer.getConfiguration()OETLCodeTransformer.getConfiguration()OETLCommandTransformer.getConfiguration()OETLEdgeTransformer.getConfiguration()OETLFieldTransformer.getConfiguration()OETLFlowTransformer.getConfiguration()OETLLinkTransformer.getConfiguration()OETLLoadTransformer.getConfiguration()OETLLogTransformer.getConfiguration()OETLMergeTransformer.getConfiguration()OETLVertexTransformer.getConfiguration()Methods in com.orientechnologies.orient.etl.transformer with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOETLAbstractLookupTransformer.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLBlockTransformer.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLCodeTransformer.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLCommandTransformer.configure(ODocument conf, OCommandContext ctx) voidOETLEdgeTransformer.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLFieldTransformer.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLFlowTransformer.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLLinkTransformer.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLLogTransformer.configure(ODocument iConfiguration, OCommandContext iContext) voidOETLVertexTransformer.configure(ODocument iConfiguration, OCommandContext iContext) -
Uses of ODocument in com.orientechnologies.orient.etl.util
Methods in com.orientechnologies.orient.etl.util that return ODocumentModifier and TypeMethodDescriptionstatic ODocumentOFileManager.buildJsonFromFile(String filePath) It returns a ODocument starting from a json file.Methods in com.orientechnologies.orient.etl.util with parameters of type ODocumentModifier and TypeMethodDescriptionstatic StringOMigrationConfigManager.writeConfigurationInTargetDB(ODocument migrationConfig, String outOrientGraphUri, String configName) -
Uses of ODocument in com.orientechnologies.orient.object.db
Methods in com.orientechnologies.orient.object.db that return ODocumentModifier and TypeMethodDescriptionOObjectDatabaseTx.getRecordByUserObject(Object iPojo, boolean iCreateIfNotAvailable) OObjectDatabaseTx.pojo2Stream(Object iPojo, ODocument iRecord) Methods in com.orientechnologies.orient.object.db with parameters of type ODocumentModifier and TypeMethodDescriptionprotected voidOObjectDatabaseTx.deleteCascade(ODocument record) <RET> RETOObjectDatabaseTx.newInstance(String iClassName, Object iEnclosingClass, ODocument iDocument, Object... iArgs) Create a new POJO by its class name.OObjectDatabaseTx.pojo2Stream(Object iPojo, ODocument iRecord) OObjectDatabaseTx.stream2pojo(ODocument iRecord, Object iPojo, String iFetchPlan) OObjectDatabaseTx.stream2pojo(ODocument iRecord, Object iPojo, String iFetchPlan, boolean iReload) voidOObjectDatabaseTx.unregisterPojo(Object iObject, ODocument iRecord) -
Uses of ODocument in com.orientechnologies.orient.object.enhancement
Fields in com.orientechnologies.orient.object.enhancement declared as ODocumentMethods in com.orientechnologies.orient.object.enhancement that return ODocumentModifier and TypeMethodDescriptionOObjectProxyMethodHandler.getDoc()static ODocumentOObjectEntitySerializer.getDocument(javassist.util.proxy.Proxy proxiedObject) Method that given a proxied entity returns the associated ODocumentMethods in com.orientechnologies.orient.object.enhancement with parameters of type ODocumentModifier and TypeMethodDescriptionprotected ObjectOObjectProxyMethodHandler.convertDocumentToObject(ODocument value, Object self) <T> TOObjectEntityEnhancer.getProxiedInstance(Class<T> iClass, ODocument doc, Object... iArgs) <T> TOObjectEntityEnhancer.getProxiedInstance(Class<T> iClass, Object iEnclosingInstance, ODocument doc, javassist.util.proxy.ProxyObject parent, Object... iArgs) <T> TOObjectEntityEnhancer.getProxiedInstance(String iClass, OEntityManager entityManager, ODocument doc, javassist.util.proxy.ProxyObject parent, Object... iArgs) <T> TOObjectEntityEnhancer.getProxiedInstance(String iClass, Object iEnclosingInstance, OEntityManager entityManager, ODocument doc, javassist.util.proxy.ProxyObject parent, Object... iArgs) protected voidOObjectEntityEnhancer.initDocument(Class<?> iClass, Object iInstance, ODocument iDocument, ODatabaseObject db) static voidOObjectEntitySerializer.invokeAfterDeserializationCallbacks(Class<?> iClass, Object iInstance, ODocument iDocument) static voidOObjectEntitySerializer.invokeAfterSerializationCallbacks(Class<?> iClass, Object iInstance, ODocument iDocument) static voidOObjectEntitySerializer.invokeBeforeDeserializationCallbacks(Class<?> iClass, Object iInstance, ODocument iDocument) static voidOObjectEntitySerializer.invokeBeforeSerializationCallbacks(Class<?> iClass, Object iInstance, ODocument iDocument) protected static voidOObjectEntitySerializer.invokeCallback(Class<?> iClass, Object iPojo, ODocument iDocument, Class<?> iAnnotation) protected static voidOObjectEntitySerializer.invokeCallback(Object iPojo, ODocument iDocument, Class<?> iAnnotation) voidstatic ObjectOObjectEntitySerializer.typeToStream(Object iFieldValue, OType iType, ODatabaseObject db, ODocument iRecord) Constructors in com.orientechnologies.orient.object.enhancement with parameters of type ODocument -
Uses of ODocument in com.orientechnologies.orient.object.enhancement.field
Methods in com.orientechnologies.orient.object.enhancement.field that return ODocumentModifier and TypeMethodDescriptionODocumentFieldHandlingStrategy.store(ODocument iRecord, String fieldName, Object fieldValue, OType suggestedFieldType) Stores an object in a documentStores an object in a documentODocumentSimpleFieldHandlingStrategy.store(ODocument iRecord, String fieldName, Object fieldValue, OType suggestedFieldType) ODocumentSingleRecordBytesOTypeHandlingStrategy.store(ODocument iRecord, String fieldName, Object fieldValue) ODocumentSmartFieldHandlingStrategy.store(ODocument iRecord, String fieldName, Object fieldValue, OType suggestedFieldType) ODocumentSplitRecordBytesOTypeHandlingStrategy.store(ODocument iRecord, String fieldName, Object fieldValue) Methods in com.orientechnologies.orient.object.enhancement.field with parameters of type ODocumentModifier and TypeMethodDescriptionprotected OTypeODocumentSimpleFieldHandlingStrategy.deriveFieldType(ODocument iRecord, String fieldName, OType requestedFieldType) Derives the type of a field in a document.Retrieves a field from a documentRetrieves a field from a documentODocumentSimpleFieldHandlingStrategy.load(ODocument iRecord, String fieldName, OType suggestedFieldType) ODocumentSmartFieldHandlingStrategy.load(ODocument iRecord, String fieldName, OType suggestedFieldType) ODocumentFieldHandlingStrategy.store(ODocument iRecord, String fieldName, Object fieldValue, OType suggestedFieldType) Stores an object in a documentStores an object in a documentODocumentSimpleFieldHandlingStrategy.store(ODocument iRecord, String fieldName, Object fieldValue, OType suggestedFieldType) ODocumentSingleRecordBytesOTypeHandlingStrategy.store(ODocument iRecord, String fieldName, Object fieldValue) ODocumentSmartFieldHandlingStrategy.store(ODocument iRecord, String fieldName, Object fieldValue, OType suggestedFieldType) ODocumentSplitRecordBytesOTypeHandlingStrategy.store(ODocument iRecord, String fieldName, Object fieldValue) -
Uses of ODocument in com.orientechnologies.orient.object.serialization
Methods in com.orientechnologies.orient.object.serialization that return ODocumentModifier and TypeMethodDescriptionstatic ODocumentOObjectSerializerHelper.toStream(Object iPojo, ODocument iRecord, OEntityManager iEntityManager, OClass schemaClass, OUserObject2RecordHandler iObj2RecHandler, ODatabaseObject db, boolean iSaveOnlyDirty) Serialize the user POJO to a ORecordDocument instance.Methods in com.orientechnologies.orient.object.serialization with parameters of type ODocumentModifier and TypeMethodDescriptionstatic ObjectOObjectSerializerHelper.convertDocumentInType(ODocument oDocument, Class<?> type) static Class<?> OObjectSerializerHelper.getFieldType(ODocument iDocument, OEntityManager iEntityManager) static voidOObjectSerializerHelper.invokeCallback(Object iPojo, ODocument iDocument, Class<?> iAnnotation) static ODocumentOObjectSerializerHelper.toStream(Object iPojo, ODocument iRecord, OEntityManager iEntityManager, OClass schemaClass, OUserObject2RecordHandler iObj2RecHandler, ODatabaseObject db, boolean iSaveOnlyDirty) Serialize the user POJO to a ORecordDocument instance. -
Uses of ODocument in com.orientechnologies.orient.server
Methods in com.orientechnologies.orient.server with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOClientConnectionManager.pushDistribCfg2Clients(ODocument iConfig) Pushes the distributed configuration to all the connected clients. -
Uses of ODocument in com.orientechnologies.orient.server.distributed
Fields in com.orientechnologies.orient.server.distributed declared as ODocumentModifier and TypeFieldDescriptionprotected final ODocumentODistributedConfiguration.configurationMethods in com.orientechnologies.orient.server.distributed that return ODocumentModifier and TypeMethodDescriptionprotected ODocumentODistributedConfiguration.getClusterConfiguration(String iClusterName) Gets the document representing the cluster configuration.ODistributedServerManager.getClusterConfiguration()ODistributedConfiguration.getDocument()ODistributedMessageService.getLatencies()ODistributedServerManager.getLocalNodeConfiguration()ODistributedMessageService.getMessageStats()ODistributedServerManager.getNodeConfigurationByUuid(String iNode, boolean useCache) ODistributedServerManager.getOnlineDatabaseConfiguration(String databaseName) ODistributedServerManager.getStats()Methods in com.orientechnologies.orient.server.distributed with parameters of type ODocumentModifier and TypeMethodDescriptionvoidConstructors in com.orientechnologies.orient.server.distributed with parameters of type ODocumentModifierConstructorDescriptionODistributedConfiguration(ODocument iConfiguration) OModifiableDistributedConfiguration(ODocument iConfiguration) -
Uses of ODocument in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl that return ODocumentModifier and TypeMethodDescriptionODistributedPlugin.getClusterConfiguration()ODistributedMessageServiceImpl.getLatencies()ODistributedPlugin.getLocalNodeConfiguration()ODistributedMessageServiceImpl.getMessageStats()ODistributedPlugin.getNodeConfigurationByUuid(String iNode, boolean useCache) ODistributedPlugin.getOnlineDatabaseConfiguration(String databaseName) ODistributedPlugin.getStats()ODistributedConfigurationManager.loadConfigurationFromFile(File file) ODistributedConfigurationManager.readDistributedConfiguration(ODatabaseSession session) Methods in com.orientechnologies.orient.server.distributed.impl that return types with arguments of type ODocumentModifier and TypeMethodDescriptionODistributedOutput.getRequestsStatus(ODistributedPlugin manager, String db) Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type ODocumentModifier and TypeMethodDescriptionstatic StringODistributedOutput.formatLatency(ODistributedPlugin manager, ODocument distribCfg) static StringODistributedOutput.formatMessageBetweenServers(ODistributedPlugin manager, ODocument distribCfg) static StringODistributedOutput.formatMessages(ODistributedPlugin manager, ODocument distribCfg) static StringODistributedOutput.formatMessageStats(ODistributedPlugin manager, ODocument distribCfg) static StringODistributedOutput.formatServerStatus(ODistributedServerManager manager, ODocument distribCfg) static StringODistributedOutput.getCompactServerStatus(ODistributedServerManager manager, ODocument distribCfg) Create a compact string with all the relevant information.static StringODistributedPlugin.getListeningBinaryAddress(ODocument cfg) voidODistributedPlugin.onDbConfigUpdated(String databaseName, ODocument config) voidODistributedPlugin.onLocalNodeConfigurationRequest(ODocument iConfiguration) protected static void -
Uses of ODocument in com.orientechnologies.orient.server.distributed.impl.metadata
Methods in com.orientechnologies.orient.server.distributed.impl.metadata with parameters of type ODocumentModifier and TypeMethodDescriptionOIndexManagerDistributed.createIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition indexDefinition, int[] clusterIdsToIndex, OProgressListener progressListener, ODocument metadata) OIndexManagerDistributed.createIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition iIndexDefinition, int[] iClusterIdsToIndex, OProgressListener progressListener, ODocument metadata, String algorithm) OIndexManagerDistributed.distributedCreateIndex(ODatabaseDocumentInternal database, String iName, String iType, OIndexDefinition iIndexDefinition, int[] iClusterIdsToIndex, OProgressListener progressListener, ODocument metadata, String engine) intOClassDistributed.getClusterForNewInstance(ODocument doc) intOClassDistributed.getClusterForNewInstance(ODatabaseDocumentDistributed db, ODocument doc) -
Uses of ODocument in com.orientechnologies.orient.server.distributed.impl.task
Constructors in com.orientechnologies.orient.server.distributed.impl.task with parameters of type ODocumentModifierConstructorDescriptionOUpdateDatabaseConfigurationTask(String databaseName, ODocument cfg) -
Uses of ODocument in com.orientechnologies.orient.server.handler
Methods in com.orientechnologies.orient.server.handler that return ODocumentMethods in com.orientechnologies.orient.server.handler with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOAutomaticBackup.changeConfig(ODocument document) voidOConfigurableHooksManager.onLocalNodeConfigurationRequest(ODocument iConfiguration) -
Uses of ODocument in com.orientechnologies.orient.server.hazelcast
Methods in com.orientechnologies.orient.server.hazelcast that return ODocumentModifier and TypeMethodDescriptionOHazelcastClusterMetadataManager.getClusterConfiguration()OHazelcastDistributedMap.getDatabaseConfiguration(String databaseName) OHazelcastDistributedMap.getLocalCachedNodeConfig(String nodeUuid) OHazelcastDistributedMap.getNodeConfig(String nodeUuid) OHazelcastClusterMetadataManager.getNodeConfigurationByName(String nodeName, boolean useCache) OHazelcastClusterMetadataManager.getNodeConfigurationByUuid(String iNodeId, boolean useCache) OHazelcastClusterMetadataManager.getOnlineDatabaseConfiguration(String iDatabaseName) OHazelcastDistributedMap.getRegisteredNodes()Methods in com.orientechnologies.orient.server.hazelcast with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOHazelcastDistributedMap.putNodeConfig(String nodeUuid, ODocument cfg) voidOHazelcastDistributedMap.putRegisteredNodes(ODocument registeredNodes) voidOHazelcastDistributedMap.setDatabaseConfiguration(String databaseName, ODocument document) -
Uses of ODocument in com.orientechnologies.orient.server.network.protocol.binary
Methods in com.orientechnologies.orient.server.network.protocol.binary with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOAsyncCommandResultListener.linkdedBySimpleValue(ODocument doc) voidOLiveCommandResultListener.linkdedBySimpleValue(ODocument doc) voidOSyncCommandResultListener.linkdedBySimpleValue(ODocument doc) -
Uses of ODocument in com.orientechnologies.orient.server.network.protocol.http.command.post
Methods in com.orientechnologies.orient.server.network.protocol.http.command.post that return ODocumentModifier and TypeMethodDescriptionMethods in com.orientechnologies.orient.server.network.protocol.http.command.post with parameters of type ODocumentModifier and TypeMethodDescriptionprotected voidOServerCommandPostAuthToken.sendError(OHttpRequest iRequest, OHttpResponse iResponse, ODocument error) -
Uses of ODocument in com.orientechnologies.orient.server.plugin
Methods in com.orientechnologies.orient.server.plugin that return ODocumentMethods in com.orientechnologies.orient.server.plugin with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOServerPluginConfigurable.changeConfig(ODocument document) -
Uses of ODocument in com.orientechnologies.orient.server.plugin.livequery
Methods in com.orientechnologies.orient.server.plugin.livequery with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOLiveQueryPlugin.onLocalNodeConfigurationRequest(ODocument iConfiguration) Deprecated. -
Uses of ODocument in com.orientechnologies.orient.server.plugin.mail
Methods in com.orientechnologies.orient.server.plugin.mail that return ODocumentMethods in com.orientechnologies.orient.server.plugin.mail with parameters of type ODocument -
Uses of ODocument in com.orientechnologies.orient.server.tx
Constructors in com.orientechnologies.orient.server.tx with parameters of type ODocumentModifierConstructorDescriptionOTransactionOptimisticProxy(ODatabaseDocumentInternal database, int txId, boolean usingLong, List<ORecordOperationRequest> operations, ODocument indexChanges, short protocolVersion, ORecordSerializer serializer) -
Uses of ODocument in com.orientechnologies.orient.stresstest.workload
Methods in com.orientechnologies.orient.stresstest.workload that return ODocumentModifier and TypeMethodDescriptionOCRUDWorkload.createOperation(long n) OBaseWorkload.OWorkLoadResult.toJSON() -
Uses of ODocument in com.orientechnologies.security.auditing
Methods in com.orientechnologies.security.auditing that return ODocumentMethods in com.orientechnologies.security.auditing with parameters of type ODocumentModifier and TypeMethodDescriptionvoidODefaultAuditing.changeConfig(OSecurityUser user, String iDatabaseName, ODocument cfg) voidODefaultAuditing.config(ODocument jsonConfig, OSecuritySystem security) voidODefaultAuditing.onLocalNodeConfigurationRequest(ODocument iConfiguration) protected voidODefaultAuditing.updateConfigOnDisk(String iDatabaseName, ODocument cfg) Constructors in com.orientechnologies.security.auditing with parameters of type ODocumentModifierConstructorDescriptionOAuditingHook(ODocument iConfiguration) OAuditingHook(ODocument iConfiguration, OSecuritySystem system) OSystemDBImporter(OrientDBInternal context, ODocument jsonConfig) -
Uses of ODocument in com.orientechnologies.security.kerberos
Methods in com.orientechnologies.security.kerberos with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOKerberosAuthenticator.config(ODocument kerbConfig, OSecuritySystem security) -
Uses of ODocument in com.orientechnologies.security.ldap
Methods in com.orientechnologies.security.ldap with parameters of type ODocumentModifier and TypeMethodDescriptionvoidOLDAPImporter.config(ODocument importDoc, OSecuritySystem security) -
Uses of ODocument in com.orientechnologies.security.password
Methods in com.orientechnologies.security.password with parameters of type ODocumentModifier and TypeMethodDescriptionvoidODefaultPasswordValidator.config(ODocument jsonConfig, OSecuritySystem security) -
Uses of ODocument in com.orientechnologies.spatial
Methods in com.orientechnologies.spatial that return ODocumentModifier and TypeMethodDescriptionOLuceneMockSpatialSerializer.deserialize(byte[] stream, int startPosition) OLuceneMockSpatialSerializer.deserializeFromByteBufferObject(ByteBuffer buffer) OLuceneMockSpatialSerializer.deserializeFromByteBufferObject(ByteBuffer buffer, OWALChanges walChanges, int offset) OLuceneMockSpatialSerializer.deserializeNativeObject(byte[] stream, int startPosition) OLuceneMockSpatialSerializer.preprocess(ODocument value, Object... hints) Methods in com.orientechnologies.spatial with parameters of type ODocumentModifier and TypeMethodDescriptionintOLuceneMockSpatialSerializer.getObjectSize(ODocument object, Object... hints) voidOLuceneSpatialIndexFactory.onLocalNodeConfigurationRequest(ODocument iConfiguration) OLuceneMockSpatialSerializer.preprocess(ODocument value, Object... hints) voidOLuceneMockSpatialSerializer.serialize(ODocument object, byte[] stream, int startPosition, Object... hints) voidOLuceneMockSpatialSerializer.serializeInByteBufferObject(ODocument object, ByteBuffer buffer, Object... hints) voidOLuceneMockSpatialSerializer.serializeNativeObject(ODocument object, byte[] stream, int startPosition, Object... hints) -
Uses of ODocument in com.orientechnologies.spatial.engine
Methods in com.orientechnologies.spatial.engine with parameters of type ODocumentModifier and TypeMethodDescriptionprotected org.apache.lucene.spatial.SpatialStrategyOLuceneGeoSpatialIndexEngine.createSpatialStrategy(OIndexDefinition indexDefinition, ODocument metadata) protected org.apache.lucene.spatial.SpatialStrategyOLuceneLegacySpatialIndexEngine.createSpatialStrategy(OIndexDefinition indexDefinition, ODocument metadata) protected abstract org.apache.lucene.spatial.SpatialStrategyOLuceneSpatialIndexEngineAbstract.createSpatialStrategy(OIndexDefinition indexDefinition, ODocument metadata) protected org.apache.lucene.document.DocumentOLuceneSpatialIndexEngineAbstract.newGeoDocument(OIdentifiable oIdentifiable, org.locationtech.spatial4j.shape.Shape shape, ODocument shapeDoc) -
Uses of ODocument in com.orientechnologies.spatial.factory
Methods in com.orientechnologies.spatial.factory with parameters of type ODocumentModifier and TypeMethodDescriptionorg.apache.lucene.spatial.SpatialStrategyOSpatialStrategyFactory.createStrategy(org.locationtech.spatial4j.context.SpatialContext ctx, ODatabaseDocumentInternal db, OIndexDefinition indexDefinition, ODocument metadata) -
Uses of ODocument in com.orientechnologies.spatial.operator
Methods in com.orientechnologies.spatial.operator with parameters of type ODocumentModifier and TypeMethodDescriptionOLuceneNearOperator.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) OLuceneOverlapOperator.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) OLuceneSpatialOperator.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) OLuceneWithinOperator.evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer) -
Uses of ODocument in com.orientechnologies.spatial.shape
Methods in com.orientechnologies.spatial.shape that return ODocumentModifier and TypeMethodDescriptionOShapeBuilder.fromGeoJson(String geoJson) OGeometryCollectionShapeBuilder.toDoc(org.locationtech.spatial4j.shape.ShapeCollection<org.locationtech.spatial4j.shape.Shape> shapes) OLineStringShapeBuilder.toDoc(org.locationtech.spatial4j.shape.jts.JtsGeometry shape) protected ODocumentOLineStringShapeBuilder.toDoc(org.locationtech.spatial4j.shape.jts.JtsGeometry shape, org.locationtech.jts.geom.Geometry geometry) OMultiLineStringShapeBuilder.toDoc(org.locationtech.spatial4j.shape.jts.JtsGeometry shape) protected ODocumentOMultiLineStringShapeBuilder.toDoc(org.locationtech.spatial4j.shape.jts.JtsGeometry shape, org.locationtech.jts.geom.Geometry geometry) OMultiPointShapeBuilder.toDoc(org.locationtech.spatial4j.shape.jts.JtsGeometry shape) OMultiPolygonShapeBuilder.toDoc(org.locationtech.spatial4j.shape.jts.JtsGeometry shape) OPointShapeBuilder.toDoc(org.locationtech.spatial4j.shape.Point shape) protected ODocumentOPointShapeBuilder.toDoc(org.locationtech.spatial4j.shape.Point parsed, org.locationtech.jts.geom.Geometry geometry) OPolygonShapeBuilder.toDoc(org.locationtech.spatial4j.shape.jts.JtsGeometry shape) protected ODocumentOPolygonShapeBuilder.toDoc(org.locationtech.spatial4j.shape.jts.JtsGeometry shape, org.locationtech.jts.geom.Geometry geometry) ORectangleShapeBuilder.toDoc(org.locationtech.spatial4j.shape.Rectangle shape) abstract ODocumentprotected ODocumentOShapeFactory.toDoc(org.locationtech.jts.geom.Geometry geometry) OShapeFactory.toDoc(org.locationtech.spatial4j.shape.Shape shape) protected ODocumentOShapeFactory.toDoc(org.locationtech.spatial4j.shape.Shape shape, org.locationtech.jts.geom.Geometry geometry) Methods in com.orientechnologies.spatial.shape with parameters of type ODocumentModifier and TypeMethodDescriptionorg.locationtech.spatial4j.shape.ShapeCollection<org.locationtech.spatial4j.shape.Shape> org.locationtech.spatial4j.shape.jts.JtsGeometryorg.locationtech.spatial4j.shape.jts.JtsGeometryorg.locationtech.spatial4j.shape.jts.JtsGeometryorg.locationtech.spatial4j.shape.jts.JtsGeometryorg.locationtech.spatial4j.shape.Pointorg.locationtech.spatial4j.shape.jts.JtsGeometryorg.locationtech.spatial4j.shape.Rectangleabstract Torg.locationtech.spatial4j.shape.Shapevoid -
Uses of ODocument in com.tinkerpop.blueprints.impls.orient
Methods in com.tinkerpop.blueprints.impls.orient that return ODocumentModifier and TypeMethodDescriptionprotected ODocumentOrientEdge.createDocument(String iLabel) protected static ODocumentOrientBaseGraph.getDocument(OIdentifiable id, boolean forceReload) OrientEdge.getRecord()(Blueprints Extension) Returns the underlying record if it's a regular edge, otherwise it created a document with no identity with the edge properties.OrientElement.getRecord()(Blueprints Extension) Returns the underlying record.OrientExtendedVertex.getRecord()Methods in com.tinkerpop.blueprints.impls.orient with parameters of type ODocumentModifier and TypeMethodDescriptionprotected voidOrientVertex.addSingleEdge(ODocument doc, OMultiCollectionIterator<com.tinkerpop.blueprints.Edge> iterable, String fieldName, OPair<com.tinkerpop.blueprints.Direction, String> connection, Object fieldValue, OIdentifiable iTargetVertex, String[] iLabels) OrientElementType.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String... fields) OrientElementType.createIndex(String iName, String iType, OProgressListener iProgressListener, ODocument metadata, String algorithm, String... fields) static ObjectOrientVertex.createLink(OrientBaseGraph iGraph, ODocument iFromVertex, OIdentifiable iTo, String iFieldName) (Internal only) Creates a link between a vertices and a Graph Element.protected booleanOrientEdge.dropEdgeFromVertex(OIdentifiable iEdge, ODocument iVertex, String iFieldName, Object iFieldValue) static OIdentifiableOrientEdge.getConnection(ODocument iEdgeRecord, com.tinkerpop.blueprints.Direction iDirection) protected static OrientEdgeOrientVertex.getEdge(OrientBaseGraph graph, ODocument doc, String fieldName, OPair<com.tinkerpop.blueprints.Direction, String> connection, Object fieldValue, OIdentifiable iTargetVertex, String[] iLabels) (Internal only)protected static voidOrientBaseGraph.removeEdges(OrientBaseGraph graph, ODocument iVertex, String iFieldName, OIdentifiable iVertexToRemove, boolean iAlsoInverse, boolean useVertexFieldsForEdgeLabels, boolean autoScaleEdgeType, boolean forceReload) (Internal only)static voidOrientVertex.replaceLinks(ODocument iVertex, String iFieldName, OIdentifiable iVertexToRemove, OIdentifiable iNewVertex) (Internal only)protected voidOrientElement.setPropertyInternal(com.tinkerpop.blueprints.Element element, ODocument doc, String key, Object value)