|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtensionResponse | |
---|---|
com.tinkerpop.rexster | |
com.tinkerpop.rexster.extension |
Uses of ExtensionResponse in com.tinkerpop.rexster |
---|
Methods in com.tinkerpop.rexster that return ExtensionResponse | |
---|---|
protected ExtensionResponse |
AbstractSubResource.tryAppendRexsterAttributesIfJson(ExtensionResponse extResponse,
ExtensionMethod methodToCall,
String mediaType)
|
Methods in com.tinkerpop.rexster with parameters of type ExtensionResponse | |
---|---|
protected ExtensionResponse |
AbstractSubResource.tryAppendRexsterAttributesIfJson(ExtensionResponse extResponse,
ExtensionMethod methodToCall,
String mediaType)
|
Uses of ExtensionResponse in com.tinkerpop.rexster.extension |
---|
Methods in com.tinkerpop.rexster.extension that return ExtensionResponse | |
---|---|
static ExtensionResponse |
ExtensionResponse.availableOptions(String... methods)
|
static ExtensionResponse |
ExtensionResponse.error(Exception source)
Generates standard Rexster JSON error with an internal server error response code. |
static ExtensionResponse |
ExtensionResponse.error(Exception source,
org.codehaus.jettison.json.JSONObject appendJson)
Generates standard Rexster JSON error with an internal server error response code. |
static ExtensionResponse |
ExtensionResponse.error(Exception source,
String appendKey,
org.codehaus.jettison.json.JSONObject appendJson)
Generates standard Rexster JSON error with an internal server error response code. |
static ExtensionResponse |
ExtensionResponse.error(String message)
Generates standard Rexster JSON error with an internal server error response code. |
static ExtensionResponse |
ExtensionResponse.error(String message,
Exception source)
Generates standard Rexster JSON error with an internal server error response code. |
static ExtensionResponse |
ExtensionResponse.error(String message,
Exception source,
int statusCode)
Generates standard Rexster JSON error with a specified server error response code. |
static ExtensionResponse |
ExtensionResponse.error(String message,
Exception source,
int statusCode,
String appendKey,
org.codehaus.jettison.json.JSONObject appendJson)
Generates standard Rexster JSON error with a specified server error response code. |
static ExtensionResponse |
ExtensionResponse.error(String message,
Exception source,
org.codehaus.jettison.json.JSONObject appendJson)
Generates standard Rexster JSON error with an internal server error response code. |
static ExtensionResponse |
ExtensionResponse.error(String message,
Exception source,
String appendKey,
org.codehaus.jettison.json.JSONObject appendJson)
Generates standard Rexster JSON error with an internal server error response code. |
static ExtensionResponse |
ExtensionResponse.error(String message,
org.codehaus.jettison.json.JSONObject appendJson)
Generates standard Rexster JSON error with an internal server error response code. |
static ExtensionResponse |
ExtensionResponse.error(String message,
String appendKey,
org.codehaus.jettison.json.JSONObject appendJson)
Generates standard Rexster JSON error with an internal server error response code. |
ExtensionResponse |
GremlinExtension.evaluateGetOnEdge(RexsterResourceContext rexsterResourceContext,
com.tinkerpop.blueprints.Graph graph,
com.tinkerpop.blueprints.Edge edge,
String script)
|
ExtensionResponse |
GremlinExtension.evaluateGetOnGraph(RexsterResourceContext rexsterResourceContext,
com.tinkerpop.blueprints.Graph graph,
String script)
|
ExtensionResponse |
GremlinExtension.evaluateGetOnVertex(RexsterResourceContext rexsterResourceContext,
com.tinkerpop.blueprints.Graph graph,
com.tinkerpop.blueprints.Vertex vertex,
String script)
|
ExtensionResponse |
GremlinExtension.evaluatePostOnEdge(RexsterResourceContext rexsterResourceContext,
com.tinkerpop.blueprints.Graph graph,
com.tinkerpop.blueprints.Edge edge,
String script)
|
ExtensionResponse |
GremlinExtension.evaluatePostOnGraph(RexsterResourceContext rexsterResourceContext,
com.tinkerpop.blueprints.Graph graph,
String script)
|
ExtensionResponse |
GremlinExtension.evaluatePostOnVertex(RexsterResourceContext rexsterResourceContext,
com.tinkerpop.blueprints.Graph graph,
com.tinkerpop.blueprints.Vertex vertex,
String script)
|
static ExtensionResponse |
ExtensionResponse.noContent()
Generates a response with no content and matching status code. |
static ExtensionResponse |
ExtensionResponse.ok(org.codehaus.jettison.json.JSONObject result)
Generates an response with an OK status code. |
static ExtensionResponse |
ExtensionResponse.ok(Map result)
Generates an response with an OK status code. |
static ExtensionResponse |
ExtensionResponse.override(javax.ws.rs.core.Response response)
Override the builder and literally construct the Jersey response. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |