Uses of Class
wt.csm.query.CSMFetchRule

Packages that use CSMFetchRule
wt.csm.query   
 

Uses of CSMFetchRule in wt.csm.query
 

Fields in wt.csm.query declared as CSMFetchRule
private  CSMFetchRule CSMQuerySpec.theCSMFetchRule
           
 

Methods in wt.csm.query that return CSMFetchRule
 CSMFetchRule CSMQuerySpec.getCSMFetchRule()
          Gets the object for the association that plays role: theCSMFetchRule.
 

Methods in wt.csm.query with parameters of type CSMFetchRule
 void DiscreteCSMQueryContainer.setFetchRule(CSMFetchRule fetchRule)
          

Supported API: false
 void CSMQuerySpec.setCSMFetchRule(CSMFetchRule a_CSMFetchRule)
          Sets the object for the association that plays role: theCSMFetchRule.
protected  boolean CSMFetchRule.readVersion(CSMFetchRule thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Constructors in wt.csm.query with parameters of type CSMFetchRule
DiscreteCSMQueryContainer(SortRule sortRule, AbstractQueryResults queryResults, CSMFetchRule fetchRule, DirectSearchRule directSearchRule, Vector indirectSearchRules)
          

Supported API: false
CSMQuerySpec(SortRule sortRule, AbstractQueryResults queryResults, CSMFetchRule fetchRule, DirectSearchRule directSearchRule, Vector indirectSearchRules)
          

Supported API: false