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