org.alfresco.repo.template
Class BaseSearchResultsMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by java.util.HashMap
          extended by org.alfresco.repo.template.BaseTemplateMap
              extended by org.alfresco.repo.template.BaseSearchResultsMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map
Direct Known Subclasses:
LuceneSearchResultsMap, NodeSearchResultsMap, SavedSearchResultsMap

public abstract class BaseSearchResultsMap
extends BaseTemplateMap

Class providing the base Search Query services to execute a search returning a list of TemplateNode objects from a Lucene search string.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry, java.util.AbstractMap.SimpleImmutableEntry
 
Field Summary
 
Fields inherited from class org.alfresco.repo.template.BaseTemplateMap
parent, services
 
Constructor Summary
BaseSearchResultsMap(TemplateNode parent, ServiceRegistry services)
          Constructor
 
Method Summary
protected  java.util.List query(java.lang.String search)
          Perform a SearchService query with the given Lucene search string
 
Methods inherited from class org.alfresco.repo.template.BaseTemplateMap
get
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

BaseSearchResultsMap

public BaseSearchResultsMap(TemplateNode parent,
                            ServiceRegistry services)
Constructor

Parameters:
parent - The parent TemplateNode to execute searches from
services - The ServiceRegistry to use
Method Detail

query

protected java.util.List query(java.lang.String search)
Perform a SearchService query with the given Lucene search string



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.