Serialized Form


Package org.apache.oodt.profile

Class org.apache.oodt.profile.EnumeratedProfileElement extends ProfileElement implements Serializable

Serialized Fields

values

List<E> values
Valid values.

Class org.apache.oodt.profile.Profile extends Object implements Serializable

serialVersionUID: -3936851809184360591L

Serialized Fields

profAttr

ProfileAttributes profAttr
My profile attributes.


resAttr

ResourceAttributes resAttr
My resource attributes.


elements

Map<K,V> elements
My elements. This mapping is from element name (a String) to ProfileElement.

Class org.apache.oodt.profile.ProfileAttributes extends Object implements Serializable

serialVersionUID: 6140264312462080058L

Serialized Fields

id

String id
Unique identifier, required.


version

String version
Version, optional.


type

String type
Type, required.


statusID

String statusID
Status ID, required.


securityType

String securityType
Type of security to apply, optional.


parent

String parent
Parent profile ID, optional.


children

List<E> children
List of zero or more children profile IDs (Strings).


regAuthority

String regAuthority
Registration authority, optional.


revisionNotes

List<E> revisionNotes
Revision notes, zero or more Strings.

Class org.apache.oodt.profile.ProfileElement extends Object implements Serializable

Serialized Fields

profile

Profile profile
My profile.


name

String name
My required name.


id

String id
My optional id.


desc

String desc
My optional description.


type

String type
My optional type.


unit

String unit
My optional unit.


synonyms

List<E> synonyms
My synonyms.


obligation

boolean obligation
My obligation.


maxOccurrence

int maxOccurrence
My maxOccurrence.


comments

String comments
My optional comments.

Class org.apache.oodt.profile.ProfileException extends Exception implements Serializable

Class org.apache.oodt.profile.ProfileSAXException extends ProfileException implements Serializable

Class org.apache.oodt.profile.ProfileSQLException extends ProfileException implements Serializable

Class org.apache.oodt.profile.RangedProfileElement extends ProfileElement implements Serializable

serialVersionUID: -5697102597443089753L

Serialized Fields

min

String min
Minimum value.


max

String max
Maximum value.

Class org.apache.oodt.profile.ResourceAttributes extends Object implements Serializable

serialVersionUID: -4251763559607642607L

Serialized Fields

profile

Profile profile
Profile I describe.


identifier

String identifier
Identifer.


title

String title
Titles.


formats

List<E> formats
Formats.


description

String description
Descriptions.


creators

List<E> creators
Creators.


subjects

List<E> subjects
Subjects.


publishers

List<E> publishers
Publishers.


contributors

List<E> contributors
Contributors.


dates

List<E> dates
Dates.


types

List<E> types
Types.


sources

List<E> sources
Sources.


languages

List<E> languages
Languages.


relations

List<E> relations
Relations.


coverages

List<E> coverages
Coverages.


rights

List<E> rights
Rights.


contexts

List<E> contexts
Contexts, one or more list of Strings.


aggregation

String aggregation
Aggregation.


clazz

String clazz
Clazz.


locations

List<E> locations
Locations, zero or more Strings.

Class org.apache.oodt.profile.UnspecifiedProfileElement extends ProfileElement implements Serializable

serialVersionUID: -3717582969125927629L


Package org.apache.oodt.profile.activity

Class org.apache.oodt.profile.activity.ConnectedToServer extends Incident implements Serializable

serialVersionUID: 11593677192131322L

Class org.apache.oodt.profile.activity.ProfileClientConstructed extends Incident implements Serializable

serialVersionUID: 6229028649808262392L

Class org.apache.oodt.profile.activity.QueriedHandlers extends Incident implements Serializable

serialVersionUID: -3845963004602982264L

Class org.apache.oodt.profile.activity.ReceivedQuery extends Incident implements Serializable

serialVersionUID: 3646406525260246714L


Package org.apache.oodt.profile.gui

Class org.apache.oodt.profile.gui.ProfileBuilderGUI extends JFrame implements Serializable

Serialized Fields

jButton1

JButton jButton1

jEditorPane1

JEditorPane jEditorPane1

jPanel3

JScrollPane jPanel3

jTree1

profileTree jTree1

jPanel2

JScrollPane jPanel2

jPanel1

JPanel jPanel1

helpMenuItem

JMenuItem helpMenuItem

jMenu5

JMenu jMenu5

deleteMenuItem

JMenuItem deleteMenuItem

jSeparator1

JSeparator jSeparator1

pasteMenuItem

JMenuItem pasteMenuItem

copyMenuItem

JMenuItem copyMenuItem

cutMenuItem

JMenuItem cutMenuItem

jMenu4

JMenu jMenu4

exitMenuItem

JMenuItem exitMenuItem

jSeparator2

JSeparator jSeparator2

closeFileMenuItem

JMenuItem closeFileMenuItem

saveMenuItem

JMenuItem saveMenuItem

openFileMenuItem

JMenuItem openFileMenuItem

newFileMenuItem

JMenuItem newFileMenuItem

jMenu3

JMenu jMenu3

jMenuBar1

JMenuBar jMenuBar1

createdProfile

Profile createdProfile

Class org.apache.oodt.profile.gui.profileTree extends JTree implements Serializable


Package org.apache.oodt.profile.handlers.lightweight

Class org.apache.oodt.profile.handlers.lightweight.SearchableEnumeratedProfileElement extends EnumeratedProfileElement implements Serializable

Class org.apache.oodt.profile.handlers.lightweight.SearchableProfile extends Profile implements Serializable

Class org.apache.oodt.profile.handlers.lightweight.SearchableRangedProfileElement extends RangedProfileElement implements Serializable

Class org.apache.oodt.profile.handlers.lightweight.SearchableResourceAttributes extends ResourceAttributes implements Serializable

Class org.apache.oodt.profile.handlers.lightweight.SearchableUnspecifiedProfileElement extends UnspecifiedProfileElement implements Serializable



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