class QueryCommand extends AbstractCommand
JESTCommand.Format| Modifier and Type | Field and Description |
|---|---|
static String |
QUALIFIER_FIRSTRESULT |
static String |
QUALIFIER_MAXRESULT |
static String |
QUALIFIER_NAMED |
static String |
QUALIFIER_SINGLE |
_ctx, _formatter, _loc, EMPTY_LIST, EQUAL, PATH_SEPARATOR| Constructor and Description |
|---|
QueryCommand(JPAServletContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<String> |
getMandatoryArguments()
Gets the mandatory arguments.
|
protected int |
getMinimumArguments()
Gets the minimum number of arguments excluding the mandatory arguments.
|
protected Collection<String> |
getValidQualifiers()
Gets the valid qualifiers.
|
void |
process()
Process the given request and write the output on to the given response in the given context.
|
debug, getArgument, getArguments, getDefaultFormat, getExecutionContext, getMandatoryArgument, getMaximumArguments, getObjectFormatter, getQualifier, getQualifiers, hasArgument, hasQualifier, isBooleanQualifier, parse, popFetchPlan, pushFetchPlan, toStateManager, toStateManager, validatepublic static final String QUALIFIER_MAXRESULT
public static final String QUALIFIER_FIRSTRESULT
public static final String QUALIFIER_NAMED
public static final String QUALIFIER_SINGLE
public QueryCommand(JPAServletContext ctx)
protected Collection<String> getMandatoryArguments()
AbstractCommandgetMandatoryArguments in class AbstractCommandprotected int getMinimumArguments()
AbstractCommandgetMinimumArguments in class AbstractCommandprotected Collection<String> getValidQualifiers()
AbstractCommandgetValidQualifiers in class AbstractCommandpublic void process()
throws ProcessingException
JESTCommandProcessingExceptionCopyright © 2006–2015 Apache Software Foundation. All rights reserved.