toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-query
/
me.ahoo.wow.query.snapshot.filter
/
SnapshotQueryContext
Snapshot
Query
Context
interface
SnapshotQueryContext
<
SOURCE
:
SnapshotQueryContext
<
SOURCE
,
Q
,
R
>
,
Q
:
Any
,
R
:
Any
>
Inheritors
SingleSnapshotQueryContext
ListSnapshotQueryContext
PagedSnapshotQueryContext
CountSnapshotQueryContext
Members
Properties
attributes
Link copied to clipboard
abstract
val
attributes
:
MutableMap
<
String
,
Any
>
named
Aggregate
Link copied to clipboard
abstract
val
namedAggregate
:
NamedAggregate
query
Type
Link copied to clipboard
abstract
val
queryType
:
QueryType
Functions
get
Attribute
Link copied to clipboard
open
fun
<
V
>
getAttribute
(
key
:
String
)
:
V
?
get
Query
Link copied to clipboard
open
fun
getQuery
(
)
:
Q
get
Required
Result
Link copied to clipboard
open
fun
getRequiredResult
(
)
:
R
rewrite
Query
Link copied to clipboard
open
fun
rewriteQuery
(
rewrite
:
(
Q
)
->
Q
)
:
SOURCE
rewrite
Result
Link copied to clipboard
open
fun
rewriteResult
(
rewrite
:
(
R
)
->
R
)
:
SOURCE
set
Attribute
Link copied to clipboard
open
fun
setAttribute
(
key
:
String
,
value
:
Any
)
:
SOURCE
set
Query
Link copied to clipboard
open
fun
setQuery
(
query
:
Q
)
:
SOURCE
set
Result
Link copied to clipboard
open
fun
setResult
(
result
:
R
)
:
SOURCE