Uses of Interface
org.modeshape.graph.query.process.ProcessingComponent.DynamicOperation

Packages that use ProcessingComponent.DynamicOperation
org.modeshape.graph.query.process This package defines the QueryProcessor interface, which is responsible for constructing for each query a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of the query and returning the tuples to the parent component. 
 

Uses of ProcessingComponent.DynamicOperation in org.modeshape.graph.query.process
 

Methods in org.modeshape.graph.query.process that return ProcessingComponent.DynamicOperation
protected  ProcessingComponent.DynamicOperation ProcessingComponent.createDynamicOperation(TypeSystem typeSystem, Schemata schemata, QueryResults.Columns columns, DynamicOperand operand)
          Create a ProcessingComponent.DynamicOperation instance that is able to evaluate the supplied DynamicOperand.
 

Methods in org.modeshape.graph.query.process with parameters of type ProcessingComponent.DynamicOperation
protected  SelectComponent.ConstraintChecker SelectComponent.createChecker(TypeSystem types, Schemata schemata, QueryResults.Columns columns, ProcessingComponent.DynamicOperation dynamicOperation, Operator operator, StaticOperand staticOperand)
           
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.