Uses of Interface
org.apache.jetspeed.search.ParsedObject

Packages that use ParsedObject
org.apache.jetspeed.search   
 

Uses of ParsedObject in org.apache.jetspeed.search
 

Methods in org.apache.jetspeed.search that return ParsedObject
 ParsedObject SearchResults.get(int index)
           
 ParsedObject ObjectHandler.parseObject(java.lang.Object o)
          Parses a specific object into a document suitable for index placement
 

Methods in org.apache.jetspeed.search that return types with arguments of type ParsedObject
 java.util.List<ParsedObject> SearchResults.getResults()
           
 java.util.List<ParsedObject> SearchResults.getResults(int fromIndex, int toIndex)
           
 java.util.Iterator<ParsedObject> SearchResults.iterator()
           
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.