A B C D E F G H I K L M N O P R S T U W

A

addChild(RecordConcept) - Method in class project.biota.digir.RecordConcept
Adds a child concept to a complex record concept.
addDiagnostics(String, int, String) - Method in class project.biota.digir.DiGIRRequestParser
Adds a diagnoistic element to the DiGIR response.
addRecordConcept(RecordConcept) - Method in class project.biota.digir.DiGIRRequestParser
Adds a RecordConcept object to the list of record concepts specified in the DiGIR request.
addRecordConceptElem(RecordConcept, Object) - Method in class project.biota.biotaInterface.BiotaRequestHandler
Constructs a JDOM element for each record concept and checks whether the it is a complex concept that contains a sequence of schema/complex concept.

B

BiotaContextListener - class project.biota.servlet.BiotaContextListener.
BiotaContextListener is the context listener of this BiotaDiGIRProvider web application.
BiotaContextListener() - Constructor for class project.biota.servlet.BiotaContextListener
 
BiotaDefaultHandler - class project.biota.biotaInterface.BiotaDefaultHandler.
BiotaDefaultHandler is the default handler for a DiGIR request whenever the type of the requested resource isn't supported in this provider.
BiotaDefaultHandler(DiGIRRequestParser) - Constructor for class project.biota.biotaInterface.BiotaDefaultHandler
Constructs a BiotaDefaultHandler.
BiotaHandlerFactory - class project.biota.biotaInterface.BiotaHandlerFactory.
BiotaHandlerFactory creates a BiotaRequestHandler depending on the type of the resource requested.
BiotaMetadataHandler - class project.biota.biotaInterface.BiotaMetadataHandler.
BiotaMetadataHandler handles DiGIR metadata requests for this Biota DiGIR provider.
BiotaRequestHandler - class project.biota.biotaInterface.BiotaRequestHandler.
BiotaRequestHandler is an abstract class extended by classes that wish to handle requests for a particular type of resources.
BiotaRequestHandler(DiGIRRequestParser) - Constructor for class project.biota.biotaInterface.BiotaRequestHandler
Constructs a BiotaRequestHandler to handle a DiGIR request.
BiotaServerRequestHandler - class project.biota.biotaInterface.BiotaServerRequestHandler.
BiotaServerRequestHandler handles requests for resources served via a 4D Server.
BiotaServerRequestHandler(DiGIRRequestParser) - Constructor for class project.biota.biotaInterface.BiotaServerRequestHandler
Constructs a BiotaServerRequestHandler to handle a DiGIR request.
BiotaUtils - class project.biota.util.BiotaUtils.
BiotaUtils provides static utilities for this provider.
BiotaWebRequestHandler - class project.biota.biotaInterface.BiotaWebRequestHandler.
BiotaWebRequestHandler handles requests for resources served via a Biota onboard Web Server.
BiotaWebRequestHandler(DiGIRRequestParser) - Constructor for class project.biota.biotaInterface.BiotaWebRequestHandler
Constructs a BiotaWebRequestHandler to handle a DiGIR request.
buildDiGIRResponse(DiGIRRequestParser, Element) - Static method in class project.biota.digir.DiGIRProcessor
Create a DiGIR response based on a DiGIR request.
buildDiGIRResult(String) - Method in class project.biota.biotaInterface.BiotaDefaultHandler
Does nothing.
buildDiGIRResult(String) - Method in class project.biota.biotaInterface.BiotaRequestHandler
Makes database queries and processes the response returned by the database to build the records for the DiGIR response.
buildDiGIRResult(String) - Method in class project.biota.biotaInterface.BiotaServerRequestHandler
Makes database queries to a 4D Server via a JDBC connection and processes the response returned by the database to build the records for the DiGIR response.
buildDiGIRResult(String) - Method in class project.biota.biotaInterface.BiotaWebRequestHandler
Makes database queries to a Biota onboard Web Server via a HTTP connection and processes the response returned by the database to build the records for the DiGIR response.
buildResult() - Method in class project.biota.biotaInterface.BiotaRequestHandler
Returns a JDOM element of the records for the DiGIR response.

C

