Class CredentialTraversalSourceDsl
java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialTraversalSourceDsl
- All Implemented Interfaces:
AutoCloseable,Cloneable,TraversalSource
- Direct Known Subclasses:
CredentialTraversalSource
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
GraphTraversalSource.Symbols -
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
connection, graph, gremlinLang, strategies -
Constructor Summary
ConstructorsConstructorDescriptionCredentialTraversalSourceDsl(RemoteConnection connection) CredentialTraversalSourceDsl(Graph graph, TraversalStrategies traversalStrategies) -
Method Summary
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
addE, addE, addE, addV, addV, addV, addV, call, call, call, call, call, call, call, clone, close, E, E, evaluateInTx, executeInTx, getAnonymousTraversalClass, getGraph, getGremlinLang, getStrategies, inject, io, match, match, mergeE, mergeE, mergeE, mergeV, mergeV, mergeV, toString, tx, union, V, V, with, with, withBulk, withComputer, withComputer, withComputer, withoutStrategies, withPath, withSack, withSack, withSack, withSack, withSack, withSack, withSack, withSack, withSideEffect, withSideEffect, withSideEffect, withSideEffect, withStrategies
-
Constructor Details
-
CredentialTraversalSourceDsl
-
CredentialTraversalSourceDsl
-
CredentialTraversalSourceDsl
-
-
Method Details
-
users
Finds all users. -
users
Finds users by name. -
user
Creates or updates a user.
-