Uses of Interface
wt.dataops.objectcol.resolution.RecursiveQueryProcessor

Packages that use RecursiveQueryProcessor
wt.dataops.objectcol.delegate   
wt.dataops.objectcol.dependency   
wt.dataops.objectcol.resolution   
 

Uses of RecursiveQueryProcessor in wt.dataops.objectcol.delegate
 

Classes in wt.dataops.objectcol.delegate that implement RecursiveQueryProcessor
 class IterFolderMemberAllIterDelegate
           
 class LatestOfAllO2MDelegate
           
 class LatestOfLatestO2MDelegate
           
 class O2VLinkAllIterDelegate
           
 

Uses of RecursiveQueryProcessor in wt.dataops.objectcol.dependency
 

Classes in wt.dataops.objectcol.dependency that implement RecursiveQueryProcessor
 class RelatedByRelationshipProcessor
          

Supported API: false

Extendable: false
 

Uses of RecursiveQueryProcessor in wt.dataops.objectcol.resolution
 

Classes in wt.dataops.objectcol.resolution that implement RecursiveQueryProcessor
 class RelationshipQueryProcessor
          

Supported API: false

Extendable: false
 

Fields in wt.dataops.objectcol.resolution declared as RecursiveQueryProcessor
private  RecursiveQueryProcessor StatementSpecHolder.processor
           
 

Methods in wt.dataops.objectcol.resolution that return RecursiveQueryProcessor
 RecursiveQueryProcessor StatementSpecHolder.getProcessor()
          Gets the value of the attribute: processor.
 

Methods in wt.dataops.objectcol.resolution with parameters of type RecursiveQueryProcessor
 void StatementSpecHolder.setProcessor(RecursiveQueryProcessor a_Processor)
          Sets the value of the attribute: processor.