Uses of Class
com.tinkerpop.blueprints.impls.orient.OrientElement
Packages that use OrientElement
Package
Description
-
Uses of OrientElement in com.orientechnologies.orient.graph.script
Methods in com.orientechnologies.orient.graph.script that return OrientElement -
Uses of OrientElement in com.orientechnologies.orient.graph.server.command
Method parameters in com.orientechnologies.orient.graph.server.command with type arguments of type OrientElementModifier and TypeMethodDescriptionprotected voidOServerCommandGetGephi.generateGraphDbOutput(Iterable<OrientElement> iVertices, OJSONWriter json) protected voidOServerCommandGetGephi.sendRecordsContent(OHttpRequest iRequest, OHttpResponse iResponse, Iterable<OrientElement> iRecords, String iFetchPlan) -
Uses of OrientElement in com.tinkerpop.blueprints.impls.orient
Classes in com.tinkerpop.blueprints.impls.orient with type parameters of type OrientElementModifier and TypeInterfaceDescriptioninterfaceOrientIndex<T extends OrientElement>classOrientIndexAuto<T extends OrientElement>classOrientIndexManual<T extends OrientElement>Subclasses of OrientElement in com.tinkerpop.blueprints.impls.orientModifier and TypeClassDescriptionclassOrientDB Edge implementation of TinkerPop Blueprints standard.classOrientDB Vertex implementation of TinkerPop Blueprints standard.Methods in com.tinkerpop.blueprints.impls.orient with type parameters of type OrientElementModifier and TypeMethodDescriptionstatic <T extends OrientElement>
OrientIndexAuto<T>OrientIndexAuto.create(OrientBaseGraph graph, String indexName, Class<T> indexClass) static <T extends OrientElement>
OrientIndexAuto<T>OrientIndexAuto.load(OrientBaseGraph graph, String indexName, Class<T> indexClass) <T extends OrientElement>
TOrientElement.setProperties(Object... fields) (Blueprints Extension) Sets multiple properties in one shot against Vertices and Edges.protected <T extends OrientElement>
TOrientElement.setPropertiesInternal(Object... fields) (Blueprints Extension) Sets multiple properties in one shot against Vertices and Edges without saving the element.Methods in com.tinkerpop.blueprints.impls.orient that return OrientElementModifier and TypeMethodDescriptionOrientBaseGraph.attach(OrientElement iElement) Attaches a previously detached Graph Element to the current Graph.OrientElement.attach(OrientBaseGraph iNewGraph) (Blueprints Extension) Replaces current graph instance with new one on @detach -ed elements.OrientExtendedGraph.attach(OrientElement iElement) Attaches a previously detached Graph Element to the current Graph.OrientExtendedVertex.attach(OrientBaseGraph g) OrientBaseGraph.detach(OrientElement iElement) Detaches a Graph Element to be used offline.OrientElement.detach()(Blueprints Extension) Removes the reference to the current graph instance to let working offline.OrientExtendedGraph.detach(OrientElement iElement) Detaches a Graph Element to be used offline.OrientBaseGraph.getElement(Object id) Returns a graph element, vertex or edge, starting from an ID.Methods in com.tinkerpop.blueprints.impls.orient with parameters of type OrientElementModifier and TypeMethodDescriptionOrientBaseGraph.attach(OrientElement iElement) Attaches a previously detached Graph Element to the current Graph.OrientExtendedGraph.attach(OrientElement iElement) Attaches a previously detached Graph Element to the current Graph.protected voidOrientElement.copyTo(OrientElement iCopy) OrientBaseGraph.detach(OrientElement iElement) Detaches a Graph Element to be used offline.OrientExtendedGraph.detach(OrientElement iElement) Detaches a Graph Element to be used offline.