Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class Z39searchApi

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

public class Z39searchApi
extends Object

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

Field Summary
static int additionalSearchInfo
          Search/Present paramter; see Z39.50 specification.
static int and
          Query parameter for Search request; see Z39.50 specification.
static int and_not
          Query parameter for Search request; see Z39.50 specification.
static int byteProx
          Proximity unit code; see Z39.50 specification.
static int chapter
          Proximity unit code; see Z39.50 specification.
static int character
          Proximity unit code; see Z39.50 specification.
static int databaseNames
          Search paramter; see Z39.50 specification.
static int distance
          prox parameter; see Z39.50 specification.
static int document
          Proximity unit code; see Z39.50 specification.
static int element
          Proximity unit code; see Z39.50 specification.
static int elementType
          Proximity unit code; see Z39.50 specification.
static int equal
          prox relationship parameter; see Z39.50 specification.
static int exclusion
          prox parameter; see Z39.50 specification.
static int greaterThan
          prox relationship parameter; see Z39.50 specification.
static int greaterThanOrEqual
          prox relationship parameter; see Z39.50 specification.
static int interim
          Search status; see Z39.50 specification.
static int known
          prox relationship parameter; see Z39.50 specification.
static int largeSetLowerBound
          Search paramter; see Z39.50 specification.
static int lessThan
          prox relationship parameter; see Z39.50 specification.
static int lessThanOrEqual
          prox relationship parameter; see Z39.50 specification.
static int mediumSetElementSetNames
          Search/Present paramter; see Z39.50 specification.
static int mediumSetPresentNumber
          Search paramter; see Z39.50 specification.
static int none
          Search status; see Z39.50 specification.
static int notEqual
          prox relationship parameter; see Z39.50 specification.
static int Operand
          Query parameter for Search request; see Z39.50 specification.
static int Operator
          Query parameter; see Z39.50 specification.
static int or
          Query parameter for Search request; see Z39.50 specification.
static int ordered
          prox parameter; see Z39.50 specification.
static int paragraph
          Proximity unit code; see Z39.50 specification.
static int privateProx
          prox relationship parameter; see Z39.50 specification.
static int prox
          Query parameter for Search request; see Z39.50 specification.
static int proximityUnitCode
          prox parameter; see Z39.50 specification.
static int query
          Search paramter; see Z39.50 specification.
static int Query
          Query parameter for Search request; see Z39.50 specification.
static int relationType
          prox parameter; see Z39.50 specification.
static int replaceIndicator
          Search paramter; see Z39.50 specification.
static int resultCount
          Search paramter; see Z39.50 specification.
static int resultSetName
          Search paramter; see Z39.50 specification.
static int resultSetStatus
          Search paramter; see Z39.50 specification.
static int searchStatus
          Search paramter; see Z39.50 specification.
static int section
          Proximity unit code; see Z39.50 specification.
static int sentence
          Proximity unit code; see Z39.50 specification.
static int smallSetElementSetNames
          Search/Present paramter; see Z39.50 specification.
static int smallSetUpperBound
          Search paramter; see Z39.50 specification.
static int subelement
          Proximity unit code; see Z39.50 specification.
static int subset
          Search status; see Z39.50 specification.
static int type_0
          Query type for Search request; see Z39.50 specification.
static int type_1
          Query type for Search request; see Z39.50 specification.
static int type_100
          Query type for Search request; see Z39.50 specification.
static int type_101
          Query type for Search request; see Z39.50 specification.
static int type_2
          Query type for Search request; see Z39.50 specification.
static int word
          Proximity unit code; see Z39.50 specification.
 
Constructor Summary
Z39searchApi()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

smallSetUpperBound

public static final int smallSetUpperBound
Search paramter; see Z39.50 specification.

largeSetLowerBound

public static final int largeSetLowerBound
Search paramter; see Z39.50 specification.

mediumSetPresentNumber

public static final int mediumSetPresentNumber
Search paramter; see Z39.50 specification.

replaceIndicator

public static final int replaceIndicator
Search paramter; see Z39.50 specification.

