Uses of Interface
wt.epm.query.ConfigSpecHandler

Packages that use ConfigSpecHandler
wt.epm.query   
 

Uses of ConfigSpecHandler in wt.epm.query
 

Classes in wt.epm.query that implement ConfigSpecHandler
 class BaselineConfigSpecHandler
           
 class GeneralConfigSpecHandler
           
 class LatestConfigSpecHandler
           
 class WorkspaceConfigSpecHandler
           
 

Methods in wt.epm.query that return ConfigSpecHandler
(package private) static ConfigSpecHandler Query.getConfigSpecHandler(String name)
           
 

Methods in wt.epm.query with parameters of type ConfigSpecHandler
static void Query.regirterConfigSpecHandler(String name, ConfigSpecHandler handler)