|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QueryFormField in com.bmc.arsys.api |
---|
Methods in com.bmc.arsys.api that return types with arguments of type QueryFormField | |
---|---|
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 |
Methods in com.bmc.arsys.api with parameters of type QueryFormField | |
---|---|
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. |
Method parameters in com.bmc.arsys.api with type arguments of type QueryFormField | |
---|---|
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. |
Constructors in com.bmc.arsys.api with parameters of type QueryFormField | |
---|---|
ArithmeticOrRelationalOperand(QueryFormField formField)
|
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |