Interface ArangoDBPersistentElement
- All Superinterfaces:
org.apache.tinkerpop.gremlin.structure.Element
- All Known Implementing Classes:
ArangoDBEdge
,ArangoDBVertex
public interface ArangoDBPersistentElement
extends org.apache.tinkerpop.gremlin.structure.Element
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Element
org.apache.tinkerpop.gremlin.structure.Element.Exceptions
-
Method Summary
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Element
keys, properties, property, property, remove, value, values
-
Method Details
-
graph
ArangoDBGraph graph()- Specified by:
graph
in interfaceorg.apache.tinkerpop.gremlin.structure.Element
-
data
PersistentData data() -
key
-
update
default void update(com.arangodb.entity.DocumentEntity entity) -
label
- Specified by:
label
in interfaceorg.apache.tinkerpop.gremlin.structure.Element
-
collection
-
elementId
-
id
- Specified by:
id
in interfaceorg.apache.tinkerpop.gremlin.structure.Element
-