public class QueryHandler extends Object implements ElementHandler<Query>
| Modifier and Type | Field and Description |
|---|---|
static String |
AS |
static String |
DISCRIMINATOR |
static String |
ELEMENT_NAME |
static String |
FROM |
static String |
PROPERTY |
static String |
PROPERTY_NAME |
static String |
PROPERTY_SEARCH_TYPE |
static String |
PROPERTY_TYPE |
| Constructor and Description |
|---|
QueryHandler() |
| Modifier and Type | Method and Description |
|---|---|
Query |
processElement(ParserContext handlerManager,
Element element)
Parses the provided
Element with the given ParserContext. |
public static final String ELEMENT_NAME
public static final String DISCRIMINATOR
public static final String FROM
public static final String AS
public static final String PROPERTY
public static final String PROPERTY_NAME
public static final String PROPERTY_TYPE
public static final String PROPERTY_SEARCH_TYPE
public Query processElement(ParserContext handlerManager, Element element) throws ConfigurationException
ElementHandlerprocessElement in interface ElementHandler<Query>ConfigurationExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.