CONCEPT_NOT_DEFINED - Static variable in class project.biota.util.DiGIRProvError
This code indicates that a concept used in the DiGIR request is not defined in the conceptual schema.
CONCEPT_NOT_RETURNABLE - Static variable in class project.biota.util.DiGIRProvError
This code indicates that a concept used as a record concept in a DiGIR search response or the inventory concept in a DiGIR inventory response is not returnable.
CONCEPT_NOT_SEARCHABLE - Static variable in class project.biota.util.DiGIRProvError
This code indicates that a concept used in the filter element of the DiGIR request is not searchable for the specified resource.
CONCEPT_NOT_SUPPORTED - Static variable in class project.biota.util.DiGIRProvError
This code indicates that a concept used in the DiGIR request is not supported by the specified resource.
COP - Static variable in class project.biota.util.Keyword
Comparitive OPerator
ConceptualSchemaParser - class project.biota.digir.ConceptualSchemaParser.
ConceptualSchemaParser parses the conceptual schema supported by a resource and saves all the defined schema concepts in a java.util.HashSet.
ConceptualSchemaParser(InputSource) - Constructor for class project.biota.digir.ConceptualSchemaParser
Constructs a ConceptualSchemaParser object to parse a conceptual schema for a resource.
characters(char[], int, int) - Method in class project.biota.digir.ConceptualSchemaParser
Does nothing.
characters(char[], int, int) - Method in class project.biota.digir.DiGIRRequestParser
Receives notification of character data inside an element.
characters(char[], int, int) - Method in class project.biota.digir.StructureParser
Does nothing.
conceptualSchemaNamespace - Variable in class project.biota.biotaInterface.BiotaRequestHandler
The JDOM Namespace for the conceptual schema used in the DiGIR request.
conceptualSchemaURI - Variable in class project.biota.biotaInterface.BiotaRequestHandler
The URI for the conceptual schema used in the DiGIR request.
contextDestroyed(ServletContextEvent) - Method in class project.biota.servlet.BiotaContextListener
Notification that the servlet context is about to be shut down.
contextInitialized(ServletContextEvent) - Method in class project.biota.servlet.BiotaContextListener
Notification that the web application is ready to process requests.
createInventoryResponseElem(Map) - Method in class project.biota.biotaInterface.BiotaRequestHandler
Creates all the "record" JDOM element for a DiGIR response to a inventory request.

D

DiGIRProcessor - class project.biota.digir.DiGIRProcessor.
DiGIRProcessor is a static class that constructs a DiGIR response.
DiGIRProvError - class project.biota.util.DiGIRProvError.
DiGIRProvError holds the code and messages for a diagnostic occurred while processing a DiGIR request.
DiGIRProvError(int, String) - Constructor for class project.biota.util.DiGIRProvError
Constructs a DiGIRProvError object to represent an error occured while processing the DiGIR request.
DiGIRProviderServlet - class project.biota.servlet.DiGIRProviderServlet.
The servlet of the Biota DiGIR Provider.
DiGIRProviderServlet() - Constructor for class project.biota.servlet.DiGIRProviderServlet
 
DiGIRRequestHandler - class project.biota.digir.DiGIRRequestHandler.
DiGIRRequestHandler is a static class that handles all the DiGIR query passed in by the servlet.
DiGIRRequestParser - class project.biota.digir.DiGIRRequestParser.
DiGIRRequestParser parses a DiGIR request and saves the info later needed in constructing a DiGIR response.
DiGIRRequestParser(InputSource) - Constructor for class project.biota.digir.DiGIRRequestParser
Constructs a DiGIRRequestParser object to parse the DiGIR request in the InputSource object.
destroy() - Method in class project.biota.servlet.DiGIRProviderServlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
doGet(HttpServletRequest, HttpServletResponse) - Method in class project.biota.servlet.DiGIRProviderServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class project.biota.servlet.DiGIRProviderServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.

E

