|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.joseki.HttpQuery
com.hp.hpl.jena.joseki.HttpFetch
Execution object for a "fetch" over HTTP. The exact results returned wil depend on the server, which will have "fetch handlers" on remote model. The defintion of a "fetch hanlder" is server-dependent. There are two ways to identifiy the resource: either by its URI, or by a property/value that identifies the resource.
| Field Summary |
| Fields inherited from class com.hp.hpl.jena.joseki.HttpQuery |
urlLimit |
| Constructor Summary | |
HttpFetch(java.lang.String url,
com.hp.hpl.jena.rdf.model.Property predicate,
com.hp.hpl.jena.rdf.model.RDFNode value)
Perform a fetch on a resource identified by predicate and value. |
|
HttpFetch(java.lang.String url,
com.hp.hpl.jena.rdf.model.Resource resource)
Perform a fetch operation in the named model on the named resource. |
|
HttpFetch(java.lang.String url,
java.lang.String resourceURI)
Perform a fetch operation in the named model on the named resource |
|
HttpFetch(java.lang.String url,
java.lang.String predicateURI,
java.lang.String objURIorValue,
boolean isURI)
Perform a fetch on a resource identified by predciate and value. |
|
| Methods inherited from class com.hp.hpl.jena.joseki.HttpQuery |
addParam, addParam, exec, getResponseCode, getResponseMessage, setForcePOST, setParam, toString, usesPOST |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HttpFetch(java.lang.String url,
com.hp.hpl.jena.rdf.model.Resource resource)
url - Remote modelresource - Named resource - must have a URI
public HttpFetch(java.lang.String url,
java.lang.String resourceURI)
url - Remote modelresourceURI - Resource URI
public HttpFetch(java.lang.String url,
com.hp.hpl.jena.rdf.model.Property predicate,
com.hp.hpl.jena.rdf.model.RDFNode value)
url - Remote model.predicate - Propertyvalue - Resource (with URI) or Literal (plain literal)
public HttpFetch(java.lang.String url,
java.lang.String predicateURI,
java.lang.String objURIorValue,
boolean isURI)
url - Remote modelpredicateURI - Predicate URIobjURIorValue - String - either URI or literal valueisURI - Indicator for of kind of object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||