Uses of Class
wt.util.SortedEnumeration

Packages that use SortedEnumeration
com.ptc.windchill.cadx.common.picker   
com.ptc.windchill.cadx.common.util   
com.ptc.windchill.cadx.ws   
com.ptc.wvs.common.ui   
wt.change2.htmlclient Defines an interface for the change objects from wt.change2
wt.clients.folder   
wt.clients.folderexplorer   
wt.clients.gui   
wt.doc   
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

wt.inf.sharing   
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 SortedEnumeration in com.ptc.windchill.cadx.common.picker
 

Methods in com.ptc.windchill.cadx.common.picker that return SortedEnumeration
protected  SortedEnumeration PickerUtilities.getSortedEnumeration(QueryResult qr)
          Returns a SortedEnumeration with the results sorted based on the first column attribute in accending order.
protected  SortedEnumeration PickerUtilities.getSortedEnumeration(QueryResult qr, String sort_preference)
          Returns a SortedEnumeration with the results sorted based on the attribute specified for sort_preference.
 

Methods in com.ptc.windchill.cadx.common.picker with parameters of type SortedEnumeration
 void PickerUtilities.showResults(String tableName, SortedEnumeration results)
          Generates an HTMLTable with the rows corresponding to the results enumeration.
 void PickerUtilities.showResults(String tableName, SortedEnumeration results, ColumnSortService columnSortService)
          Generates an HTMLTable with the rows corresponding to the results enumeration.
 Vector PickerUtilities.toResultsVector(SortedEnumeration results)
          If results is null then an empty Vector is returned.
 QueryResult PickerUtilities.toQueryResult(SortedEnumeration results)
          If results is null then an empty QueryResult is returned.
 QueryResult PickerSearcherUtilities.filterResults(SortedEnumeration enumResults)
           
 void PickerBrowserUtilities.showResults(String tableName, SortedEnumeration folders, SortedEnumeration results)
          Generates an HTMLTable with the rows corresponding to the folders and results enumerations.
 

Uses of SortedEnumeration in com.ptc.windchill.cadx.common.util
 

Methods in com.ptc.windchill.cadx.common.util with parameters of type SortedEnumeration
private static ObjectVector ContainerDataSharingUtilities.toObjectVector(SortedEnumeration results)
           
 

Uses of SortedEnumeration in com.ptc.windchill.cadx.ws
 

Methods in com.ptc.windchill.cadx.ws that return SortedEnumeration
static SortedEnumeration WorkspaceHelper.retrieveWorkspaceContents(EPMWorkspace ws)
          Retrieve the Workspace contents of the specified Workspace object.
 

Uses of SortedEnumeration in com.ptc.wvs.common.ui
 

Methods in com.ptc.wvs.common.ui that return SortedEnumeration
static SortedEnumeration SearchHelper.performLocalSearch(Vector vector, Hashtable criteria, Vector vector1, String sortPreference, Locale locale)
          Performs the database search

Supported API: false
static SortedEnumeration SearchHelper.Server.performLocalSearch(Vector vector, Hashtable criteria, Vector vector1, String sortPreference, Locale locale)
           
 

Uses of SortedEnumeration in wt.change2.htmlclient
 

Fields in wt.change2.htmlclient declared as SortedEnumeration
protected  SortedEnumeration ChangeAssociationLocalSearchProcessor.results
          Deprecated.  
 

Uses of SortedEnumeration in wt.clients.folder
 

Methods in wt.clients.folder that return SortedEnumeration
static SortedEnumeration FolderTaskLogic.getAllCabinets()
          Returns a Sorted Enumeration of All Cabinets the current user has access to read.
static SortedEnumeration FolderTaskLogic.getAllCabinets(Locale locale)
          Returns a Sorted Enumeration of All Cabinets the current user has access to read.
static SortedEnumeration FolderTaskLogic.getCabinetsByPermission(String permission)
          Retrieves all cabinets for which the current user has the given permission.
static SortedEnumeration FolderTaskLogic.getCabinetsByPermission(String permission, Locale locale)
          Retrieves all cabinets for which the current user has the given permission.
static SortedEnumeration FolderTaskLogic.getSubFolders(Folder folder)
          Returns all subfolders of the given folder.
static SortedEnumeration FolderTaskLogic.getSubFolders(Folder folder, Locale locale)
          Returns all subfolders of the given folder.
static SortedEnumeration FolderTaskLogic.getSubFolders(Folder folder, CollationKeyFactory key)
          Returns the subfolders of the given folder.
static SortedEnumeration FolderTaskLogic.getFolderContents(Folder folder)
          Returns the contents of the given folder.
static SortedEnumeration FolderTaskLogic.getFolderContents(Folder folder, Locale locale)
          Returns the contents of the given folder.
static SortedEnumeration FolderTaskLogic.getFolderContents(Folder folder, CollationKeyFactory key)
          Returns the contents of the given folder.
static SortedEnumeration FolderTaskLogic.getSubFoldersByPermission(String permission, Folder folder)
          Returns the subfolders of the given folder for which the user has the given permission.
static SortedEnumeration FolderTaskLogic.getSubFoldersByPermission(String permission, Folder folder, Locale locale)
          Returns the subfolders of the given folder for which the user has the given permission.
 

Uses of SortedEnumeration in wt.clients.folderexplorer
 

Fields in wt.clients.folderexplorer declared as SortedEnumeration
private  SortedEnumeration WindchillExplorerFrame.cabinets
          Deprecated. Maintains the top-level Cabinets displayed in the explorer.
 

