Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver | |
com.bmc.arsys.qual | |
com.bmc.arsys.qual.antlr.ast |
Modifier and Type | Method and Description |
---|---|
AssignInfo |
ARServerUser.decodeARAssignStruct(String assignString)
Deprecated.
as of AR System 7.1, replaced by
ARServerUser.decodeAssignment(java.lang.String) |
AssignInfo |
ARServerUser.decodeAssignment(String assignString)
Decodes an encoded assignment String into internal data structure representation used by Java API
|
AssignInfo |
ARServerUser.decodeDSOPoolAssignment(String encodedStr)
Decodes an encoded DSO Pool Mapping Assignment into internal structure representation used by AR Java API
|
AssignInfo |
PushFieldsInfo.getAssign()
Deprecated.
as of AR System 7.1, replaced by
PushFieldsInfo.getAssignment() |
AssignInfo |
PushFieldsInfo.getAssignment()
Returns the value pushed into the field.
|
AssignInfo |
FieldAssignInfo.getAssignment()
Returns value of field.
|
AssignInfo |
ArithOpAssignInfo.getOperandLeft()
Gets left operand of operation.
|
AssignInfo |
ArithOpAssignInfo.getOperandRight()
Gets right operand of operation.
|
AssignInfo |
ARServerUser.parseAssignment(String toForm,
int fieldId,
String fromForm,
String expression)
Parses a given readable assignment into internal structure
|
AssignInfo |
ARServerUser.parseAssignment(String assignString,
String queryString,
Field assignField,
List<Field> fieldList1,
List<Field> fieldList2,
String form,
String server,
int currentScreen,
boolean idOk,
boolean fromSQL,
boolean fromFilterAPI,
int queryContext)
Constructs a
AssignInfo object given a string representation. |
Modifier and Type | Method and Description |
---|---|
List<AssignInfo> |
SetFieldsFromFilterAPI.getInputAssignList() |
List<AssignInfo> |
AssignFilterApiInfo.getInputValues()
Returns the list of values that will be provided as input to the AR System filter (ARF) API plug-in.
|
List<AssignInfo> |
FunctionAssignInfo.getParameterList()
Returns parameter values used.
|
Modifier and Type | Method and Description |
---|---|
void |
SetFieldsFromWebService.addInputAssignment(AssignInfo value) |
void |
SetFieldsFromFilterAPI.addInputAssignment(AssignInfo value) |
void |
SetFieldsFromFilterAPI.addInputAssignment(int index,
AssignInfo value) |
String |
ARServerUser.encodeARAssignStruct(AssignInfo assign)
Deprecated.
as of AR System 7.1, replaced by
ARServerUser.encodeAssignment(com.bmc.arsys.api.AssignInfo) |
String |
ARServerUser.encodeAssignment(AssignInfo assignment)
Encodes an internal data structure representation of qualification into String format
|
String |
ARServerUser.encodeDSOPoolAssignment(AssignInfo asgnInfo)
Encodes an internal data structure representation of Assignments into String format
|
String |
ARServerUser.formatAssignment(AssignInfo assign,
List<Field> fieldList,
Field assignField,
boolean topLevel)
Constructs a
String object containing the string representation of a given assignment AssignInfo
object. |
void |
ObjectPrinter.printAssignInfo(String indent,
String header,
AssignInfo value) |
void |
ObjectPrinter.printAssignInfoList(String indent,
String header,
AssignInfo[] value) |
void |
PushFieldsInfo.setAssign(AssignInfo assign)
Deprecated.
as of AR System 7.1, replaced by
PushFieldsInfo.setAssignment(com.bmc.arsys.api.AssignInfo) |
void |
PushFieldsInfo.setAssignment(AssignInfo assign)
Sets the value to push into the field.
|
void |
FieldAssignInfo.setAssignment(AssignInfo assignment)
Sets value of field.
|
void |
ArithOpAssignInfo.setOperandLeft(AssignInfo operandLeft)
Sets left operand of operation.
|
void |
ArithOpAssignInfo.setOperandRight(AssignInfo operandRight)
Sets right operand of operation.
|
void |
ParameterValidator.validateARAssignInfo(AssignInfo assignment)
Validate that an object of type AssignInfo contains a value and that the value is legal.
|
Modifier and Type | Method and Description |
---|---|
void |
SetFieldsFromWebService.setInputAssignList(List<AssignInfo> inputAssignList) |
void |
SetFieldsFromFilterAPI.setInputAssignList(List<AssignInfo> inputAssignList) |
void |
AssignFilterApiInfo.setInputValues(List<AssignInfo> inputValues)
Sets the list of values that will be provided as input to the AR System filter (ARF) API plug-in.
|
void |
FunctionAssignInfo.setParameterList(List<AssignInfo> parameterList)
Sets parameter values to use.
|
Constructor and Description |
---|
ArithOpAssignInfo(int operation,
AssignInfo operandLeft,
AssignInfo operandRight) |
FieldAssignInfo(int fieldId,
AssignInfo assign) |
PushFieldsInfo(AssignFieldInfo field,
AssignInfo assign) |
Constructor and Description |
---|
AssignFilterApiInfo(String service,
List<AssignInfo> inputValues,
long valueIndex)
Constructs a new
AssignFilterApiInfo object. |
FunctionAssignInfo(int functionCode,
List<AssignInfo> parameterList) |
Modifier and Type | Method and Description |
---|---|
static AssignInfo |
InputReader.getAssignInfo() |
Modifier and Type | Method and Description |
---|---|
AssignInfo |
DSOPoolAssignmentDecoder.decode(String encStr,
ARServerUser context)
Decodes the given DSO Pool Assignment Encoded String
|
AssignInfo |
ARAssignDecoder.decodeAssignInfo() |
static AssignInfo |
ARQualificationHelper.parseAssignment(String assignString,
AssignParseFormatInfo info)
Parses the Assignment string passed and returns AssignInfo
|
static AssignInfo |
ARQualificationHelper.preprocessAssign(String assignString,
AssignParseFormatInfo info) |
Modifier and Type | Method and Description |
---|---|
String |
ARAssignFormatter.formatAssignInfo(AssignInfo af)
Parse the assignment info object using the formating info used to create this object
|
static String |
ARQualificationHelper.formatAssignInfo(AssignInfo assign,
List<Field> fieldList,
String locale,
Field assignField,
boolean topLevel)
Format the given assign info object into a string.
|
Constructor and Description |
---|
ARAssignEncoder(AssignInfo assign,
ARServerUser context) |
DSOPoolAssignmentEncoder(AssignInfo asgnInfo)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
AssignInfo |
ASTAssignTreeWalker.createAssignInfo(org.antlr.runtime.tree.CommonTree tree)
Given the lexer tree, create the assigninfo representing the tree
|
? Copyright 2013 BMC Software, Inc.