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

    Modifier and Type
    Method
    Description
    default String
     
     
    default ElementId
     
     
    default String
    id()
     
    default String
    key()
     
    default String
     
    default void
    update(com.arangodb.entity.DocumentEntity entity)
     

    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 interface org.apache.tinkerpop.gremlin.structure.Element
    • data

    • key

      default String key()
    • update

      default void update(com.arangodb.entity.DocumentEntity entity)
    • label

      default String label()
      Specified by:
      label in interface org.apache.tinkerpop.gremlin.structure.Element
    • collection

      default String collection()
    • elementId

      default ElementId elementId()
    • id

      default String id()
      Specified by:
      id in interface org.apache.tinkerpop.gremlin.structure.Element