Package | Description |
---|---|
com.bmc.arsys.api |
Modifier and Type | Method and Description |
---|---|
QuerySourceForm |
RecursiveQuery.getRecursiveForm()
Returns the recursive form.
|
QuerySourceForm |
RecursiveComplexQuery.getRecursiveForm()
Returns the recursive form.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RecursiveQuery.addFromSource(QuerySourceForm sourceForm,
boolean isRecursive)
Adds a new form to the list of the
IQuerySource sources that the recursive query selects from. |
boolean |
RecursiveComplexQuery.addFromSource(QuerySourceForm sourceForm,
boolean isRecursive)
Adds a new form to the list of the
IQuerySource sources that the recursive query selects from. |
void |
RecursiveQuery.setRecursiveForm(QuerySourceForm recursiveForm)
Sets the recursive form.
|
void |
RecursiveComplexQuery.setRecursiveForm(QuerySourceForm recursiveForm)
Sets the recursive form.
|
? Copyright 2013 BMC Software, Inc.