Serialized Form


Package org.apache.oodt.product

Class org.apache.oodt.product.ProductException extends Exception implements Serializable

serialVersionUID: 8240102969482071451L


Package org.apache.oodt.xmlquery

Class org.apache.oodt.xmlquery.Header extends Object implements Serializable

serialVersionUID: -4596588383046581840L

Serialized Fields

name

String name
Name of the header.


type

String type
Type, as in type of the data.


unit

String unit
Unit, as in the units of the data type.

Class org.apache.oodt.xmlquery.QueryElement extends Object implements Serializable

serialVersionUID: -8401434443475540800L

Serialized Fields

role

String role
The role I play.


value

String value
The value my role has.

Class org.apache.oodt.xmlquery.QueryException extends Exception implements Serializable

Class org.apache.oodt.xmlquery.QueryHeader extends Object implements Serializable

serialVersionUID: -8601229234696670816L

Serialized Fields

id

String id
The identification of this query.


title

String title
The title of this query.


description

String description
A string describing this query.


type

String type
The type of the query, usually QUERY.


statusID

String statusID
The status of the query.


securityType

String securityType
The type of security to apply to this query.


revisionNote

String revisionNote
A note about the revision history of this query.


dataDictID

String dataDictID
The ID of the data dictionary used by this query.

Class org.apache.oodt.xmlquery.QueryResult extends Object implements Serializable

serialVersionUID: 9156030927051226848L

Serialized Fields

list

List<E> list
List of Results.

Class org.apache.oodt.xmlquery.Result extends Object implements Serializable

serialVersionUID: 9169143944191239575L

Serialized Fields

id

String id
The identification of this result.


mimeType

String mimeType
The MIME type.


profileID

String profileID
The ID of the resource profile where this result originated.


resourceID

String resourceID
The ID of the resource where this result originated.


headers

List<E> headers
The headers describing the result.


value

Object value
The result instance.


classified

boolean classified
True if this product is classified.


validity

long validity
For how long the product's good.

Class org.apache.oodt.xmlquery.Statistic extends Object implements Serializable

serialVersionUID: 8611279755682736062L

Serialized Fields

url

String url
URL.


time

long time
Time.

Class org.apache.oodt.xmlquery.XMLQuery extends Object implements Serializable

serialVersionUID: -7638068782048963710L

Serialized Fields

resultModeId

String resultModeId
Result mode.


propogationType

String propogationType
Propogation type.


propogationLevels

String propogationLevels
# of levels to propogate, depending on propogation type.


maxResults

int maxResults
Max results allowed.


kwqString

String kwqString
KWQ, as a string.


mimeAccept

List<E> mimeAccept
List of acceptable MIME types.


statistics

List<E> statistics
List of statistics.


numResults

int numResults
Number of results so far. This could be greater than results.size() because that's limited by maxResults. Meh, this isn't even updated by anyone as far as I can tell.


queryHeader

QueryHeader queryHeader

selectElementSet

List<E> selectElementSet

fromElementSet

List<E> fromElementSet

whereElementSet

List<E> whereElementSet

result

QueryResult result

Package org.apache.oodt.xmlquery.activity

Class org.apache.oodt.xmlquery.activity.QueryConstructed extends Incident implements Serializable

Class org.apache.oodt.xmlquery.activity.ResultsReceived extends Incident implements Serializable



Copyright © 1999-2012 Apache OODT. All Rights Reserved.