org.apache.oodt.profile.handlers.lightweight
Class SearchableProfile
java.lang.Object
org.apache.oodt.profile.Profile
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
|
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 |
SearchableProfile
public SearchableProfile(Element node,
ObjectFactory factory)
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.