public class VertexiumScript
extends groovy.lang.Script
| Constructor and Description |
|---|
VertexiumScript() |
| Modifier and Type | Method and Description |
|---|---|
static Authorizations |
getAuthorizations() |
static Map<String,LazyEdge> |
getContextEdges() |
static Map<String,LazyProperty> |
getContextProperties() |
static Map<String,LazyVertex> |
getContextVertices() |
static Graph |
getGraph() |
Object |
getProperty(String property) |
Object |
invokeMethod(String name,
Object args) |
static String |
resultToString(Object obj) |
Object |
run() |
static void |
setAuthorizations(Authorizations authorizations) |
static void |
setGraph(Graph graph) |
static String |
valueToString(Object value,
boolean expanded) |
public static void setGraph(Graph graph)
public static Graph getGraph()
public Object run()
run in class groovy.lang.Scriptpublic Object invokeMethod(String name, Object args)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class groovy.lang.Scriptpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class groovy.lang.Scriptpublic static Authorizations getAuthorizations()
public static void setAuthorizations(Authorizations authorizations)
public static Map<String,LazyProperty> getContextProperties()
public static Map<String,LazyVertex> getContextVertices()
Copyright © 2014–2015. All rights reserved.