Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.z39.TermInfo

Packages that use TermInfo
ORG.oclc.db   
ORG.oclc.z39   
ORG.oclc.z39.client   
ORG.oclc.z39.server   
 

Uses of TermInfo in ORG.oclc.db
 

Methods in ORG.oclc.db that return TermInfo
abstract  TermInfo[] Db.browse(String query, int preferredPosition, int numTerms, DataDir Z39attributesPlusTerm, DataDir resultSetAttributes, int stepSize, Object dbUserData)
          Perform a browse.
 TermInfo[] DbNewton.browse(String query, int preferredPosition, int numTerms, DataDir Z39attributes, DataDir resultSetAttributes, int stepSize, Object userData)
          Perform a browse.
 TermInfo DbNewton.toTermInfo(ORG.oclc.Newton.db.Term term)
          Convert a Term to a TermInfo.
 TermInfo[] DbDeleted.browse(String query, int preferredPosition, int numTerms, DataDir Z39attributesPlusTerm, DataDir resultSetAttributes, int stepSize, Object dbUserData)
          Perform a browse.
 TermInfo[] DbRemoteZ.browse(String query, int preferredPosition, int numTerms, DataDir Z39attributesPlusTerm, DataDir resultSetAttributes, int stepSize, Object userData)
          Perform a browse.
 

Uses of TermInfo in ORG.oclc.z39
 

Methods in ORG.oclc.z39 with parameters of type TermInfo
 int TermInfo.compareTo(TermInfo anotherTerm)
          Compare this TermInfo object to another TermInfo object.
 int TermInfo.compareToI(TermInfo anotherTerm)
           
 void TermInfo.addByAttribute(TermInfo otherTerm, String dbName, Attribute[] defaultAttrs)
          Merge the byAttribute of otherTerm with the byAttribute of this term.
static DataDir TermInfo.buildDir(TermInfo t)
          Build a DataDir TermInfo from the TermInfo object.
 

Uses of TermInfo in ORG.oclc.z39.client
 

Fields in ORG.oclc.z39.client declared as TermInfo
 TermInfo[] Z39scan.terms
          Scan results
 

Methods in ORG.oclc.z39.client with parameters of type TermInfo
 void Z39scan.sortTerms(TermInfo[] sort)
           
 

Uses of TermInfo in ORG.oclc.z39.server
 

Methods in ORG.oclc.z39.server with parameters of type TermInfo
 BerString Z39scan.Response(int numberOfEntriesReturned, int scanStatus, TermInfo[] terms, Object error, int extraLen, int offset)
          Creates a Z39.50 ScanResponse.
 


Open SiteSearch 4.1.1
Final