com.tinkerpop.rexster
Class GraphResource
java.lang.Object
com.tinkerpop.rexster.BaseResource
com.tinkerpop.rexster.AbstractSubResource
com.tinkerpop.rexster.GraphResource
public class GraphResource
- extends AbstractSubResource
Methods inherited from class com.tinkerpop.rexster.BaseResource |
buildOptionsResponse, buildOptionsResponse, generateErrorObject, generateErrorObject, generateErrorObjectJsonFail, getNonRexsterRequest, getNonRexsterRequestKeys, getRequestObject, getRequestObject, getRequestObjectFlat, getRexsterApplication, getTimeAlive, getUriPath, setRequestObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphResource
public GraphResource()
GraphResource
public GraphResource(javax.ws.rs.core.UriInfo ui,
javax.servlet.http.HttpServletRequest req,
RexsterApplication ra)
optionsGraph
public javax.ws.rs.core.Response optionsGraph()
getGraphProducesJson
public javax.ws.rs.core.Response getGraphProducesJson(String graphName)
getGraphProducesRexsterJson
public javax.ws.rs.core.Response getGraphProducesRexsterJson(String graphName)
- GET http://host/graph
graph.toString();
headGraphExtension
public javax.ws.rs.core.Response headGraphExtension(String graphName,
org.codehaus.jettison.json.JSONObject json)
headGraphExtension
public javax.ws.rs.core.Response headGraphExtension(String graphName)
putGraphExtension
public javax.ws.rs.core.Response putGraphExtension(String graphName,
org.codehaus.jettison.json.JSONObject json)
putGraphExtension
public javax.ws.rs.core.Response putGraphExtension(String graphName)
optionsGraphExtension
public javax.ws.rs.core.Response optionsGraphExtension(String graphName,
org.codehaus.jettison.json.JSONObject json)
optionsGraphExtension
public javax.ws.rs.core.Response optionsGraphExtension(String graphName)
deleteGraphExtension
public javax.ws.rs.core.Response deleteGraphExtension(String graphName,
org.codehaus.jettison.json.JSONObject json)
deleteGraphExtension
public javax.ws.rs.core.Response deleteGraphExtension(String graphName)
postGraphExtension
public javax.ws.rs.core.Response postGraphExtension(String graphName,
org.codehaus.jettison.json.JSONObject json)
postGraphExtension
public javax.ws.rs.core.Response postGraphExtension(String graphName)
getGraphExtension
public javax.ws.rs.core.Response getGraphExtension(String graphName)
Copyright © 2009-2012. All Rights Reserved.