Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.ldap
Interface LdapQuery

All Known Implementing Classes:
LdapQueryImpl

public interface LdapQuery

Represents an LDAP search query. A query needs to be created in order to use searchPerson() in LdapDirectorySettings or LdapDirectory

Author:
Sebastien Mazy

Nested Class Summary
static class LdapQuery.State
          State of LDAP query.
 
Method Summary
 LdapQuery.State getState()
          Returns the query state
 void setState(LdapQuery.State newState)
          Sets the query state to newState
 String toString()
          Returns the query string e.g "John Doe"
 

Method Detail

setState

void setState(LdapQuery.State newState)
Sets the query state to newState

Parameters:
newState - the query state

getState

LdapQuery.State getState()
Returns the query state

Returns:
the query state

toString

String toString()
Returns the query string e.g "John Doe"

Overrides:
toString in class Object
Returns:
the query string

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.