Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver | |
com.bmc.arsys.qual.antlr.ast |
Modifier and Type | Method and Description |
---|---|
ArithmeticOrRelationalOperand |
CaseOperandInfo.getElse() |
ArithmeticOrRelationalOperand |
RelationalOperationInfo.getLeftOperand()
Returns value of left operand.
|
ArithmeticOrRelationalOperand |
ArithmeticOperationInfo.getLeftOperand()
Returns value of left operand of operation.
|
ArithmeticOrRelationalOperand |
RelationalOperationInfo.getRightOperand()
Returns value of right operand.
|
ArithmeticOrRelationalOperand |
ArithmeticOperationInfo.getRightOperand()
Returns value of right operand of operation.
|
ArithmeticOrRelationalOperand |
ComplexSortInfo.getSortOperand() |
ArithmeticOrRelationalOperand |
SwitchCaseOperandInfo.getSwitch() |
Modifier and Type | Method and Description |
---|---|
List<ArithmeticOrRelationalOperand> |
ComplexQueryBase.getGroupBy()
Returns a list of
QueryFormField objects |
List<ArithmeticOrRelationalOperand> |
FunctionOperandInfo.getParameterList() |
List<ArithmeticOrRelationalOperand> |
ComplexQueryBase.getSelectionList()
Returns a list of the operand the dynamic query selects.
|
Map<ArithmeticOrRelationalOperand,ArithmeticOrRelationalOperand> |
SwitchCaseOperandInfo.getWhenThenList() |
Map<ArithmeticOrRelationalOperand,ArithmeticOrRelationalOperand> |
SwitchCaseOperandInfo.getWhenThenList() |
Map<QualifierInfo,ArithmeticOrRelationalOperand> |
QualifiedCaseOperandInfo.getWhenThenList() |
Modifier and Type | Method and Description |
---|---|
boolean |
ComplexQueryBase.addFromOperand(ArithmeticOrRelationalOperand operand)
Adds a new item to the list of the
ArithmeticOrRelationalOperand
operands that the dynamic query selects. |
boolean |
ComplexQueryBase.addGroupBy(ArithmeticOrRelationalOperand groupBy)
Adds new
having object to the list |
Value |
EntryValueList.get(ArithmeticOrRelationalOperand operand)
Returns value of the given operand.
|
List<StatisticsResultInfo> |
ARServerUser.getEntryStatistics(String formKey,
QualifierInfo qual,
ArithmeticOrRelationalOperand target,
int statistic,
int[] groupByList)
Computes the indicated statistic for the form entries that match the conditions specified by the qualifier
parameter.
|
void |
ObjectPrinter.printArithmeticOrRelationalOperand(String indent,
String header,
ArithmeticOrRelationalOperand value) |
void |
CaseOperandInfo.setElse(ArithmeticOrRelationalOperand elseOperand) |
void |
RelationalOperationInfo.setLeftOperand(ArithmeticOrRelationalOperand op)
Sets value of left operand.
|
void |
ArithmeticOperationInfo.setOperandLeft(ArithmeticOrRelationalOperand left) |
void |
ArithmeticOperationInfo.setOperandRight(ArithmeticOrRelationalOperand right) |
void |
RelationalOperationInfo.setRightOperand(ArithmeticOrRelationalOperand op)
Sets value of right operand.
|
void |
ComplexSortInfo.setSortOperand(ArithmeticOrRelationalOperand sortOperand) |
void |
ParameterValidator.validateARFieldValueOrArithInfo(ArithmeticOrRelationalOperand arg1,
boolean nullOk)
Validate that object of type ArithmeticOrRelationalOperand contains a value and that the value is legal.
|
void |
MethodValidator.verifyARGetEntryStatistics(ApiUserContextI context,
String arg1,
QualifierInfo arg2,
ArithmeticOrRelationalOperand arg3,
int arg4,
int[] arg5) |
Modifier and Type | Method and Description |
---|---|
boolean |
ComplexQueryBase.addFromFunctionOperand(int funcCode,
List<ArithmeticOrRelationalOperand> params)
Adds a new item of type function to the list of the
FunctionOperandInfo operands that the dynamic query selects. |
List<EntryValueList> |
ARServerUser.getListValuesFromEntries(String formName,
QualifierInfo qualification,
int startEntry,
int maxEntries,
List<ComplexSortInfo> sortList,
List<ArithmeticOrRelationalOperand> selectionList,
List<ArithmeticOrRelationalOperand> groupByList,
QualifierInfo having,
boolean distinct,
boolean useLocale,
OutputInteger nMatches)
Returns a list of
EntryValueList objects that match the provided criteria. |
List<EntryValueList> |
ARServerUser.getListValuesFromEntries(String formName,
QualifierInfo qualification,
int startEntry,
int maxEntries,
List<ComplexSortInfo> sortList,
List<ArithmeticOrRelationalOperand> selectionList,
List<ArithmeticOrRelationalOperand> groupByList,
QualifierInfo having,
boolean distinct,
boolean useLocale,
OutputInteger nMatches)
Returns a list of
EntryValueList objects that match the provided criteria. |
void |
ComplexQueryBase.setGroupBy(List<ArithmeticOrRelationalOperand> groupBy)
Sets a list of
QueryFormField objects |
void |
FunctionOperandInfo.setParameterList(List<ArithmeticOrRelationalOperand> parameterList) |
void |
ComplexQueryBase.setSelectionList(List<ArithmeticOrRelationalOperand> selectionList)
Sets the list of the operand that the dynamic query selects.
|
void |
MethodValidator.verifyARGetListValuesFromEntries(ARServerUser arServerUser,
String formName,
QualifierInfo qualification,
int startEntry,
int maxEntries,
List<ComplexSortInfo> sortList,
List<ArithmeticOrRelationalOperand> selectionList,
List<ArithmeticOrRelationalOperand> groupByList,
QualifierInfo having,
boolean distinct,
boolean useLocale,
OutputInteger nMatches) |
void |
MethodValidator.verifyARGetListValuesFromEntries(ARServerUser arServerUser,
String formName,
QualifierInfo qualification,
int startEntry,
int maxEntries,
List<ComplexSortInfo> sortList,
List<ArithmeticOrRelationalOperand> selectionList,
List<ArithmeticOrRelationalOperand> groupByList,
QualifierInfo having,
boolean distinct,
boolean useLocale,
OutputInteger nMatches) |
Constructor and Description |
---|
ArithmeticOperationInfo(int operation,
ArithmeticOrRelationalOperand op1,
ArithmeticOrRelationalOperand op2) |
CaseOperandInfo(ArithmeticOrRelationalOperand elseOperand) |
ComplexSortInfo(ArithmeticOrRelationalOperand sortOperand,
int sortOrder) |
QualifiedCaseOperandInfo(LinkedHashMap<QualifierInfo,ArithmeticOrRelationalOperand> whenThenList,
ArithmeticOrRelationalOperand elseOperand) |
RelationalOperationInfo(int operation,
ArithmeticOrRelationalOperand op1,
ArithmeticOrRelationalOperand op2) |
SwitchCaseOperandInfo(ArithmeticOrRelationalOperand switchOperand,
LinkedHashMap<ArithmeticOrRelationalOperand,ArithmeticOrRelationalOperand> whenThenList) |
SwitchCaseOperandInfo(ArithmeticOrRelationalOperand switchOperand,
LinkedHashMap<ArithmeticOrRelationalOperand,ArithmeticOrRelationalOperand> whenThenList,
ArithmeticOrRelationalOperand elseOperand) |
Modifier and Type | Method and Description |
---|---|
static ArithmeticOrRelationalOperand |
InputReader.getArithmeticOrRelationalOperand(List<IQuerySource> fieldSources,
String indent) |
Modifier and Type | Method and Description |
---|---|
ArithmeticOrRelationalOperand |
ASTQualTreeWalker.createArithmeticOrRelationalOperand(org.antlr.runtime.tree.CommonTree tree)
Creates
ArithmeticOrRelationalOperand from the current CommonTree node. |
Modifier and Type | Method and Description |
---|---|
void |
ASTQualTreeWalker.loadCharWithValue(ArithmeticOrRelationalOperand leftOperand,
ArithmeticOrRelationalOperand rightOperand,
int operation,
boolean isTopNode)
Process a term and convert any char values it contains into appropriate
enum, time or currency values since the term is referencing a enum or
time field respectively.
|
void |
ASTAssignTreeWalker.loadCharWithValue(ArithmeticOrRelationalOperand rightOperand,
Locale loc)
Process a term and convert any char values it contains into appropriate
enum, time or currency values since the term is referencing a enum or
time field respectively.
|
? Copyright 2013 BMC Software, Inc.