com.ptc.windchill.enterprise.search.client
Class SearchInContainerSearchTermProducer

java.lang.Object
  extended bycom.ptc.windchill.enterprise.search.client.SearchInContainerSearchTermProducer
All Implemented Interfaces:
CoSearchTermProducer

public class SearchInContainerSearchTermProducer
extends Object
implements CoSearchTermProducer


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
SearchInContainerSearchTermProducer()
           
 
Method Summary
protected  String createSearchTerm(String name, String value)
           
 String produce(CoElement element, CoEnvData envData)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

SearchInContainerSearchTermProducer

public SearchInContainerSearchTermProducer()
Method Detail

produce

public String produce(CoElement element,
                      CoEnvData envData)
               throws WTException
Description copied from interface: CoSearchTermProducer


Supported API: false

Specified by:
produce in interface CoSearchTermProducer
Parameters:
element -
envData -
Returns:
String
Throws:
WTException

createSearchTerm

protected String createSearchTerm(String name,
                                  String value)