nesstar.api
Class Search
java.lang.Object
java.util.Observable
nesstar.rdf.RDFObject
nesstar.api.Operation
nesstar.api.ExplorerOp
nesstar.api.Search
- All Implemented Interfaces:
- Comparable, RDFObj
- Direct Known Subclasses:
- DBSearchEx, SearchEx
public abstract class Search
- extends ExplorerOp
Perform a search in one or more catalogs.
Code automatically generated from APIMaker on Mon Dec 18 14:33:50 GMT+00:00
2000
- Created:
- 26 April 2002
|
Constructor Summary |
Search(RDFDB db,
URL id)
Create an object with the indicated id in the indicated db |
| Methods inherited from class nesstar.rdf.RDFObject |
AddProperty, AddStringProperty, chkFinal, clear, compareTo, equals, err, err, get_comment, get_creationDate, get_label, get, getAccessCondition, getBinding, getBindings, getBookmarkLabel, getCollectionURL, getComment, getCreationDate, getDB, getDescriptor, getDescriptor, getDomain, getGetterMethods, getID, getInitialisedProperties, getInternalID, getLabel, getLastClear, getPartsDescriptor, getPartsDescriptor, getPartsDescriptor, getPath, getProperties, GetProperties, GetProperty, GetPropertyStatement, GetPropertyStatements, getRange, getRangeType, getRef, getRef, getServer, getShortId, getShortID, getStatementHome, GetStringProperties, GetStringProperty, getTimeoutInSecs, getType, init, init, initialised, isComplete, isLocal, isMeta, isStale, loaded, neededCollectionReload, neededReload, neededReload, neededReload, neededReload, needsReload, reload, remove, set_comment, set_complete, set_creationDate, set_label, set, setComment, setComplete, setCreationDate, setDB, setHardOrSoft, setID, setLabel, setLastClear, SetProperty, setServer, SetStringProperty, setTimeoutInSecs, setTimestamp, setType, setTypeID, stale, toRDF, toRDFWrapped, toString, update |
Search
public Search(RDFDB db,
URL id)
throws Exception
Create an object with the indicated id in the indicated db
- Parameters:
db - the db where the object is to be createdid - the id of the object to create
- Throws:
Exception
set_catalogs
public void set_catalogs(String catalogs)
throws Exception
- Parameters:
catalogs - The list of catalogs to search
- Throws:
Exception
set_query
public void set_query(String query)
throws Exception
- Parameters:
query - The query
- Throws:
Exception
set_searchData
public void set_searchData(String searchData)
throws Exception
- Parameters:
searchData - The search window settings
- Throws:
Exception
set_searchType
public void set_searchType(String searchType)
throws Exception
- Parameters:
searchType - The type of search interface to use
- Throws:
Exception
get_catalogs
public String get_catalogs()
- Returns:
- The list of catalogs to search
get_query
public String get_query()
- Returns:
- The query
get_searchData
public String get_searchData()
- Returns:
- The search window settings
get_searchType
public String get_searchType()
- Returns:
- The type of search interface to use
Copyright©2003 NSD - All Rights Reserved