wt.dataops.objectcol.resolution
Interface CollectionQueryProcessor

All Superinterfaces:
ResolutionProcessor
All Known Subinterfaces:
RecursiveQueryProcessor
All Known Implementing Classes:
BaseQueryProcessor, RelationshipQueryProcessor

public interface CollectionQueryProcessor
extends ResolutionProcessor



Supported API: false

Extendable: false


Method Summary
 StatementSpecHolder[] process(StatementSpecHolder[] specs, LogicalOperator operator)
          

Supported API: false
 
Methods inherited from interface wt.dataops.objectcol.resolution.ResolutionProcessor
getInputMap, setInputMap
 

Method Detail

process

public StatementSpecHolder[] process(StatementSpecHolder[] specs,
                                     LogicalOperator operator)
                              throws WTException,
                                     QueryException


Supported API: false

Parameters:
specs -
operator -
Returns:
StatementSpecHolder[]
Throws:
WTException
QueryException