public class DsqlMelParserUtils extends Object
| Constructor and Description |
|---|
DsqlMelParserUtils() |
| Modifier and Type | Method and Description |
|---|---|
Object |
parseDsql(org.mule.api.MuleContext muleContext,
org.mule.api.MuleEvent event,
Object query)
Given a possible string
query element, if it contains MELs that are of "type dates" it must transform them
into a meaningful type of string so that the DSQL grammar can process them properly. |
public Object parseDsql(org.mule.api.MuleContext muleContext, org.mule.api.MuleEvent event, Object query)
query element, if it contains MELs that are of "type dates" it must transform them
into a meaningful type of string so that the DSQL grammar can process them properly.muleContext - context to obtain the expression managerevent - event to work withquery - object to parse. Ideally, it should be a string.Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.