Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class Z39presentApi

java.lang.Object
  |
  +--ORG.oclc.z39.Z39presentApi

public class Z39presentApi
extends Object

See Also:
zclient, example, zapplet, Z39present, Z39response

Field Summary
static int additionalRanges
          Search/Present parameter; see Z39.50 specification.
static int complexRecordComposition
          Search/Present parameter; see Z39.50 specification.
static int dataBaseOrSurDiagnostics
          Search/Present parameter; see Z39.50 specification.
static int databaseRecord
          Search/Present parameter; see Z39.50 specification.
static String DRAHOLDINGS_SYNTAX
          DRAHOLDINGS proprietary record syntax.
static int duplicateCount
          Duplicate count in a duplicates cluster.
static int duplicateRecord
          Duplicate record in a duplicates cluster.
static int ElementSetNames
          Search/Present parameter; see Z39.50 specification.
static String EXPLAIN_SYNTAX
          EXPLAIN record syntax; see the Z39.50 specification.
static int failure
          Present status; see Z39.50 specification.
static int genericElementSetName
          Element Set Names; see Z39.50 specification.
static String GRS1_SYNTAX
          GRS1 record syntax; see the Z39.50 specification.
static String IBERMARC_SYNTAX
          A record syntax; see the Z39.50 specification.
static String MARC_SYNTAX
          MARC record syntax; see the Z39.50 specification.
static int name
          Search/Present parameter; see Z39.50 specification.
static int NextResultSetPosition
          Search/Present parameter; see Z39.50 specification.
static String NORMARC_SYNTAX
          NORMARC record syntax; see the Z39.50 specification.
static String NOTIS_OPAC_SYNTAX
          NOTIS_OPAC record syntax; see the Z39.50 specification.
static int numberOfRecordsRequested
          Search/Present parameter; see Z39.50 specification.
static int NumberOfRecordsReturned
          Search/Present parameter; see Z39.50 specification.
static String OCLC_BER_SYNTAX
          OCLC_BER record syntax; see the Z39.50 specification.
static String OCLC_CLUSTER_SYNTAX
          OCLC_CLUSTER_SYNTAX - OID identifying a duplicate records cluster in the Z39.50 response.
static String OPAC_SYNTAX
          OPAC record syntax; see the Z39.50 specification.
static int partial_1
          Present status; see Z39.50 specification.
static int partial_2
          Present status; see Z39.50 specification.
static int partial_3
          Present status; see Z39.50 specification.
static int partial_4
          Present status; see Z39.50 specification.
static int PreferredRecordSyntax
          Search/Present parameter; see Z39.50 specification.
static int PresentStatus
          Search/Present parameter; see Z39.50 specification.
static int representativeRecord
          Representative record in a duplicates cluster.
static int resultSetStartPoint
          Search/Present parameter; see Z39.50 specification.
static String SIMPLETEXT_SYNTAX
          SUTRS record syntax; see the Z39.50 specification.
static int success
          Present status; see Z39.50 specification.
static int surrogateDiagnostic
          Search/Present parameter; see Z39.50 specification.
static String UKMARC_SYNTAX
          UKMARC record syntax; see the Z39.50 specification.
static String UNIMARC_SYNTAX
          UNIMARC record syntax; see the Z39.50 specification.
 
Constructor Summary
Z39presentApi()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPAC_SYNTAX

public static final String OPAC_SYNTAX
OPAC record syntax; see the Z39.50 specification.

OCLC_BER_SYNTAX

public static final String OCLC_BER_SYNTAX
OCLC_BER record syntax; see the Z39.50 specification.

OCLC_CLUSTER_SYNTAX

public static final String OCLC_CLUSTER_SYNTAX
OCLC_CLUSTER_SYNTAX - OID identifying a duplicate records cluster in the Z39.50 response.

MARC_SYNTAX

public static final String MARC_SYNTAX
MARC record syntax; see the Z39.50 specification.

SIMPLETEXT_SYNTAX

public static final String SIMPLETEXT_SYNTAX
SUTRS record syntax; see the Z39.50 specification.

EXPLAIN_SYNTAX

public static final String EXPLAIN_SYNTAX
EXPLAIN record syntax; see the Z39.50 specification.

NOTIS_OPAC_SYNTAX

public static final String NOTIS_OPAC_SYNTAX
NOTIS_OPAC record syntax; see the Z39.50 specification.

GRS1_SYNTAX

public static final String GRS1_SYNTAX
GRS1 record syntax; see the Z39.50 specification.

UNIMARC_SYNTAX

public static final String UNIMARC_SYNTAX
UNIMARC record syntax; see the Z39.50 specification.

UKMARC_SYNTAX

public static final String UKMARC_SYNTAX
UKMARC record syntax; see the Z39.50 specification.

NORMARC_SYNTAX

public static final String NORMARC_SYNTAX
NORMARC record syntax; see the Z39.50 specification.

IBERMARC_SYNTAX

public static final String IBERMARC_SYNTAX
A record syntax; see the Z39.50 specification. NOTIS is using this syntax to deliver data incorrectly, so this is a way to interpret that data.

DRAHOLDINGS_SYNTAX

public static final String DRAHOLDINGS_SYNTAX
DRAHOLDINGS proprietary record syntax.

name

public static final int name
Search/Present parameter; see Z39.50 specification.

databaseRecord

public static final int databaseRecord
Search/Present parameter; see Z39.50 specification.

surrogateDiagnostic

public static final int surrogateDiagnostic
Search/Present parameter; see Z39.50 specification.

ElementSetNames

public static final int ElementSetNames
Search/Present parameter; see Z39.50 specification.

complexRecordComposition

public static final int complexRecordComposition
Search/Present parameter; see Z39.50 specification.

NumberOfRecordsReturned

public static final int NumberOfRecordsReturned
Search/Present parameter; see Z39.50 specification.

NextResultSetPosition

public static final int NextResultSetPosition
Search/Present parameter; see Z39.50 specification.

PresentStatus

public static final int PresentStatus
Search/Present parameter; see Z39.50 specification.

dataBaseOrSurDiagnostics

public static final int dataBaseOrSurDiagnostics
Search/Present parameter; see Z39.50 specification.

numberOfRecordsRequested

public static final int numberOfRecordsRequested
Search/Present parameter; see Z39.50 specification.

additionalRanges

public static final int additionalRanges
Search/Present parameter; see Z39.50 specification.

resultSetStartPoint

public static final int resultSetStartPoint
Search/Present parameter; see Z39.50 specification.

PreferredRecordSyntax

public static final int PreferredRecordSyntax
Search/Present parameter; see Z39.50 specification.

representativeRecord

public static final int representativeRecord
Representative record in a duplicates cluster.

duplicateRecord

public static final int duplicateRecord
Duplicate record in a duplicates cluster.

duplicateCount

public static final int duplicateCount
Duplicate count in a duplicates cluster.

success

public static final int success
Present status; see Z39.50 specification.

partial_1

public static final int partial_1
Present status; see Z39.50 specification.

partial_2

public static final int partial_2
Present status; see Z39.50 specification.

partial_3

public static final int partial_3
Present status; see Z39.50 specification.

partial_4

public static final int partial_4
Present status; see Z39.50 specification.

failure

public static final int failure
Present status; see Z39.50 specification.

genericElementSetName

public static final int genericElementSetName
Element Set Names; see Z39.50 specification.
Constructor Detail

Z39presentApi

public Z39presentApi()

Open SiteSearch 4.1.1
Final