endDocument() - Method in class project.biota.digir.ConceptualSchemaParser
Does nothing.
endDocument() - Method in class project.biota.digir.DiGIRRequestParser
Receives notification of the end of the document to take any specific actions at the end of a document.
endDocument() - Method in class project.biota.digir.StructureParser
Does nothing.
endElement(String, String, String) - Method in class project.biota.digir.ConceptualSchemaParser
Does nothing.
endElement(String, String, String) - Method in class project.biota.digir.DiGIRRequestParser
Receives notification of the end of an element.
endElement(String, String, String) - Method in class project.biota.digir.StructureParser
Receives notification of the end of an element.
endPrefixMapping(String) - Method in class project.biota.digir.ConceptualSchemaParser
Receives notification of the end of a Namespace mapping.
endPrefixMapping(String) - Method in class project.biota.digir.DiGIRRequestParser
Receives notification of the end of a Namespace mapping.
endPrefixMapping(String) - Method in class project.biota.digir.StructureParser
Receives notification of the end of a Namespace mapping.
equals(Object) - Method in class project.biota.digir.SchemaConcept
Overrides the String.equals() method.
error(SAXParseException) - Method in class project.biota.digir.ConceptualSchemaParser
Receives notification of a recoverable parser error.
error(SAXParseException) - Method in class project.biota.digir.DiGIRRequestParser
Receives notification of a recoverable parser error.
error(SAXParseException) - Method in class project.biota.digir.StructureParser
Receives notification of a recoverable parser error.

F

FOURDSERVER - Static variable in class project.biota.util.ResourceObject
A constant indicating a 4D Server resource.
FOURDWEB - Static variable in class project.biota.util.ResourceObject
A constant indicating a Biota onboard Web Server resource.
fatalError(SAXParseException) - Method in class project.biota.digir.ConceptualSchemaParser
Reports a fatal XML parsing error.
fatalError(SAXParseException) - Method in class project.biota.digir.DiGIRRequestParser
Reports a fatal XML parsing error.
fatalError(SAXParseException) - Method in class project.biota.digir.StructureParser
Reports a fatal XML parsing error.
findRequiredTablesFields() - Method in class project.biota.biotaInterface.BiotaRequestHandler
Finds the database tables/fields that are required to build the DiGIR response.
formatter - Variable in class project.biota.biotaInterface.BiotaRequestHandler
Format a Java date to conform the XML schema dateTime data type.

G

