Uses of Class
wt.util.CollationKeyFactory

Packages that use CollationKeyFactory
com.ptc.core.domain.admin.client.impl   
wt.admin
Provides classes to represent and manage AdministrativeDomain objects. 
wt.clients.folder   
wt.clients.prodmgmt   
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.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.folder
Provides classes to represent and manage folder and cabinet objects. 
wt.iba.value.litevalue   
wt.org
org package — Organization Service
The following figure shows a representation of the org package model. 
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
wt.team
 
wt.util   
wt.workflow
Provides classes to represent and manage workflow definitions, initiate and manage process instances, and distribute work items to users and groups. 
 

Uses of CollationKeyFactory in com.ptc.core.domain.admin.client.impl
 

Subclasses of CollationKeyFactory in com.ptc.core.domain.admin.client.impl
 class AdministrativeDomainNodeCollationKeyFactory
          A collation key factory for administrative domain nodes.
 class TypeIdentifierCollationKeyFactory
          A collation key factory for Type Identifiers.
 

Uses of CollationKeyFactory in wt.admin
 

Subclasses of CollationKeyFactory in wt.admin
 class ClassnameCollationKeyFactory
          A collation key factory for classes.
 class DomainRefCollationKeyFactory
          A collation key factory for admin domain refs.
 

Uses of CollationKeyFactory in wt.clients.folder
 

Methods in wt.clients.folder with parameters of type CollationKeyFactory
static SortedEnumeration FolderTaskLogic.getSubFolders(Folder folder, CollationKeyFactory key)
          Returns the subfolders of the given folder.
static SortedEnumeration FolderTaskLogic.getFolderContents(Folder folder, CollationKeyFactory key)
          Returns the contents of the given folder.
 

Uses of CollationKeyFactory in wt.clients.prodmgmt
 

Subclasses of CollationKeyFactory in wt.clients.prodmgmt
 class WTProductConfigurationCollationKeyFactory
          A collation key factory for WTProductConfiguration

Supported API: true
Extendable: false
 

Uses of CollationKeyFactory in wt.doc
 

Subclasses of CollationKeyFactory in wt.doc
private  class DocumentStructureProcessor.SortCollationKeyFactory
           
 

Uses of CollationKeyFactory in wt.enterprise
 

Methods in wt.enterprise with parameters of type CollationKeyFactory
static SortedEnumeration BasicTemplateProcessor.sortQueryResult(QueryResult results, CollationKeyFactory key)
          Deprecated. Sorts the given QueryResult using the given CollationKeyFactory.
 

Uses of CollationKeyFactory in wt.fc
 

Subclasses of CollationKeyFactory in wt.fc
 class IdentityCollationKeyFactory
          A collation key factory for Identified objects.
 

Uses of CollationKeyFactory in wt.folder
 

Subclasses of CollationKeyFactory in wt.folder
 class FolderCollationKeyFactory
          A collation key factory for Foldered objects in a folder.
static class FolderHierarchy.FolderHierarchyCollationKeyFactory
           
 

Uses of CollationKeyFactory in wt.iba.value.litevalue
 

Subclasses of CollationKeyFactory in wt.iba.value.litevalue
 class AbstractValueViewCollationKeyFactory
          A collation key factory for AbstractValueView objects.
 

Uses of CollationKeyFactory in wt.org
 

Subclasses of CollationKeyFactory in wt.org
 class PrincipalCollationKeyFactory
          A collation key factory for Principals

Supported API: true
Extendable: false
 

Uses of CollationKeyFactory in wt.query
 

Subclasses of CollationKeyFactory in wt.query
 class QueryCollationKeyFactory
          A collation key factory for Identified objects.
 

Uses of CollationKeyFactory in wt.team
 

Subclasses of CollationKeyFactory in wt.team
(package private)  class TeamTemplateCache.TeamTemplateIdentityCollationKeyFactory
           
 

Uses of CollationKeyFactory in wt.util
 

Constructors in wt.util with parameters of type CollationKeyFactory
SortedEnumeration(Enumeration source, CollationKeyFactory key_factory)
          Construct a sorted Enumeration containing the elements of another Enumeration.
SortedEnumeration(Enumeration source, CollationKeyFactory key_factory, int order)
          Construct a sorted Enumeration containing the elements of another Enumeration.
SortedEnumeration(Enumeration source, CollationKeyFactory key_factory)
          Construct a sorted Enumeration containing the elements of another Enumeration.
SortedEnumeration(Enumeration source, CollationKeyFactory key_factory, int order)
          Construct a sorted Enumeration containing the elements of another Enumeration.
 

Uses of CollationKeyFactory in wt.workflow
 

Constructors in wt.workflow with parameters of type CollationKeyFactory
SortedEnumByPrincipal(Enumeration source, CollationKeyFactory key_factory)
          Construct a sorted Enumeration containing the elements of another Enumeration.
SortedEnumByPrincipal(Enumeration source, CollationKeyFactory key_factory, int order)
          Construct a sorted Enumeration containing the elements of another Enumeration.