Uses of Interface
wt.query.specification.ResultSpecification

Packages that use ResultSpecification
wt.query.specification   
 

Uses of ResultSpecification in wt.query.specification
 

Subinterfaces of ResultSpecification in wt.query.specification
 interface ClassResultSpec
          

Supported API: false

Extendable: false
 interface IdentifierSetResultSpec
          

Supported API: false

Extendable: false
 

Classes in wt.query.specification that implement ResultSpecification
 class AbstractResultSpecification
          

Supported API: false

Extendable: false
 class DefaultClassResultSpec
          

Supported API: false

Extendable: false
 class DefaultIdentifierSetResultSpec
          

Supported API: false

Extendable: false
 

Fields in wt.query.specification declared as ResultSpecification
private  ResultSpecification DefaultSearchSpecification.result
           
 

Methods in wt.query.specification that return ResultSpecification
 ResultSpecification SearchSpecification.getResult()
          Gets the object for the association that plays role: RESULT.
 ResultSpecification DefaultSearchSpecification.getResult()
          Gets the object for the association that plays role: result.
 

Methods in wt.query.specification with parameters of type ResultSpecification
 void SearchSpecification.setResult(ResultSpecification a_Result)
          Sets the object for the association that plays role: RESULT.
 void DefaultSearchSpecification.setResult(ResultSpecification a_Result)
          Sets the object for the association that plays role: result.
protected  StatementSpec DefaultQueryWriter.getResultStatementSpec(ResultSpecification a_result_specification, StatementSpec a_statement_spec)
          

Supported API: false