Class ODBFeatures.OrientElementFeatures

java.lang.Object
org.apache.tinkerpop.gremlin.orientdb.ODBFeatures.OrientElementFeatures
All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet
Direct Known Subclasses:
ODBFeatures.OrientEdgeFeatures, ODBFeatures.OrientVertexFeatures
Enclosing class:
ODBFeatures

public abstract static class ODBFeatures.OrientElementFeatures extends Object implements org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
  • Constructor Details

    • OrientElementFeatures

      public OrientElementFeatures()
  • Method Details

    • supportsAnyIds

      public boolean supportsAnyIds()
      Specified by:
      supportsAnyIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
    • supportsCustomIds

      public boolean supportsCustomIds()
      Specified by:
      supportsCustomIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
    • supportsNumericIds

      public boolean supportsNumericIds()
      Specified by:
      supportsNumericIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
    • supportsStringIds

      public boolean supportsStringIds()
      Specified by:
      supportsStringIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
    • supportsUserSuppliedIds

      public boolean supportsUserSuppliedIds()
      Specified by:
      supportsUserSuppliedIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
    • supportsUuidIds

      public boolean supportsUuidIds()
      Specified by:
      supportsUuidIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
    • willAllowId

      public boolean willAllowId(Object id)
      Specified by:
      willAllowId in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures