Uses of Interface
com.orientechnologies.orient.core.intent.OIntent
Packages that use OIntent
Package
Description
-
Uses of OIntent in com.orientechnologies.orient.core.command.script
Methods in com.orientechnologies.orient.core.command.script with parameters of type OIntentModifier and TypeMethodDescriptionbooleanOScriptDocumentDatabaseWrapper.declareIntent(OIntent iIntent) Deprecated. -
Uses of OIntent in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that return OIntentModifier and TypeMethodDescriptionODatabase.getActiveIntent()Deprecated.ODatabaseWrapperAbstract.getActiveIntent()Methods in com.orientechnologies.orient.core.db with parameters of type OIntentModifier and TypeMethodDescriptionbooleanODatabase.declareIntent(OIntent iIntent) Deprecated.booleanODatabaseWrapperAbstract.declareIntent(OIntent iIntent) -
Uses of OIntent in com.orientechnologies.orient.core.db.document
Fields in com.orientechnologies.orient.core.db.document declared as OIntentMethods in com.orientechnologies.orient.core.db.document that return OIntentModifier and TypeMethodDescriptionODatabaseDocumentAbstract.getActiveIntent()ODatabaseDocumentTx.getActiveIntent()Deprecated.Methods in com.orientechnologies.orient.core.db.document with parameters of type OIntentModifier and TypeMethodDescriptionbooleanODatabaseDocumentAbstract.declareIntent(OIntent intent) booleanODatabaseDocumentTx.declareIntent(OIntent iIntent) Deprecated. -
Uses of OIntent in com.orientechnologies.orient.core.intent
Classes in com.orientechnologies.orient.core.intent that implement OIntentModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.Methods in com.orientechnologies.orient.core.intent that return OIntent -
Uses of OIntent in com.tinkerpop.blueprints.impls.orient
Methods in com.tinkerpop.blueprints.impls.orient that return OIntentMethods in com.tinkerpop.blueprints.impls.orient with parameters of type OIntentModifier and TypeMethodDescriptionvoidOrientBaseGraph.declareIntent(OIntent iIntent) abstract voidOrientConfigurableGraph.declareIntent(OIntent iIntent) voidOrientExtendedGraph.declareIntent(OIntent iIntent) Declare an intent.voidOrientGraphFactory.declareIntent(OIntent iIntent)