org.apache.oodt.profile.handlers.lightweight
Class SearchableProfile

java.lang.Object
  extended by org.apache.oodt.profile.Profile
      extended by org.apache.oodt.profile.handlers.lightweight.SearchableProfile
All Implemented Interfaces:
Serializable, Cloneable, Comparable, Documentable

public class SearchableProfile
extends Profile

A profile that can be searched.

Version:
$Revision: 1.1.1.1 $
Author:
Kelly
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.oodt.profile.Profile
elements, profAttr, PROFILES_DTD_FPI, PROFILES_DTD_URL, resAttr
 
Constructor Summary
SearchableProfile(Element node, ObjectFactory factory)
           
 
Method Summary
 org.apache.oodt.profile.handlers.lightweight.Result search(org.apache.oodt.profile.handlers.lightweight.WhereExpression expression)
          Search this profile.
 
Methods inherited from class org.apache.oodt.profile.Profile
addToModel, clone, compareTo, createProfileDocument, createProfiles, createProfiles, createProfilesDocument, equals, getProfileAttributes, getProfileElements, getResourceAttributes, getURI, hashCode, main, setProfileAttributes, setResourceAttributes, toString, toXML, toXMLWithoutElements
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchableProfile

public SearchableProfile(Element node,
                         ObjectFactory factory)
Method Detail

search

public org.apache.oodt.profile.handlers.lightweight.Result search(org.apache.oodt.profile.handlers.lightweight.WhereExpression expression)
Search this profile.

Parameters:
expression - Statement of what to retrieve.


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