org.sakaiproject.search.api.rdf
Interface RDFSearchService


public interface RDFSearchService

Author:
ieb

Method Summary
 void addData(String data)
          adds a block of RDF expressed as XML-RDF to the store
 List search(String searchSpec)
          Performs a table based search using RQL on the RDF store returning a list of results.
 

Method Detail

addData

void addData(String data)
             throws RDFIndexException
adds a block of RDF expressed as XML-RDF to the store

Parameters:
data -
Throws:
RDFIndexException

search

List search(String searchSpec)
            throws RDFSearchException
Performs a table based search using RQL on the RDF store returning a list of results. Ideally the implementation should not force binding to the underlying provider in the list

Parameters:
searchSpec -
Returns:
Throws:
RDFSearchException


Copyright © 2003-2012 Sakai Project. All Rights Reserved.