Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Interface and Description |
---|---|
interface |
QuerySet
The
QuerySet class represents set of queries and each pair of queries are bound by
the set operator. |
Modifier and Type | Class and Description |
---|---|
class |
QuerySetImpl
Implements the QuerySet interface
|
class |
QuerySourceForm
The
QuerySourceForm class represents the form containing the entries to be retrieved
through a dynamic query. |
class |
RecursiveComplexQuery
The
RecursiveQuery class is used to
define the properties of a sub- or hierarchical query that works with complex operands that include functions, arithmetic operations and aggregates |
class |
RecursiveQuery
The
RecursiveQuery class is used to
define the properties of a sub- or hierarchical query. |
Modifier and Type | Method and Description |
---|---|
IQuerySource |
RecursiveQuery.getJoinedWith()
Returns the
IQuerySource source this source is joined with. |
IQuerySource |
RecursiveComplexQuery.getJoinedWith()
Returns the
IQuerySource source this source is joined with. |
IQuerySource |
QuerySourceForm.getJoinedWith()
Returns the
IQuerySource source this source is joined with. |
IQuerySource |
QuerySetImpl.getJoinedWith() |
IQuerySource |
IQuerySource.getJoinedWith()
Returns the source this source is joined with.
|
IQuerySource |
FieldOperandInfo.getQuerySource() |
IQuerySource |
SortInfo.getSource()
Returns the
IQuerySource form or query containing the field to sort on |
IQuerySource |
QueryFormField.getSource()
Returns the
IQuerySource field's source. |
IQuerySource |
CurrencyPartInfo.getSource()
Returns a
IQuerySource source of the field Id. |
IQuerySource |
ComplexSortInfo.getSource() |
IQuerySource |
StatusHistoryValueIndicator.getSourceSchema()
Returns the
IQuerySource field's source. |
Modifier and Type | Method and Description |
---|---|
List<IQuerySource> |
QueryBase.getFromSources()
Returns a list of the
IQuerySource sources that the dynamic query selects from. |
List<IQuerySource> |
ComplexQueryBase.getFromSources()
Returns a list of the
IQuerySource sources that the dynamic query selects from. |
Map<IQuerySource,HashMap<FieldFunc,Value>> |
QuerySourceValues.getFuncMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
QueryBase.addFromField(int fieldId,
int funcId,
IQuerySource sourceForm)
Adds a new item to the list of the
QueryFormField fields that the dynamic query selects. |
boolean |
QueryBase.addFromField(int fieldId,
IQuerySource sourceForm)
Adds a new item to the list of the
QueryFormField fields that the dynamic query selects. |
boolean |
ComplexQueryBase.addFromFieldOperand(int fieldId,
IQuerySource source)
Adds a new item of type FieldOperand to the list of the
FieldOperandInfo operands that the dynamic query selects. |
boolean |
QueryBase.addFromSource(IQuerySource source)
Adds a new item to the list of the
IQuerySource sources that the dynamic query selects from. |
boolean |
ComplexQueryBase.addFromSource(IQuerySource source)
Adds a new item to the list of the
IQuerySource sources that the dynamic query selects from. |
void |
ObjectPrinter.printQuerySource(String indent,
String header,
IQuerySource source) |
void |
RecursiveQuery.setJoin(IQuerySource sourceJoinedWith,
int joinType,
QualifierInfo joinQualifier)
Sets the join information.
|
void |
RecursiveComplexQuery.setJoin(IQuerySource sourceJoinedWith,
int joinType,
QualifierInfo joinQualifier)
Sets the join information.
|
void |
QuerySourceForm.setJoin(IQuerySource sourceJoinedWith,
int joinType,
QualifierInfo joinQualifier)
Sets the join properties for this form.
|
void |
RecursiveQuery.setJoinedWith(IQuerySource sourceJoinedWith)
Sets the
IQuerySource source to be joined with. |
void |
RecursiveComplexQuery.setJoinedWith(IQuerySource sourceJoinedWith)
Sets the
IQuerySource source to be joined with. |
void |
QuerySourceForm.setJoinedWith(IQuerySource sourceJoinedWith)
Sets the
IQuerySource source to be joined with. |
void |
QuerySetImpl.setJoinedWith(IQuerySource query) |
void |
IQuerySource.setJoinedWith(IQuerySource query)
Sets the source to be joined with.
|
void |
FieldOperandInfo.setQuerySource(IQuerySource querySource) |
void |
QueryFormField.setSource(IQuerySource source)
Sets the
IQuerySource field's source. |
void |
ParameterValidator.validateQueryJoin(IQuerySource querySource)
Validates a join information of an object of type IQuerySource.
|
void |
ParameterValidator.validateQuerySource(IQuerySource querySource)
Validates that an object of type IQuerySource is of a correct type, contains value and that the value is legal.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryBase.setFromSources(List<IQuerySource> sources)
Sets the list of the
IQuerySource sources that the dynamic query selects from. |
void |
ComplexQueryBase.setFromSources(List<IQuerySource> sources)
Sets the list of the
IQuerySource sources that the dynamic query selects from. |
void |
ParameterValidator.validateQuerySources(List<IQuerySource> querySources)
Validate that a List of type IQuerySource of querySources each contain a value and that the value is legal.
|
Constructor and Description |
---|
ArithmeticOrRelationalOperand(int fldID,
int funcid,
IQuerySource sourceForm) |
ArithmeticOrRelationalOperand(int fldID,
IQuerySource sourceForm)
Constructs using FieldId and objects implementing
IQuerySource interface |
CurrencyPartInfo(int fieldId,
IQuerySource sourceForm,
int partTag,
String currencyCode) |
FieldOperandInfo(int fieldId,
IQuerySource querySource) |
QueryFormField(int fieldId,
int funcId,
IQuerySource source)
Constructs the QueryFormFieldId using fieldId, funcId and
IQuerySource field's source. |
QueryFormField(int fieldId,
IQuerySource source)
Constructs the QueryFormFieldId using fieldId and
IQuerySource field's source. |
QuerySourceForm(String name,
IQuerySource sourceJoinedWith,
int joinType,
QualifierInfo joinQualifier) |
RecursiveComplexQuery(IQuerySource sourceJoinedWith,
int joinType,
QualifierInfo joinQualifier,
QualifierInfo startQualifier,
QualifierInfo recursionQualifier,
int levelsToRetrieve) |
RecursiveQuery(IQuerySource sourceJoinedWith,
int joinType,
QualifierInfo joinQualifier,
QualifierInfo startQualifier,
QualifierInfo recursionQualifier,
int levelsToRetrieve) |
SortInfo(int id,
IQuerySource source,
int order)
Constructs a new
SortInfo object used by dynamic queries. |
StatusHistoryValueIndicator(boolean nType,
int value,
IQuerySource source) |
Modifier and Type | Method and Description |
---|---|
static IQuerySource |
InputReader.getQuerySource(String indent,
RecursiveQuery recQuery,
List<IQuerySource> joinableSources) |
static IQuerySource |
InputReader.getSourceJoinedWith(List<IQuerySource> sources,
String indent) |
Modifier and Type | Method and Description |
---|---|
static List<IQuerySource> |
InputReader.getQuerySourceList(RecursiveQuery recQuery,
String indent) |
static List<IQuerySource> |
InputReader.getQuerySourceList(String indent) |
? Copyright 2013 BMC Software, Inc.