|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
nesstar.rdf.RDFObject
nesstar.api.Operation
nesstar.api.ExplorerOp
nesstar.api.Search
nesstar.api.SearchEx
public abstract class SearchEx
Perform a search.
| Field Summary |
|---|
| Fields inherited from class nesstar.rdf.RDFObject |
|---|
COLSEP, IS_GETTER, IS_PART, IS_PART_OF, WRITE_OP |
| Constructor Summary | |
|---|---|
SearchEx(RDFDB db,
URL id)
Constructor for the SearchEx object |
|
| Method Summary | |
|---|---|
static void |
dbg(String msg)
Method |
Vector |
getCatalogs()
Gets the catalogs attribute of the SearchEx object |
String |
getCatalogsString()
Returns the raw catalogs string |
Vector |
search()
Method |
static Vector |
search(Vector catalogsToSearch,
String query)
Method |
static Vector |
search(Vector catalogsToSearch,
String query,
boolean returnErrors)
Method |
| Methods inherited from class nesstar.api.Search |
|---|
get_catalogs, get_query, get_searchData, get_searchType, set_catalogs, set_query, set_searchData, set_searchType |
| Methods inherited from class nesstar.api.Operation |
|---|
execute |
| Methods inherited from class java.util.Observable |
|---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SearchEx(RDFDB db,
URL id)
throws Exception
db - id -
Exception| Method Detail |
|---|
public Vector getCatalogs()
throws Exception
Exceptionpublic String getCatalogsString()
public static void dbg(String msg)
msg -
public static Vector search(Vector catalogsToSearch,
String query)
throws Exception
catalogsToSearch - query -
Exception
public static Vector search(Vector catalogsToSearch,
String query,
boolean returnErrors)
throws Exception
catalogsToSearch - query - returnErrors -
Exception
public Vector search()
throws Exception
Exception
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||