getAllResources() - Static method in class project.biota.util.BiotaUtils
Gets all the resources available in this provider.
getChildren() - Method in class project.biota.digir.RecordConcept
Gets the children concept of a record concept.
getClientIP() - Method in class project.biota.digir.DiGIRRequestParser
Gets the IP address string of the client that makes the HTTP request to the servlet.
getConcatSeparator(String, String) - Method in class project.biota.util.ResourceObject
Gets the symbol used for concatenating field values to concstruct a concept value.
getConceptSchemaLocation(String) - Method in class project.biota.util.ResourceObject
Gets the location of the conceptual schema.
getConceptType(String, String) - Method in class project.biota.util.ResourceObject
Gets the type of the concept specified by conceptName.
getConceptValue(String, Object) - Method in class project.biota.biotaInterface.BiotaDefaultHandler
Returns an empty string.
getConceptValue(String, Object) - Method in class project.biota.biotaInterface.BiotaRequestHandler
Constructs the value for a schema concept from the fieldsValues object.
getConceptValue(String, Object) - Method in class project.biota.biotaInterface.BiotaServerRequestHandler
Constructs the value for a schema concept from the fieldsValues object.
getConceptValue(String, Object) - Method in class project.biota.biotaInterface.BiotaWebRequestHandler
Constructs the value for a schema concept from the fieldsValues object.
getConceptualSchemaName() - Method in class project.biota.digir.DiGIRRequestParser
Returns the conceptual schema namespace identifier used in this DiGIR request.
getConceptualSchemaURI() - Method in class project.biota.digir.DiGIRRequestParser
Returns the conceptual schema URI string used in this DiGIR request.
getConnection() - Method in class project.biota.util.ResourceObject
Gets a connection to this resource.
getCount() - Method in class project.biota.digir.DiGIRRequestParser
Returns the boolean value of the "count" element specified in this DiGIR request.
getDefaultInventoryClause() - Method in class project.biota.util.ResourceObject
Gets the default concept for a DiGIR inventory request.
getDefaultRecordSchemaLocation() - Method in class project.biota.util.ResourceObject
Gets the default record schema location for this resource.
getDefaultRequestType() - Method in class project.biota.util.ResourceObject
Gets the default operation of a DiGIR request.
getDiGIRSchemaLocation() - Static method in class project.biota.util.BiotaUtils
Gets the location of the DiGIR schema.
getDiGIRSchemaNamespace() - Static method in class project.biota.util.BiotaUtils
Gets the JDOM Namespace for the DiGIR schema.
getDiGIRSchemaURI() - Static method in class project.biota.util.BiotaUtils
Gets the URI of the DiGIR schema.
getDiagnostics() - Method in class project.biota.digir.DiGIRRequestParser
Returns a map mapping error level strings to a list of DiGIRProvError objects.
getErrorCode() - Method in class project.biota.digir.DiGIRRequestParser
Returns the error code.
getErrorCodeString() - Method in class project.biota.util.DiGIRProvError
Gets the string representation of an error code.
getErrorMessage() - Method in class project.biota.util.DiGIRProvError
Gets the message for this error.
getFields(String, String) - Method in class project.biota.util.ResourceObject
Gets the list of the fields mapped to the concept specified by conceptName.
getFilterString() - Method in class project.biota.digir.DiGIRRequestParser
Gets the string representation of this DiGIR request filter contents from the DiGIRRequestParser.
getForeignTables(String) - Method in class project.biota.util.ResourceObject
Gets the children table of the table specified by tableName in the resource configuration's table structure.
getInventoryClause() - Method in class project.biota.digir.DiGIRRequestParser
Gets the schema concept to be used to construct a DiGIR response to an inventory request.
getJoinKeyTable(String, Table) - Method in class project.biota.util.ResourceObject
Gets the key used to join with its parent table in the resource configuration's table structure.
getKeyType() - Method in class project.biota.util.Keyword
Gets the type of the keyword, COP, MULTICOP, or LOP.
getKeywordType(String) - Static method in class project.biota.util.BiotaUtils
Returns the type of the DiGIR keyword.
getKeywordValue(String) - Static method in class project.biota.util.BiotaUtils
Returns the value associated with the DiGIR keyword string.
getLimit() - Method in class project.biota.digir.DiGIRRequestParser
Returns the "limit" attribute specified in the "records" element of the request.
getMaxInventoryRecords() - Method in class project.biota.util.ResourceObject
Gets the maximum number of records presented in a DiGIR inventory response.
getMaxSearchRecords() - Method in class project.biota.util.ResourceObject
Gets the maximum number of records presented in a DiGIR search response.
getName() - Method in class project.biota.digir.RecordConcept
Returns the name of the record concept.
getName() - Method in class project.biota.digir.SchemaConcept
Gets the name of this schema concept.
getName() - Method in class project.biota.util.ResourceObject
Gets the name of this resource.
getPrimaryKey(String) - Method in class project.biota.util.ResourceObject
Gets the primary key for the table specified by tableName.
getProviderMetadata() - Static method in class project.biota.util.BiotaUtils
Returns a JDOM element that holds this provider's metadata.
getProviderVersion() - Static method in class project.biota.util.BiotaUtils
Gets the software version of this provider.
getQueryString(String) - Method in class project.biota.biotaInterface.BiotaRequestHandler
Processes the string representation of the DiGIR request filter contents to a string that has the depth info of the structure, and replaces the schema concept to whatever database tables/fields that concept maps to.
getRecordConcepts() - Method in class project.biota.digir.DiGIRRequestParser
Returns a list of concepts requested via a schema location or a sequence of elements specified in the "structure" element of the DiGIR search request.
getRequestDestinationText() - Method in class project.biota.digir.DiGIRRequestParser
Gets the the text associated with the "destination" element of a DiGIR request.
getRequestHandler(DiGIRRequestParser) - Static method in class project.biota.biotaInterface.BiotaHandlerFactory
Produces a query handler according to the type of the requested resource.
getRequestSourceText() - Method in class project.biota.digir.DiGIRRequestParser
Gets the the text associated with the "source" element of a DiGIR request.
getRequestType() - Method in class project.biota.digir.DiGIRRequestParser
Gets the type of this DiGIR request.
getRequestedResource() - Method in class project.biota.digir.DiGIRRequestParser
Returns the name of the resource requested in this DiGIR request.
getRequiredConcepts() - Method in class project.biota.digir.DiGIRRequestParser
Returns a set of schema concept names required to build the DiGIR response.
getResourceMainTable() - Method in class project.biota.util.ResourceObject
Gets the database main table for this resource.
getResourceMetadata() - Method in class project.biota.util.ResourceObject
Gets the Metadata object of this resource.
getResourceObject(String) - Static method in class project.biota.util.BiotaUtils
Gets the ResourceObject object for the resource specified by rscName.
getResourceType() - Method in class project.biota.util.ResourceObject
Gets the type of this resource.
getSchemaConcepts() - Method in class project.biota.digir.ConceptualSchemaParser
Gets the set of schema concepts read from the conceptual schema.
getSchemaInstanceNamespace() - Static method in class project.biota.util.BiotaUtils
Gets the JDOM Namespace for the XML schema instance.
getSourceResource() - Method in class project.biota.digir.DiGIRRequestParser
Gets the resource attribute of the "source" element of a DiGIR request.
getSourceURL() - Method in class project.biota.digir.DiGIRRequestParser
Gets the URL string of the client that makes the HTTP request to the servlet.
getStart() - Method in class project.biota.digir.DiGIRRequestParser
Returns the start attribute specified in the "records" element of the request.
getValue() - Method in class project.biota.util.Keyword
Gets the string value of the keyword.