resultSetName

public static final int resultSetName
Search paramter; see Z39.50 specification.

databaseNames

public static final int databaseNames
Search paramter; see Z39.50 specification.

query

public static final int query
Search paramter; see Z39.50 specification.

searchStatus

public static final int searchStatus
Search paramter; see Z39.50 specification.

resultCount

public static final int resultCount
Search paramter; see Z39.50 specification.

resultSetStatus

public static final int resultSetStatus
Search paramter; see Z39.50 specification.

smallSetElementSetNames

public static final int smallSetElementSetNames
Search/Present paramter; see Z39.50 specification.

mediumSetElementSetNames

public static final int mediumSetElementSetNames
Search/Present paramter; see Z39.50 specification.

additionalSearchInfo

public static final int additionalSearchInfo
Search/Present paramter; see Z39.50 specification.

type_0

public static final int type_0
Query type for Search request; see Z39.50 specification.

type_1

public static final int type_1
Query type for Search request; see Z39.50 specification.

type_2

public static final int type_2
Query type for Search request; see Z39.50 specification.

type_100

public static final int type_100
Query type for Search request; see Z39.50 specification.

type_101

public static final int type_101
Query type for Search request; see Z39.50 specification.

Operator

public static final int Operator
Query parameter; see Z39.50 specification.

Operand

public static final int Operand
Query parameter for Search request; see Z39.50 specification.

Query

public static final int Query
Query parameter for Search request; see Z39.50 specification.

and

public static final int and
Query parameter for Search request; see Z39.50 specification.

or

public static final int or
Query parameter for Search request; see Z39.50 specification.

and_not

public static final int and_not
Query parameter for Search request; see Z39.50 specification.

prox

public static final int prox
Query parameter for Search request; see Z39.50 specification.

exclusion

public static final int exclusion
prox parameter; see Z39.50 specification.

distance

public static final int distance
prox parameter; see Z39.50 specification.

ordered

public static final int ordered
prox parameter; see Z39.50 specification.

relationType

public static final int relationType
prox parameter; see Z39.50 specification.

proximityUnitCode

public static final int proximityUnitCode
prox parameter; see Z39.50 specification.

lessThan

public static final int lessThan
prox relationship parameter; see Z39.50 specification.

lessThanOrEqual

public static final int lessThanOrEqual
prox relationship parameter; see Z39.50 specification.

equal

public static final int equal
prox relationship parameter; see Z39.50 specification.

greaterThanOrEqual

public static final int greaterThanOrEqual
prox relationship parameter; see Z39.50 specification.

greaterThan

public static final int greaterThan
prox relationship parameter; see Z39.50 specification.

notEqual

public static final int notEqual
prox relationship parameter; see Z39.50 specification.

known

public static final int known
prox relationship parameter; see Z39.50 specification.

privateProx

public static final int privateProx
prox relationship parameter; see Z39.50 specification.

character

public static final int character
Proximity unit code; see Z39.50 specification.

word

public static final int word
Proximity unit code; see Z39.50 specification.

sentence

public static final int sentence
Proximity unit code; see Z39.50 specification.

paragraph

public static final int paragraph
Proximity unit code; see Z39.50 specification.

section

public static final int section
Proximity unit code; see Z39.50 specification.

chapter

public static final int chapter
Proximity unit code; see Z39.50 specification.

document

public static final int document
Proximity unit code; see Z39.50 specification.

element

public static final int element
Proximity unit code; see Z39.50 specification.

subelement

public static final int subelement
Proximity unit code; see Z39.50 specification.

elementType

public static final int elementType
Proximity unit code; see Z39.50 specification.

byteProx

public static final int byteProx
Proximity unit code; see Z39.50 specification.

subset

public static final int subset
Search status; see Z39.50 specification.

interim

public static final int interim
Search status; see Z39.50 specification.

none

public static final int none
Search status; see Z39.50 specification.
Constructor Detail

Z39searchApi

public Z39searchApi()

Open SiteSearch 4.1.1
Final