Package org.openremote.model.query
Class DashboardQuery
java.lang.Object
org.openremote.model.query.DashboardQuery
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static class
static enum
static class
static class
static class
A top-level object ofDashboardQuery
, that is meant for filtering its output. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconditions
(DashboardQuery.Conditions conditions) String[]
getIds()
getLimit()
getNames()
getRealm()
getStart()
String[]
names
(StringPredicate... names) realm
(RealmPredicate realm) select
(DashboardQuery.Select select)
-
Field Details
-
select
-
conditions
-
ids
-
names
-
userIds
-
realm
-
start
-
limit
-
-
Constructor Details
-
DashboardQuery
public DashboardQuery()
-
-
Method Details
-
select
-
conditions
-
ids
-
names
-
names
-
userIds
-
realm
-
start
-
limit
-
getSelect
-
getConditions
-
getIds
-
getNames
-
getUserIds
-
getRealm
-
getStart
-
getLimit
-