org.apache.oodt.profile.handlers.lightweight
Class SearchableResourceAttributes
java.lang.Object
org.apache.oodt.profile.ResourceAttributes
org.apache.oodt.profile.handlers.lightweight.SearchableResourceAttributes
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable, Documentable
public class SearchableResourceAttributes
- extends ResourceAttributes
Resource attributes that can be searched.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Kelly
- See Also:
- Serialized Form
| Fields inherited from class org.apache.oodt.profile.ResourceAttributes |
aggregation, clazz, contexts, contributors, coverages, creators, dates, description, formats, identifier, languages, locations, profile, publishers, relations, rights, sources, subjects, title, types |
|
Method Summary |
org.apache.oodt.profile.handlers.lightweight.Result |
result(String name,
String value,
String operator)
Produce a search result. |
| Methods inherited from class org.apache.oodt.profile.ResourceAttributes |
clone, compareTo, createResAttributesDocument, equals, getContributors, getCoverages, getCreators, getDates, getDescription, getFormats, getIdentifier, getLanguages, getPublishers, getRelations, getResAggregation, getResClass, getResContexts, getResLocations, getRights, getSources, getSubjects, getTitle, getTypes, getURI, hashCode, initializeLists, setDescription, setIdentifier, setResAggregation, setResClass, setTitle, toString, toXML |
SearchableResourceAttributes
public SearchableResourceAttributes(SearchableProfile profile,
Element node)
result
public org.apache.oodt.profile.handlers.lightweight.Result result(String name,
String value,
String operator)
- Produce a search result.
- Parameters:
value - Desired value.operator - What operator to use for comparison.
- Returns:
- a
Result value.
Copyright © 1999-2012 Apache OODT. All Rights Reserved.