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

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

public class LocationSearchTermProducer
extends Object
implements CoSearchTermProducer



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
LocationSearchTermProducer()
           
 
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

LocationSearchTermProducer

public LocationSearchTermProducer()
Method Detail

produce

public String produce(CoElement element,
                      CoEnvData envData)
               throws WTException


Supported API: false

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

createSearchTerm

protected String createSearchTerm(String name,
                                  String value)