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, validate
public 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()
AbstractCommand
getMandatoryArguments
in class AbstractCommand
protected int getMinimumArguments()
AbstractCommand
getMinimumArguments
in class AbstractCommand
protected Collection<String> getValidQualifiers()
AbstractCommand
getValidQualifiers
in class AbstractCommand
public void process() throws ProcessingException
JESTCommand
ProcessingException
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.