com.sun.portal.search.rdm |
|
Java Source File Name | Type | Comment |
RDM.java | Interface | |
RDMCallback.java | Interface | Callback interface. |
RDMClassification.java | Class | RDM Classification
A Classification (or "Category") is how data is organized into
a taxonomy. |
RDMDeadlockException.java | Class | |
RDMException.java | Class | |
RDMHeader.java | Class | |
RDMQuery.java | Class | |
RDMRequest.java | Class | |
RDMResponse.java | Class | RDM Response Message
The message contains an RDMHeader with an appropriate response type
RDM_RD_UPD_RES
RDM_RD_DEL_RES
RDM_SD_RES
RDM_SCH_RES
RDM_TAX_RES
RDM_STAT_RES;
and a SOIF Stream containing the result set of the objects that
matched the request. |
RDMSchema.java | Class | RDM Schema
A Schema specifies how to interpret the SOIF objects for a given
Schema-Name. |
RDMServerDescription.java | Class | RDM Server Description
Server Descriptions provide system-level access information to the
client (such as supported RDM query languages), help distributed
query routing clients better select promising catalog services to
search, and provide human-readable descriptions of a catalog service. |
RDMTaxonomy.java | Class | RDM Taxonomy
Represents a hierarchy of Classifications (or Categories). |
RDMTransaction.java | Class | |
RDMView.java | Class | RDM View
Holds RDMViewAttr, RDMViewHits, and RDMViewOrder objects. |
RDMViewAttributes.java | Class | RDM View Attributes
The View Attributes is a simple list of SOIF Attributes (all lowercase)
separated by commas. |
RDMViewHits.java | Class | RDM View Hits
The View Hits object specifies a range for result sets. |
TaxDumper.java | Class | |
TestRDMTaxonomy.java | Class | |