|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Group interface.
BooleanRestriction.getRestrictions()
to determine if an item should be included in a search result.
Group in order to be compatible.String, model Users and model Groups.null .
null .
Restriction.on(UserTermKeys.USERNAME).startsWith("rob");
UserTermKeys,
GroupTermKeys
Restriction.on("color").exactlyMatching("black");
Restriction.on(UserTermKeys.USERNAME).startsWith("rob");
It is a good idea to add a static import to UserTermKeys
in your class to make things even more convenient.User
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||