Interface GroupSearchFilter
-
public interface GroupSearchFilter
Instances of this interface are used to query the web user groups with theGroupManager.find(GroupSearchFilter, SortOptions)
method. The filter makes a conjunction of the propositions that can be set by using the factory methodGroupManager.createFilter(String)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
nameContains()
-
-
-
Method Detail
-
nameContains
String nameContains()
- Returns:
- a substring which must be contained in the group name
-
-