|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContactSourceService
The ContactSourceService interface is meant to be implemented by modules supporting large lists of contacts and wanting to enable searching from other modules.
| Field Summary | |
|---|---|
static String |
CALL_HISTORY
Constants to identify ContactSource in call history. |
| Method Summary | |
|---|---|
String |
getDisplayName()
Returns a user-friendly string that identifies this contact source. |
String |
getIdentifier()
Returns the identifier of this contact source. |
ContactQuery |
queryContactSource(String queryString)
Queries this search source for the given queryString. |
ContactQuery |
queryContactSource(String queryString,
int contactCount)
Queries this search source for the given queryString. |
| Field Detail |
|---|
static final String CALL_HISTORY
| Method Detail |
|---|
String getIdentifier()
String getDisplayName()
ContactQuery queryContactSource(String queryString)
queryString - the string to search for
ContactQuery queryContactSource(String queryString,
int contactCount)
queryString - the string to search forcontactCount - the maximum count of result contacts
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||