Package org.openremote.model.query
Class UserQuery
java.lang.Object
org.openremote.model.query.UserQuery
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassetPath
(PathPredicate pathPredicate) attributes
(UserQuery.AttributeValuePredicate... attributes) clientRoles
(StringPredicate... clientRoles) limit
(int limit) offset
(int offset) orderBy
(UserQuery.OrderBy orderBy) realm
(RealmPredicate realmPredicate) realmRoles
(StringPredicate... realmRoles) select
(UserQuery.Select select) serviceUsers
(Boolean serviceUsers) toString()
usernames
(StringPredicate... usernames)
-
Field Details
-
realmPredicate
-
assets
-
pathPredicate
-
ids
-
select
-
usernames
-
attributes
AND condition is assumed between values -
clientRoles
OR condition is assumed between values (AND filtering can be applied by the caller on the results) -
realmRoles
-
serviceUsers
-
limit
-
offset
-
orderBy
-
-
Constructor Details
-
UserQuery
public UserQuery()
-
-
Method Details