Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.webz.Verb

Packages that use Verb
ORG.oclc.mantis   
ORG.oclc.mantis.verbs   
ORG.oclc.obi.extverb   
ORG.oclc.webz   
 

Uses of Verb in ORG.oclc.mantis
 

Subclasses of Verb in ORG.oclc.mantis
 class CreateHTMLTemplate
           
 class TemplateEditor
           
 

Uses of Verb in ORG.oclc.mantis.verbs
 

Subclasses of Verb in ORG.oclc.mantis.verbs
 class ESDbUpdate
          The ESDbUpdate class is the Verb that handles the Extended Services Database Update request and response by extending the WebZ EXTSVC Verb.
 class ESLock
          The ESLock class is used to setup the Z39.50 QUERY Verb that will issue a query to ZBase.
 class LoadWorkForm
          LoadWorkForm is a Verb used to read ini/mantis/workform.ini for a specific workform and generate a corresponding DataDir to be used to populate the database's template for adding a new record.
 class MCANCEL
          The MCANCEL class is a specialized Verb in Record Builder whose primary function is to cancel a current edit session and to release the record lock from that edit session.
 class MCLONE
          The MCLONE class is a specialized Verb for the MCLONE uses input parameters contained in the RequestManager object.
 class MDELETE
          The MDELETE class is a specialized Verb in Record Builder whose primary function is to delete a record from a database.
 class MDISPLAY
          The MDISPLAY class is a specialized Verb in Record Builder whose primary function is to presnt a display view of the current record.
 class MEDIT
          The MEDIT class is a specialized Verb for the MEDIT uses input parameters contained in the RequestManager object.
 class MEXPORT
          The MEXPORT class is a specialized Verb for the MEXPORT uses input parameters contained in the RequestManager object.
 class MLOGOFF
          The MLOGOFF class is a specialized Verb in Record Builder whose function is to logoff a user and remove any existing record locks.
 class MSAVE
          The MSAVE class is a specialized Verb in Record Builder whose primary function is to presnt a display view of the current record.
 class MSCLONE
          The MSCLONE class is a specialized Verb in Record Builder whose primary function is to extract the ber record part of the current saved record to the target db MCLONE uses input parameters contained in the RequestManager object.
 class MTLOAD
          The MTLOAD class is a specialized Verb in Record Builder whose primary function is to presnt a display view of the current record.
 class MUNSAVE
          The MUNSAVE class is a specialized Verb in Record Builder whose primary function is to presnt a display view of the current record.
 class MUPDATE
          The MUPDATE class is a specialized Verb in Record Builder whose primary function is to update a database record and release the record lock from that edit session.
 class MVerb
          The MVerb class is one of the baseline Z39.50 classes for implementing WebZ in Java.
 class MVIEW
          The MVIEW class is a specialized Verb for the MVIEW uses input parameters contained in the RequestManager object.
 

Uses of Verb in ORG.oclc.obi.extverb
 

Subclasses of Verb in ORG.oclc.obi.extverb
 class AdvancedQuery
          The AdvancedQuery class is a specialized QUERY Verb for the advanced search page in the SiteSearch OBI designed to set up the correct parameters for using a full record display formatting class rather than a brief display.
 class BookMark
          The BookMark class is a specialized FETCH Verb to save(bookmark) records for later e-mail or display.
 class ExampleExtSvc
          The ExampleExtSvc class is an example template for creating an extended services request by extending the WebZ EXTSVC Verb.
 class HistoryQuery
          The HistoryQuery class is a specialized QUERY Verb to create queries from the history search page in the SiteSearch OBI.
 class MyISOILL
          The MyISOILL class provides the capability to extend the ISOILL class.
 class ThesaurusQuery
          The ThesaurusQuery class is a specialized QUERY Verb for retrieving results to create the thesaurus tree display.
 class TopicQuery
          The TopicQuery class is a specialized QUERY Verb to customize queries from the quick search option on the SiteSearch OBI database selection page.
 

Uses of Verb in ORG.oclc.webz
 

Subclasses of Verb in ORG.oclc.webz
 class EXTSVC
          The EXTSVC class is the WebZ Verb that formulates and issues a Z39.50 Extended Services request to a Z39.50 server using parameters contained in a RequestManager object, or a RequestManager object and a string containing a URL.
 class FETCH
          The FETCH class is the WebZ Verb that performs a Z39.50 present.
 class ILLEmail
          The ILLEmail class provides the capability to issue an email request for an Interlibrary Loan.
 class ImageFETCH
          The ImageFETCH class is the WebZ Verb that is specialized to perform Z39.50 present requests for binary images stored in a newton database.
 class INIT
          The INIT class performs a Z39.50 Init request to a Z39.50 server hosting a database.
 class ISOILL
          The ISOILL class provides the capability to issue an ISOILL request for an Interlibrary Loan.
 class LIMIT
          The LIMIT class is the WebZ Verb to set a persistent limiting query string to be 'anded' on all queries until the limit is reset.
 class LOGOFF
          The LOGOFF class sets flags in the user state to indicate the user is exiting the system so that user session shutdown processing can be performed after the response is issued to the user.
 class QUERY
          The QUERY class is the WebZ Verb that performs a Z39.50 search and present.
 class SCAN
          The SCAN class is the WebZ Verb that performs a Z39.50 scan and present.
 class SETDBAUTHO
          The SETDBAUTHO class is the WebZ Verb that performs a Z39.50 search and present.
 class ZQueryHandler
          The ZQueryHandler class is a utility class for Z39.50 search and scan - It creates a query string from an input URL and invokes the Z39.58 query parser to create a query string to pass the Z39.50 search and scan classes.
 class ZVerb
          The ZVerb class is one of the baseline Z39.50 classes for implementing WebZ in Java.
 


Open SiteSearch 4.1.1
Final