Uses of Class
wt.fc.collections.RefreshHelper.RefreshData

Packages that use RefreshHelper.RefreshData
wt.fc.collections Provides Windchill-specific Collection objects, and a collection-based refresh API. 
 

Uses of RefreshHelper.RefreshData in wt.fc.collections
 

Methods in wt.fc.collections that return RefreshHelper.RefreshData
(package private)  RefreshHelper.RefreshData RefreshHelper.Refresh.getRefreshData(Class persistable_class)
           
 

Methods in wt.fc.collections with parameters of type RefreshHelper.RefreshData
(package private)  QuerySpec RefreshHelper.Refresh.getFirstPassQuery(RefreshHelper.RefreshData data)
          Get a statement that selects the oids, classnames, updatecounts, and possibly branch ids for the given RefreshData
(package private)  void RefreshHelper.Refresh.appendClassNameSelect(QuerySpec qs, RefreshHelper.RefreshData data)
          Allows subclasses to select the classname during the first pass query, if necessary.
(package private)  StatementSpec RefreshHelper.Refresh.getSecondPassQuery(RefreshHelper.RefreshData data)
          Get a statment that selects the objects in the RefreshData with any of ids in secondPassBranchIDs or secondPassOids
(package private)  void RefreshHelper.UnionRefresh.appendClassNameSelect(QuerySpec qs, RefreshHelper.RefreshData data)