Uses of Interface
com.orientechnologies.orient.core.record.OEdge
Packages that use OEdge
Package
Description
-
Uses of OEdge in com.orientechnologies.orient.core.command.script
Methods in com.orientechnologies.orient.core.command.script that return OEdge -
Uses of OEdge in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that return OEdgeModifier and TypeMethodDescriptionODatabaseDocumentInternal.newLightweightEdge(String iClassName, OVertex from, OVertex to) ODatabaseDocumentInternal.newRegularEdge(String iClassName, OVertex from, OVertex to) -
Uses of OEdge in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document that return OEdgeModifier and TypeMethodDescriptiondefault OEdgeCreates a new Edge of type ECreates a new EdgeCreates a new EdgeDeprecated.Deprecated.ODatabaseDocumentAbstract.newLightweightEdge(String iClassName, OVertex from, OVertex to) ODatabaseDocumentTx.newLightweightEdge(String iClassName, OVertex from, OVertex to) Deprecated.ODatabaseDocumentAbstract.newRegularEdge(String iClassName, OVertex from, OVertex to) ODatabaseDocumentTx.newRegularEdge(String iClassName, OVertex from, OVertex to) Deprecated. -
Uses of OEdge in com.orientechnologies.orient.core.record
Methods in com.orientechnologies.orient.core.record that return OEdgeModifier and TypeMethodDescriptionMethods in com.orientechnologies.orient.core.record that return types with arguments of type OEdgeModifier and TypeMethodDescriptionOElement.asEdge()Returns an instance of OEdge representing current elementOVertex.getEdges(ODirection direction) OVertex.getEdges(ODirection direction, OClass... type) OVertex.getEdges(ODirection direction, String... type) -
Uses of OEdge in com.orientechnologies.orient.core.record.impl
Classes in com.orientechnologies.orient.core.record.impl that implement OEdgeMethods in com.orientechnologies.orient.core.record.impl that return OEdgeModifier and TypeMethodDescriptionOEdgeDelegate.clear()OEdgeDelegate.copy()OEdgeIterator.createGraphElement(Object iObject) OEdgeDelegate.delete()OEdgeDelegate.unload()Methods in com.orientechnologies.orient.core.record.impl that return types with arguments of type OEdgeModifier and TypeMethodDescriptionODocument.asEdge()OEdgeDelegate.asEdge()OVertexDelegate.asEdge()OVertexDelegate.getEdges(ODirection direction) OVertexDelegate.getEdges(ODirection direction, OClass... type) OVertexDelegate.getEdges(ODirection direction, String... labels) OVertexDocument.getEdges(ODirection direction) OVertexDocument.getEdges(ODirection direction, OClass... type) OVertexDocument.getEdges(ODirection direction, String... labels) Methods in com.orientechnologies.orient.core.record.impl with parameters of type OEdgeModifier and TypeMethodDescriptionstatic voidOEdgeDocument.deleteLinks(OEdge delegate) protected static voidOVertexDocument.detachEdge(OVertex vertex, OEdge edge, String fieldPrefix) protected static voidOVertexDocument.detachIncomingEdge(OVertex vertex, OEdge edge) protected static voidOVertexDocument.detachOutgointEdge(OVertex vertex, OEdge edge) booleanConstructor parameters in com.orientechnologies.orient.core.record.impl with type arguments of type OEdgeModifierConstructorDescriptionOEdgeToVertexIterable(Iterable<OEdge> edges, ODirection direction) OEdgeToVertexIterator(Iterator<OEdge> iterator, ODirection direction) -
Uses of OEdge in com.orientechnologies.orient.core.serialization.serializer.record.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return OEdge -
Uses of OEdge in com.orientechnologies.orient.core.sql.executor
Methods in com.orientechnologies.orient.core.sql.executor that return OEdgeModifier and TypeMethodDescriptionOResult.getEdgeProperty(String name) returns an OEdge property from the resultOResultInternal.getEdgeProperty(String name) Methods in com.orientechnologies.orient.core.sql.executor that return types with arguments of type OEdge -
Uses of OEdge in com.orientechnologies.orient.core.sql.functions.graph
Methods in com.orientechnologies.orient.core.sql.functions.graph that return types with arguments of type OEdgeMethods in com.orientechnologies.orient.core.sql.functions.graph with parameters of type OEdge