Class GraphQlQueryService
java.lang.Object
org.apache.jena.fuseki.servlets.ActionBase
org.apache.jena.fuseki.servlets.ActionService
org.apache.jena.fuseki.servlets.ActionREST
org.apache.jena.fuseki.servlets.BaseActionREST
org.apache.jena.fuseki.mod.graphql.GraphQlQueryService
- All Implemented Interfaces:
org.apache.jena.fuseki.servlets.ActionLifecycle,org.apache.jena.fuseki.servlets.ActionProcessor
public class GraphQlQueryService
extends org.apache.jena.fuseki.servlets.BaseActionREST
Spatial index (re)computation service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoGet(org.apache.jena.fuseki.servlets.HttpAction action) The GET command can serve: the website, the notification stream from task execution and the latest task execution status.protected voiddoPost(org.apache.jena.fuseki.servlets.HttpAction action) Post request; currently always handles graphql executionprotected voidserveStatus(org.apache.jena.fuseki.servlets.HttpAction action) protected voidserveWebPage(org.apache.jena.fuseki.servlets.HttpAction action) Get request; currently always returns HTMLprotected static voidsuccessJson(org.apache.jena.fuseki.servlets.HttpAction action, String jsonStr) protected static voidsuccessStringUtf8(org.apache.jena.fuseki.servlets.HttpAction action, String contentType, String str) Methods inherited from class org.apache.jena.fuseki.servlets.BaseActionREST
doDelete, doHead, doOptions, doPatch, doPut, validateMethods inherited from class org.apache.jena.fuseki.servlets.ActionREST
decideDataset, execAny, execute, processMethods inherited from class org.apache.jena.fuseki.servlets.ActionService
executeLifecycleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.fuseki.servlets.ActionProcessor
execDelete, execGet, execHead, execOptions, execPatch, execPost, execPut, execTrace
-
Constructor Details
-
GraphQlQueryService
public GraphQlQueryService()
-
-
Method Details
-
doGet
protected void doGet(org.apache.jena.fuseki.servlets.HttpAction action) The GET command can serve: the website, the notification stream from task execution and the latest task execution status.- Overrides:
doGetin classorg.apache.jena.fuseki.servlets.BaseActionREST
-
serveWebPage
protected void serveWebPage(org.apache.jena.fuseki.servlets.HttpAction action) Get request; currently always returns HTML -
serveStatus
protected void serveStatus(org.apache.jena.fuseki.servlets.HttpAction action) -
successJson
protected static void successJson(org.apache.jena.fuseki.servlets.HttpAction action, String jsonStr) -
successStringUtf8
-
doPost
protected void doPost(org.apache.jena.fuseki.servlets.HttpAction action) Post request; currently always handles graphql execution- Overrides:
doPostin classorg.apache.jena.fuseki.servlets.BaseActionREST
-