Uses of Class
org.xcmis.search.query.plan.QueryExecutionPlan.Type

Packages that use QueryExecutionPlan.Type
org.xcmis.search.query.plan   
 

Uses of QueryExecutionPlan.Type in org.xcmis.search.query.plan
 

Methods in org.xcmis.search.query.plan that return QueryExecutionPlan.Type
static QueryExecutionPlan.Type QueryExecutionPlan.Type.forSymbol(String symbol)
          Attempt to find the Type given a symbol.
 QueryExecutionPlan.Type QueryExecutionPlan.getType()
           
static QueryExecutionPlan.Type QueryExecutionPlan.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryExecutionPlan.Type[] QueryExecutionPlan.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xcmis.search.query.plan with parameters of type QueryExecutionPlan.Type
 QueryExecutionPlan QueryExecutionPlan.findPlanByType(QueryExecutionPlan.Type type)
          Return plan by type
 QueryExecutionPlan QueryExecutionPlan.NestedExecutionPlan.findPlanByType(QueryExecutionPlan.Type type)
           
 

Constructors in org.xcmis.search.query.plan with parameters of type QueryExecutionPlan.Type
QueryExecutionPlan.NestedExecutionPlan(QueryExecutionPlan.Type type)
           
QueryExecutionPlan.NestedExecutionPlan(QueryExecutionPlan.Type type, QueryExecutionPlan childPlan)
           
QueryExecutionPlan.SourceExecutionPlan(QueryExecutionPlan.Type type)
           
QueryExecutionPlan(QueryExecutionPlan.Type type)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.