Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class Z39deleteApi

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

public class Z39deleteApi
extends Object

See Also:
zclient, example, zapplet

Field Summary
static int accessNotAllowed
          deleteResultSet status; see Z39.50 specification.
static int all
          deleteFunction - all
static int bulkDeleteNotSupported
          deleteResultSet status; see Z39.50 specification.
static int BULKSTATUSES
           
static int DELETEFUNCTION
           
static int list
          deleteFunction - list
static int LISTSTATUSES
           
static int MESSAGE
           
static int notAllRequestedResultsSetsDeleted
          deleteResultSet status; see Z39.50 specification.
static int notAllRsltSetsDeletedOnBulkDlte
          deleteResultSet status; see Z39.50 specification.
static int NUMNOTDELETED
           
static int OPERATIONSTATUS
           
static int previouslyDeletedByTarget
          deleteResultSet status; see Z39.50 specification.
static int resourceControlAtOrigin
          deleteResultSet status; see Z39.50 specification.
static int resourceControlAtTarget
          deleteResultSet status; see Z39.50 specification.
static int resultSetDidNotExist
          deleteResultSet status; see Z39.50 specification.
static int resultSetInUse
          deleteResultSet status; see Z39.50 specification.
static int SETSTATUS
           
static int success
          deleteResultSet status; see Z39.50 specification.
static int systemProblemAtTarget
          deleteResultSet status; see Z39.50 specification.
 
Constructor Summary
Z39deleteApi()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPERATIONSTATUS

public static final int OPERATIONSTATUS

LISTSTATUSES

public static final int LISTSTATUSES

DELETEFUNCTION

public static final int DELETEFUNCTION

SETSTATUS

public static final int SETSTATUS

NUMNOTDELETED

public static final int NUMNOTDELETED

BULKSTATUSES

public static final int BULKSTATUSES

MESSAGE

public static final int MESSAGE

success

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

resultSetDidNotExist

public static final int resultSetDidNotExist
deleteResultSet status; see Z39.50 specification.

previouslyDeletedByTarget

public static final int previouslyDeletedByTarget
deleteResultSet status; see Z39.50 specification.

systemProblemAtTarget

public static final int systemProblemAtTarget
deleteResultSet status; see Z39.50 specification.

accessNotAllowed

public static final int accessNotAllowed
deleteResultSet status; see Z39.50 specification.

resourceControlAtOrigin

public static final int resourceControlAtOrigin
deleteResultSet status; see Z39.50 specification.

resourceControlAtTarget

public static final int resourceControlAtTarget
deleteResultSet status; see Z39.50 specification.

bulkDeleteNotSupported

public static final int bulkDeleteNotSupported
deleteResultSet status; see Z39.50 specification.

notAllRsltSetsDeletedOnBulkDlte

public static final int notAllRsltSetsDeletedOnBulkDlte
deleteResultSet status; see Z39.50 specification.

notAllRequestedResultsSetsDeleted

public static final int notAllRequestedResultsSetsDeleted
deleteResultSet status; see Z39.50 specification.

resultSetInUse

public static final int resultSetInUse
deleteResultSet status; see Z39.50 specification.

list

public static final int list
deleteFunction - list

all

public static final int all
deleteFunction - all
Constructor Detail

Z39deleteApi

public Z39deleteApi()

Open SiteSearch 4.1.1
Final