org.jboss.shotoku.search
Class HistoryIncludeParameter

java.lang.Object
  extended by org.jboss.shotoku.search.HistoryIncludeParameter
All Implemented Interfaces:
SearchParameter

public class HistoryIncludeParameter
extends java.lang.Object
implements SearchParameter

A search parameter which includes to the result all nodes from the history of a given node.

Author:
Adam Warski (adamw@aster.pl)

Constructor Summary
HistoryIncludeParameter(History history)
           
HistoryIncludeParameter(java.util.Map<java.lang.String,java.lang.String> params)
           
HistoryIncludeParameter(Node node)
           
 
Method Summary
 NodeList transform(NodeList list, ContentManager cm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryIncludeParameter

public HistoryIncludeParameter(History history)

HistoryIncludeParameter

public HistoryIncludeParameter(Node node)

HistoryIncludeParameter

public HistoryIncludeParameter(java.util.Map<java.lang.String,java.lang.String> params)
Method Detail

transform

public NodeList transform(NodeList list,
                          ContentManager cm)
                   throws ResourceDoesNotExist
Specified by:
transform in interface SearchParameter
Throws:
ResourceDoesNotExist


Copyright © -2006 . All Rights Reserved.