ORG.oclc.z39
Class oclcUserInformation3
java.lang.Object
|
+--ORG.oclc.z39.oclcUserInformation3
- Direct Known Subclasses:
- oclcUserInformation6
- public class oclcUserInformation3
- extends Object
oclcUserInformation3 is used in Search requests. The client requests the
information by sending in an oclcUserInformation3 field. The server
responds by returning a filled in oclcUserInformation3 field. The field
describes the postings per database and summary information about the
restrictor words represented in the result set.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
OID
public static final String OID
- Object identifier for this field
dbResults
public DbResults[] dbResults
componentResults
public TermComponentPostings[] componentResults
oclcUserInformation3
public oclcUserInformation3(DataDir userInformationField)
buildDir
public static DataDir buildDir(DbResults[] dbResults,
TermComponentPostings[] cp)
- Returns:
- DataDir for an oclcUserInformation3
makeSubQueryExpression
public static DataDir makeSubQueryExpression(String OID,
String term,
String attributes)