|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.z39.OtherInformation
Global OtherInformation defined by Z39-50.
Constructor Summary | |
OtherInformation()
|
Method Summary | |
static DataDir |
addOIDandData(DataDir parent,
String OID,
DataDir data)
Add the object identifier and information structure to the parent directory |
static DataDir |
addOIDandData(DataDir parent,
String OID,
DataDir data,
int fldid)
Add the object identifier and information structure to the parent directory with an alternate fldid |
static DataDir |
addOIDandData(DataDir parent,
String OID,
int category,
int fldid)
Add the object identifier and information structure to the parent directory with an alternate fldid |
static DataDir |
getData(DataDir otherInformation,
String OID)
Look in otherInformation for the information indentified by the specified OID |
static DataDir |
getOID(DataDir otherInformation)
Look in otherInformation for an OID |
static DataDir |
getOID(DataDir otherInformation,
String OID)
Look in otherInformation for the specified OID |
static void |
removeOIDandData(DataDir parent,
String OID)
Remove the OID and data from the directory. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public OtherInformation()
Method Detail |
public static DataDir getOID(DataDir otherInformation)
otherInformation
- OtherInformation field of a Z39 transactionpublic static DataDir getOID(DataDir otherInformation, String OID)
otherInformation
- OtherInformation field of a Z39 transactionOID
- object identifier defining the informationpublic static DataDir getData(DataDir otherInformation, String OID)
otherInformation
- OtherInformation field of a Z39 transactionOID
- object identifier defining the informationpublic static DataDir addOIDandData(DataDir parent, String OID, DataDir data, int fldid)
parent
- parent directoryOID
- object identifier for the informationdata
- the informationint
- fldidpublic static DataDir addOIDandData(DataDir parent, String OID, int category, int fldid)
parent
- parent directoryOID
- object identifier for the informationcategory
- the setting for the InfoCategory Valueint
- fldidpublic static DataDir addOIDandData(DataDir parent, String OID, DataDir data)
parent
- parent directoryOID
- object identifier for the informationdata
- the informationpublic static void removeOIDandData(DataDir parent, String OID)
parent
- parent directoryOID
- object identifier
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |