Uses of Class
wt.query.SubSelectExpression

Packages that use SubSelectExpression
wt.epm.clients.relateditems   
wt.epm.workspaces   
wt.fc.batch Provides a mechanism for specifying operations that affect mulitple objects in the persistent datastore. 
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 SubSelectExpression in wt.epm.clients.relateditems
 

Methods in wt.epm.clients.relateditems that return SubSelectExpression
private  SubSelectExpression FamilyTableFinder.sharedToProject(WTContainerRef projectRef)
           
 

Uses of SubSelectExpression in wt.epm.workspaces
 

Methods in wt.epm.workspaces that return SubSelectExpression
protected  SubSelectExpression EPMAsStoredConfigSpec.inBaseline()
           
protected  SubSelectExpression EPMAsStoredConfigSpec.masterInBaseline(Class objectClass)
           
private  SubSelectExpression EPMAsStoredConfigSpec.inProject(WTContainerRef projectRef, Class mainClass)
           
 

Uses of SubSelectExpression in wt.fc.batch
 

Methods in wt.fc.batch that return SubSelectExpression
private static SubSelectExpression AbstractBatchSpec.buildIdUpdateCountSubSelectExpression(WTCollection a_targetObjects, boolean a_useColumnList)
           
 

Uses of SubSelectExpression in wt.query
 

Methods in wt.query with parameters of type SubSelectExpression
protected  boolean SubSelectExpression.readVersion(SubSelectExpression thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.