com.endeca.portal.mdex
Class LQLParserUtil

java.lang.Object
  extended by com.endeca.portal.mdex.LQLParserUtil

public class LQLParserUtil
extends java.lang.Object


Nested Class Summary
static class LQLParserUtil.GetPredefinedMetricsOperator
           
static class LQLParserUtil.ParseFilterOperator
           
static class LQLParserUtil.ParseQueryOperator
           
 
Field Summary
static java.lang.String LQL_PARSER_SERVICE
           
 
Constructor Summary
LQLParserUtil()
           
 
Method Summary
static
<ResponseType>
ResponseType
executeParserOperation(MDEXState mdexState, RequestIds requestIds, boolean cacheEnabled, com.endeca.portal.mdex.LQLParserUtil.ParserOperator<ResponseType> op)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LQL_PARSER_SERVICE

public static final java.lang.String LQL_PARSER_SERVICE
See Also:
Constant Field Values
Constructor Detail

LQLParserUtil

public LQLParserUtil()
Method Detail

executeParserOperation

public static <ResponseType> ResponseType executeParserOperation(MDEXState mdexState,
                                                                 RequestIds requestIds,
                                                                 boolean cacheEnabled,
                                                                 com.endeca.portal.mdex.LQLParserUtil.ParserOperator<ResponseType> op)
                                           throws DataSourceException,
                                                  LQLException
Throws:
DataSourceException
LQLException