Uses of Interface
com.orientechnologies.orient.core.record.OElement
Packages that use OElement
Package
Description
-
Uses of OElement in com.orientechnologies.orient.core.command.script
Methods in com.orientechnologies.orient.core.command.script that return OElementModifier and TypeMethodDescriptionOScriptDatabaseWrapper.newInstance()OScriptDatabaseWrapper.newInstance(String className) -
Uses of OElement in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document that return OElementModifier and TypeMethodDescriptionODatabaseDocument.newElement()ODatabaseDocument.newElement(String className) ODatabaseDocumentAbstract.newElement()ODatabaseDocumentAbstract.newElement(OClass clazz) ODatabaseDocumentAbstract.newElement(String className) ODatabaseDocument.newEmbeddedElement()ODatabaseDocument.newEmbeddedElement(String className) ODatabaseDocumentAbstract.newEmbeddedElement()ODatabaseDocumentAbstract.newEmbeddedElement(String className) default OElementMethods in com.orientechnologies.orient.core.db.document with parameters of type OElement -
Uses of OElement in com.orientechnologies.orient.core.metadata.security
Methods in com.orientechnologies.orient.core.metadata.security that return OElementMethods in com.orientechnologies.orient.core.metadata.security with parameters of type OElementConstructors in com.orientechnologies.orient.core.metadata.security with parameters of type OElement -
Uses of OElement in com.orientechnologies.orient.core.record
Subinterfaces of OElement in com.orientechnologies.orient.core.record -
Uses of OElement in com.orientechnologies.orient.core.record.impl
Classes in com.orientechnologies.orient.core.record.impl that implement OElementModifier and TypeClassDescriptionclassDocument representation to handle values dynamically.classclassclassclassclassclassMethods in com.orientechnologies.orient.core.record.impl with parameters of type OElementModifier and TypeMethodDescriptionstatic <RET> RETODocumentInternal.rawPropertyRead(OElement element, String propertyName) -
Uses of OElement in com.orientechnologies.orient.core.serialization.serializer.record.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return OElementModifier and TypeMethodDescriptionOResultBinary.getElementProperty(String name) OResultBinary.toElement()Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return types with arguments of type OElement -
Uses of OElement in com.orientechnologies.orient.core.sql.executor
Methods in com.orientechnologies.orient.core.sql.executor that return OElementModifier and TypeMethodDescriptionOResult.getElementProperty(String name) returns an OElement property from the resultOResultInternal.getElementProperty(String name) OResult.toElement()OResultInternal.toElement()OUpdatableResult.toElement()Methods in com.orientechnologies.orient.core.sql.executor that return types with arguments of type OElementModifier and TypeMethodDescriptionOResultSet.elementStream()Returns the result set as a stream of elements (filters only the results that are elements - where the isElement() method returns true).OResult.getElement()OResultInternal.getElement()Constructors in com.orientechnologies.orient.core.sql.executor with parameters of type OElement -
Uses of OElement in com.orientechnologies.orient.core.sql.parser
Methods in com.orientechnologies.orient.core.sql.parser with parameters of type OElementModifier and TypeMethodDescriptionORecordAttribute.evaluate(OElement iCurrentRecord, OCommandContext ctx) booleanOBaseExpression.isDefinedFor(OElement currentRecord) booleanOBaseIdentifier.isDefinedFor(OElement currentRecord) booleanOExpression.isDefinedFor(OElement currentRecord) booleanOMathExpression.isDefinedFor(OElement currentRecord) booleanOSuffixIdentifier.isDefinedFor(OElement currentRecord) booleanOValueExpression.isDefinedFor(OElement currentRecord) -
Uses of OElement in com.orientechnologies.orient.distributed.context
Methods in com.orientechnologies.orient.distributed.context with parameters of type OElement -
Uses of OElement in org.apache.tinkerpop.gremlin.orientdb
Fields in org.apache.tinkerpop.gremlin.orientdb declared as OElementMethods in org.apache.tinkerpop.gremlin.orientdb that return OElementModifier and TypeMethodDescriptionprotected OElementOrientGraph.getRawDocument(ORecord record) OrientEdge.getRawElement()abstract OElementOrientElement.getRawElement()Constructors in org.apache.tinkerpop.gremlin.orientdb with parameters of type OElement