Uses of SortedEnumeration in wt.clients.gui
 

Methods in wt.clients.gui that return SortedEnumeration
private  SortedEnumeration WTFolderBrowserDialog.getSubFolders(Folder folder)
           
 

Uses of SortedEnumeration in wt.doc
 

Methods in wt.doc that return SortedEnumeration
protected  SortedEnumeration DocumentStructureProcessor.getDocumentsUsed(WTDocument document, Locale locale)
          Returns a QueryResult corresponding to the documents used by the given document.
 

Methods in wt.doc with parameters of type SortedEnumeration
protected  void DocumentStructureProcessor.outputDocumentUses(SortedEnumeration document_uses, int level, int order, int state, Locale locale, PrintWriter out)
          Outputs the given QueryResult of Document Uses.
 

Uses of SortedEnumeration in wt.enterprise
 

Methods in wt.enterprise that return SortedEnumeration
 SortedEnumeration StandardEnterpriseService.presentMadeInto(RevisionControlled object, Vector displayAttributes, String sortPreference, Locale locale)
          Return a sorted enumeration of the objects that were made from (copied from) this version of this object.
 SortedEnumeration EnterpriseServiceFwd.presentMadeInto(RevisionControlled object, Vector displayAttributes, String sortPreference, Locale locale)
          Return a sorted enumeration of the objects that were made from (copied from) this version of this object.
 SortedEnumeration EnterpriseService.presentMadeInto(RevisionControlled object, Vector displayAttributes, String sortPreference, Locale locale)
          Return a sorted enumeration of the objects that were made from (copied from) this version of this object.
private  SortedEnumeration BasicTemplateProcessor.getAllCabinets(String permission)
          Deprecated. Returns all cabinets for which the current user has the given permission.
private  SortedEnumeration BasicTemplateProcessor.getFolderContents()
          Deprecated. Retrieve the folder contents of the folder context object.
private  SortedEnumeration BasicTemplateProcessor.retrieveFolderContents()
          Deprecated. Retrieve the folder contents of the folder context object.
static SortedEnumeration BasicTemplateProcessor.sortQueryResult(QueryResult results, CollationKeyFactory key)
          Deprecated. Sorts the given QueryResult using the given CollationKeyFactory.
 

Uses of SortedEnumeration in wt.federation
 

Methods in wt.federation that return SortedEnumeration
 SortedEnumeration DoFederationSearchProcessor.search(Vector classNames, Hashtable criteriaHash, Vector display, String sortPreference, Locale locale)
          Queries for federation objects of multiple classes using the Hashtable of name value pairs as for the criterion.
protected  SortedEnumeration DoFederationSearchProcessor._search(Vector classNames, Hashtable criteriaHash, Vector display, String sortPreference, Locale locale)
          Queries for federation objects of multiple classes using the Hashtable of name value pairs as for the criterion.
 SortedEnumeration DoFederationSearchProcessor.search(Vector classNames, Hashtable criteriaHash, Vector display, String sortPreference, Locale locale)
          Queries for federation objects of multiple classes using the Hashtable of name value pairs as for the criterion.
protected  SortedEnumeration DoFederationSearchProcessor._search(Vector classNames, Hashtable criteriaHash, Vector display, String sortPreference, Locale locale)
          Queries for federation objects of multiple classes using the Hashtable of name value pairs as for the criterion.
 

Uses of SortedEnumeration in wt.inf.sharing
 

Methods in wt.inf.sharing that return SortedEnumeration
 SortedEnumeration StandardDataSharingService.getSharedFolderContents(Folder folder)
          Returns shared contents given a folder.
 SortedEnumeration DataSharingServiceFwd.getSharedFolderContents(Folder folder)
          Returns shared contents given a folder.
 SortedEnumeration DataSharingService.getSharedFolderContents(Folder folder)
          Returns shared contents given a folder.
 

Uses of SortedEnumeration in wt.part
 

Fields in wt.part declared as SortedEnumeration
protected  SortedEnumeration PartLocalSearchProcessor.results
           
 

Uses of SortedEnumeration in wt.query
 

Fields in wt.query declared as SortedEnumeration
private  SortedEnumeration DoSearchProcessor.DoSearchDelegate.results
           
 

Methods in wt.query that return SortedEnumeration
 SortedEnumeration SearchTask.search(Vector classnames, Hashtable criteriaHash, Vector display, String sortPreference, Locale locale)
          Queries for persistant objects of multiple classes using the Hashtable of name value pairs as for the criterion.
protected  SortedEnumeration SearchTask._search(Vector classnames, Hashtable criteriaHash, Vector display, String sortPreference, Locale locale)
          Queries for persistant objects of multiple classes using the Hashtable of name value pairs as for the criterion.
 SortedEnumeration SearchTask.search(Vector classnames, Hashtable criteriaHash, Vector display, String sortPreference, Locale locale, WTContainer container, Vector containerList)
          Queries for persistant objects of multiple classes using the Hashtable of name value pairs as for the criterion.
protected  SortedEnumeration SearchTask._search(Vector classnames, Hashtable criteriaHash, Vector display, String sortPreference, Locale locale, WTContainer container, Vector containerList)
          Queries for persistant objects of multiple classes using the Hashtable of name value pairs as for the criterion.
 SortedEnumeration DoSearchProcessor.DoSearchDelegate.getResults(String queryValue, Locale locale)