H

hasErrorDiagnose() - Method in class project.biota.digir.DiGIRRequestParser
Checks whether there is an error diagnostic already.
hashCode() - Method in class project.biota.digir.SchemaConcept
Overrides the String.hashCode() method.

I

INVALID_ELEMENT_VALUE - Static variable in class project.biota.util.DiGIRProvError
This code indicates that the value for a xml element in the request is not valid.
INVALID_REQEUST_OPERATION - Static variable in class project.biota.util.DiGIRProvError
This code indicates the request operation is not valid.
ignorableWhitespace(char[], int, int) - Method in class project.biota.digir.ConceptualSchemaParser
Receives notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class project.biota.digir.DiGIRRequestParser
Receives notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class project.biota.digir.StructureParser
Receives notification of ignorable whitespace in element content.
init() - Method in class project.biota.digir.ConceptualSchemaParser
Initializes the SAX parser.
init() - Method in class project.biota.digir.DiGIRRequestParser
Initializes the SAX parser.
init() - Method in class project.biota.digir.StructureParser
Initializes the SAX parser.
init() - Method in class project.biota.servlet.DiGIRProviderServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
initializeResources(ServletContext) - Static method in class project.biota.util.BiotaUtils
Intializes this provider.
isComplex() - Method in class project.biota.digir.RecordConcept
Checks whether this record concept is a complex concept.
isConceptReturnable(String, String) - Method in class project.biota.util.ResourceObject
Checks whether a concept is returnable for this resource.
isConceptSearchable(String, String) - Method in class project.biota.util.ResourceObject
Checks whether a concept is searchable for this resource.
isConceptSupported(String, String) - Method in class project.biota.util.ResourceObject
Checks whether the concept specified by conceptName is supported in this resource.
isResourceOK() - Method in class project.biota.util.ResourceObject
Checks whether this resource is correctly initialized.
isSQLKeyword(String) - Static method in class project.biota.util.BiotaUtils
Checks whether a string is an SQL keyword.
isSchemaConcept(String, String) - Method in class project.biota.util.ResourceObject
Checks whether the specified concept is defined in the conceptual schema.
isSchemaSupported(String) - Method in class project.biota.util.ResourceObject
Checks whether the specified conceptual schema is supported by this resource.

K

Keyword - class project.biota.util.Keyword.
Keyword holds the DiGIR keywords.
Keyword(String, int) - Constructor for class project.biota.util.Keyword
Constructs a Keyword object holding its value and type.

L

LOP - Static variable in class project.biota.util.Keyword
Logical OPerator
left_index - Variable in class project.biota.biotaInterface.BiotaRequestHandler
A parameter indicates the left-hand side argument in a binary logical relationship like "and".
logger - Static variable in class project.biota.biotaInterface.BiotaRequestHandler
The Apache log4j Logger object for this class.

M

