|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataProvider
Data providers supply data for a given URI from individual web sources.
| Method Summary | |
|---|---|
org.apache.commons.httpclient.URI |
getQueryURL(org.openrdf.model.Resource resource)
Retrieves the URL to query the remote data provider about a given resource |
java.util.List<org.apache.commons.httpclient.URI> |
getURLsFromData(CacheController cacheController,
org.openrdf.repository.RepositoryConnection conn,
org.openrdf.model.Resource resource)
Processes an RDF result provided by search engine providers for further URLs that are to be loaded |
| Method Detail |
|---|
org.apache.commons.httpclient.URI getQueryURL(org.openrdf.model.Resource resource)
resource - The resource for which information is requested
java.util.List<org.apache.commons.httpclient.URI> getURLsFromData(CacheController cacheController,
org.openrdf.repository.RepositoryConnection conn,
org.openrdf.model.Resource resource)
cacheController - The CacheController used to resolve redirectsconn - A connection to a repository with the returned RDF resultresource - The resource for which information is requested
null if this functionality is not implemented
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||