|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProfileSearchFilter | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of ProfileSearchFilter in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that return types with arguments of type ProfileSearchFilter | |
|---|---|
java.util.List<ProfileSearchFilter> |
ProfileSearchQuery.getFilters()
Gets a list of ProfileSearchFilters used to filter user results for this query. |
| Method parameters in com.jivesoftware.community with type arguments of type ProfileSearchFilter | |
|---|---|
void |
ProfileSearchQuery.setFilters(java.util.List<ProfileSearchFilter> filters)
Sets a list of ProfileSearchFilters used to filter user results for this query. |
| Constructor parameters in com.jivesoftware.community with type arguments of type ProfileSearchFilter | |
|---|---|
ProfileSearchQuery(java.lang.String keywords,
java.util.List<ProfileSearchFilter> filters,
boolean searchUsername,
boolean searchName,
boolean searchEmail,
boolean searchProfile,
boolean admin)
Creates a new query, results sorted by relevance. |
|
ProfileSearchQuery(java.lang.String keywords,
java.util.List<ProfileSearchFilter> filters,
org.apache.lucene.search.Sort sort,
boolean searchUsername,
boolean searchName,
boolean searchEmail,
boolean searchProfile,
boolean admin,
Community community)
Creates a new query, results sorted by the given sort. |
|
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||