MULTICOP - Static variable in class project.biota.util.Keyword
MULTI-element Comparitive OPerator
maxDepth - Variable in class project.biota.biotaInterface.BiotaRequestHandler
The maximum depth of the query structure.
maxlevel - Variable in class project.biota.biotaInterface.BiotaRequestHandler
A parameter indicates the level of the query structure.

N

needConcat(String, String) - Method in class project.biota.util.ResourceObject
Checks whether a concept's value needs to be concatenated by multiple database field values.

O

OK - Static variable in class project.biota.util.DiGIRProvError
This code indicates that no error has occured

P

parseValue(Field, String) - Method in class project.biota.biotaInterface.BiotaRequestHandler
Extracts the value from a string for a field that needs parsing using the separator(parseSymbol) and position(pos) specified for that field in the resource's configuaration file.
processDiGIRQuery(HttpServletRequest, HttpServletResponse) - Static method in class project.biota.digir.DiGIRRequestHandler
Processes the DiGIR request passed in by the servlet.
processingInstruction(String, String) - Method in class project.biota.digir.ConceptualSchemaParser
Receives notification of a processing instruction.
processingInstruction(String, String) - Method in class project.biota.digir.DiGIRRequestParser
Receives notification of a processing instruction.
processingInstruction(String, String) - Method in class project.biota.digir.StructureParser
Receives notification of a processing instruction.
project.biota.biotaInterface - package project.biota.biotaInterface
Provides the classes necessary to communicate with the Biota resources.
project.biota.digir - package project.biota.digir
Provides the classes necessary to process DiGIR request and response.
project.biota.servlet - package project.biota.servlet
Provides the classes necessary for running a servlet.
project.biota.util - package project.biota.util
Provides the utility classes used across this provider.

R

RESOURCE_FAILURE - Static variable in class project.biota.util.DiGIRProvError
This code indicates that either the resource is not initialized correctly or the provider failed to connect to the resource.
RESOURCE_NOT_FOUND - Static variable in class project.biota.util.DiGIRProvError
This code indicates that the resource specified in the DiGIR request is not found in this provider.
RESOURCE_NOT_SPECIFIED - Static variable in class project.biota.util.DiGIRProvError
This code indicates that the resource is not specified in the DiGIR search/inventory request.
RecordConcept - class project.biota.digir.RecordConcept.
RecordConcept reprsents a record concept used in DiGIR response to a search request.
RecordConcept(String, boolean) - Constructor for class project.biota.digir.RecordConcept
Concstructs a RecordConcept object.
ResourceObject - class project.biota.util.ResourceObject.
A class holding the information for a resource.
ResourceObject(String, Resource) - Constructor for class project.biota.util.ResourceObject
Constructs a ResourceObject to hold the information for a resource.
requestParser - Variable in class project.biota.biotaInterface.BiotaRequestHandler
The DiGIRRequestParser that parses the request.
requiredConcepts - Variable in class project.biota.biotaInterface.BiotaRequestHandler
A set of schema concepts required to build the DiGIR response.
requiredTablesFields - Variable in class project.biota.biotaInterface.BiotaRequestHandler
Maps database tables to a set of fields in that table that are mapped to the schema concepts.
responseRecords - Variable in class project.biota.biotaInterface.BiotaRequestHandler
The JDOM Element that holds the records for the DiGIR response.
right_index - Variable in class project.biota.biotaInterface.BiotaRequestHandler
A parameter indicates the right-hand side argument in a binary logical relationship like "and".
rscObject - Variable in class project.biota.biotaInterface.BiotaRequestHandler
An object that holds all the information for the requested resource.

S

