| Modifier | Constructor and Description |
|---|---|
protected |
SearchRunnable(UserFactory userFactory,
LdapPropertyMapper propertyMapper,
int currentMessageId,
String dn,
int scope,
int sizeLimit,
int timelimit,
LdapFilter ldapFilter,
Set<String> returningAttributes,
LdapResponseHandler ldapResponseHandler,
LdapPrincipal user,
SearchManager searchManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
abandon()
Abandon search.
|
Set<LdapContact> |
contactFind(Condition condition,
Set<String> returningAttributes,
int maxCount)
Search users in contacts folder
|
UUID |
getUuid() |
void |
run() |
void |
setUuid(UUID uuid) |
protected SearchRunnable(UserFactory userFactory, LdapPropertyMapper propertyMapper, int currentMessageId, String dn, int scope, int sizeLimit, int timelimit, LdapFilter ldapFilter, Set<String> returningAttributes, LdapResponseHandler ldapResponseHandler, LdapPrincipal user, SearchManager searchManager)
public void abandon()
public Set<LdapContact> contactFind(Condition condition, Set<String> returningAttributes, int maxCount) throws IOException
condition - search filterreturningAttributes - requested attributesmaxCount - maximum item countIOException - on errorpublic UUID getUuid()
public void setUuid(UUID uuid)
Copyright © 2021 McEvoy Software Ltd. All rights reserved.