Uses of Class
wt.query.SearchAttributeList

Packages that use SearchAttributeList
com.ptc.windchill.cadx.common.picker   
wt.doc   
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.query Provides generic support for defining SQL queries (see QuerySpec and the various things that can be appended to it) in a database inedependent manner that should be used with the PersistenceManager
 

Uses of SearchAttributeList in com.ptc.windchill.cadx.common.picker
 

Subclasses of SearchAttributeList in com.ptc.windchill.cadx.common.picker
 class PickerSearchAttributeList
          This class is used to set the drop down list, search criteria, and search result columns for HTML Picker.
 

Uses of SearchAttributeList in wt.doc
 

Subclasses of SearchAttributeList in wt.doc
 class WTDocumentAttributeList
          This class is used to generate search criteria, and search result columns for HTML table processing of documents.
 

Uses of SearchAttributeList in wt.part
 

Subclasses of SearchAttributeList in wt.part
 class WTPartAttributeList
          This class is used to generate search criteria, and search result columns for HTML table processing of parts
 

Uses of SearchAttributeList in wt.query
 

Methods in wt.query with parameters of type SearchAttributeList
protected  boolean SearchAttributeList.readVersion(SearchAttributeList thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Deprecated.