Augustus
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Augustus
form-engine
/
org.octavius.form.component
/
QueryScope
Query
Scope
class
QueryScope
(
val
isTopLevel
:
Boolean
)
Members
Constructors
Query
Scope
Link copied to clipboard
constructor
(
isTopLevel
:
Boolean
)
Properties
field
Expressions
Link copied to clipboard
val
fieldExpressions
:
MutableList
<
String
>
is
Top
Level
Link copied to clipboard
val
isTopLevel
:
Boolean
joins
Link copied to clipboard
val
joins
:
MutableList
<
String
>
Functions
process
Relations
Link copied to clipboard
fun
processRelations
(
relations
:
List
<
RelationMapping
>
)