public class UpdateProcessRemote extends Object implements UpdateProcessor
Modifier and Type | Field and Description |
---|---|
static Symbol |
HTTP_CONTEXT |
Constructor and Description |
---|
UpdateProcessRemote(UpdateRequest request,
String endpoint,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute
|
Context |
getContext()
The properties associated with a query execution -
implementation specific parameters This includes
Java objects (so it is not an RDF graph).
|
GraphStore |
getGraphStore()
The dataset against which the query will execute.
|
org.apache.http.protocol.HttpContext |
getHttpContext()
Convenience method to get the
HttpContext |
void |
setHttpContext(org.apache.http.protocol.HttpContext httpContext)
Convenience method to set the
HttpContext |
public static final Symbol HTTP_CONTEXT
public UpdateProcessRemote(UpdateRequest request, String endpoint, Context context)
public GraphStore getGraphStore()
UpdateProcessor
getGraphStore
in interface UpdateProcessor
public void execute()
UpdateProcessor
execute
in interface UpdateProcessor
public Context getContext()
UpdateProcessor
getContext
in interface UpdateProcessor
public void setHttpContext(org.apache.http.protocol.HttpContext httpContext)
HttpContext
httpContext
- public org.apache.http.protocol.HttpContext getHttpContext()
HttpContext
Licenced under the Apache License, Version 2.0