Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Method and Description |
---|---|
List<QueryFormField> |
QueryBase.getFromFields()
Returns a list of the
QueryFormField fields that the dynamic query selects. |
List<QueryFormField> |
QueryBase.getGroupBy()
Returns a list of
QueryFormField objects |
Modifier and Type | Method and Description |
---|---|
boolean |
QueryBase.addFromField(QueryFormField field)
Adds a new item to the list of the
QueryFormField fields that the dynamic query selects. |
boolean |
QueryBase.addGroupBy(QueryFormField groupBy)
Adds new
having object to the list |
void |
ParameterValidator.validateQueryFormField(QueryFormField queryField)
Validates that an object of type QueryFormField contains information about field's source and a valid id.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryBase.setFromFields(List<QueryFormField> fromFields)
Sets the list of the
QueryFormField fields that the dynamic query selects. |
void |
QueryBase.setGroupBy(List<QueryFormField> groupBy)
Sets a list of
QueryFormField objects |
void |
ParameterValidator.validateQueryFormFields(List<QueryFormField> queryFields)
Validates the List of type QueryFormField of queryFields.
|
Constructor and Description |
---|
ArithmeticOrRelationalOperand(QueryFormField formField) |
Modifier and Type | Method and Description |
---|---|
static QueryFormField |
InputReader.getQueryFormField(List<IQuerySource> sources,
String indent) |
Modifier and Type | Method and Description |
---|---|
static List<QueryFormField> |
InputReader.getQueryFormFieldList(List<IQuerySource> sources,
String indent) |
? Copyright 2013 BMC Software, Inc.