SCHEMA_NOT_SUPPORTED - Static variable in class project.biota.util.DiGIRProvError
This code indicates that the conceptual schema used in the DiGIR request is not supported by the specified resource.
SchemaConcept - class project.biota.digir.SchemaConcept.
A wrapper around java.lang.String to represent the name of a schema concept.
SchemaConcept(String) - Constructor for class project.biota.digir.SchemaConcept
Constructs a ConceptString object for a schema concept.
StructureParser - class project.biota.digir.StructureParser.
StructureParser parses the record schema specified in the structure element of a DiGIR search request.
StructureParser(DiGIRRequestParser) - Constructor for class project.biota.digir.StructureParser
Constructs a StructureParser object to parse the record schema of a DiGIR search request.
setClientIP(String) - Method in class project.biota.digir.DiGIRRequestParser
Sets the IP address string of the client that makes the HTTP request to the servlet.
setDateLastUpdated(String) - Method in class project.biota.util.ResourceObject
Sets the date when this resource is last updated in the resource's metadata.
setDocumentLocator(Locator) - Method in class project.biota.digir.ConceptualSchemaParser
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class project.biota.digir.DiGIRRequestParser
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class project.biota.digir.StructureParser
Receive a Locator object for document events.
setNumberOfRecords(int) - Method in class project.biota.util.ResourceObject
Sets the number of records in this resource.
setSourceURL(String) - Method in class project.biota.digir.DiGIRRequestParser
Sets the URL string of the client that makes the HTTP request to the servlet.
skippedEntity(String) - Method in class project.biota.digir.ConceptualSchemaParser
Receives notification of a skipped entity.
skippedEntity(String) - Method in class project.biota.digir.DiGIRRequestParser
Receives notification of a skipped entity.
skippedEntity(String) - Method in class project.biota.digir.StructureParser
Receives notification of a skipped entity.
startDocument() - Method in class project.biota.digir.ConceptualSchemaParser
Does nothing.
startDocument() - Method in class project.biota.digir.DiGIRRequestParser
Receives notification of the beginning of the document to take any specific actions at the beginning of a document.
startDocument() - Method in class project.biota.digir.StructureParser
Does nothing.
startElement(String, String, String, Attributes) - Method in class project.biota.digir.ConceptualSchemaParser
Receives notification of the start of an element.
startElement(String, String, String, Attributes) - Method in class project.biota.digir.DiGIRRequestParser
Receives notification of the start of an element.
startElement(String, String, String, Attributes) - Method in class project.biota.digir.StructureParser
Receives notification of the start of an element.
startParsing() - Method in class project.biota.digir.ConceptualSchemaParser
Starts parsing the conceptual schema.
startParsing(InputSource) - Method in class project.biota.digir.DiGIRRequestParser
Starts parsing the DiGIR request.
startParsing(InputSource) - Method in class project.biota.digir.StructureParser
Starts parsing the record schema.
startPrefixMapping(String, String) - Method in class project.biota.digir.ConceptualSchemaParser
Receives notification of the start of a Namespace mapping.
startPrefixMapping(String, String) - Method in class project.biota.digir.DiGIRRequestParser
Receives notification of the start of a Namespace mapping.
startPrefixMapping(String, String) - Method in class project.biota.digir.StructureParser
Receives notification of the start of a Namespace mapping.

T

toString() - Method in class project.biota.digir.SchemaConcept
Returns the name of this schema concept.

U

UNKNOWN - Static variable in class project.biota.util.DiGIRProvError
This code indicates that the source of the error is unknown.
UNKNOWN - Static variable in class project.biota.util.ResourceObject
A constant indicating a unknown type of resource.
updateMetadata(DiGIRRequestParser) - Static method in class project.biota.biotaInterface.BiotaMetadataHandler
Attemps to update the information for each resource available in this provider.
updateResourceMetadata(ResourceObject) - Method in class project.biota.biotaInterface.BiotaDefaultHandler
Does nothing.
updateResourceMetadata(ResourceObject) - Method in class project.biota.biotaInterface.BiotaRequestHandler
Updates the metadata for the resource specified by the ResourceObject object.
updateResourceMetadata(ResourceObject) - Method in class project.biota.biotaInterface.BiotaServerRequestHandler
Updates the metadata for the resource specified by the ResourceObject object.
updateResourceMetadata(ResourceObject) - Method in class project.biota.biotaInterface.BiotaWebRequestHandler
Updates the metadata for the resource specified by the ResourceObject object.

W

warning(SAXParseException) - Method in class project.biota.digir.ConceptualSchemaParser
Receives notification of a parser warning.
warning(SAXParseException) - Method in class project.biota.digir.DiGIRRequestParser
Receives notification of a parser warning.
warning(SAXParseException) - Method in class project.biota.digir.StructureParser
Receives notification of a parser warning.

A B C D E F G H I K L M N O P R S T U W

Copyright © 2004 University of Massachusetts at Boston. All Rights Reserved.