| | |
| | | import java.util.Set; |
| | | |
| | | import org.forgerock.opendj.ldap.ByteString; |
| | | import org.forgerock.opendj.ldap.DereferenceAliasesPolicy; |
| | | import org.forgerock.opendj.ldap.SearchScope; |
| | | import org.opends.server.api.ClientConnection; |
| | | import org.opends.server.core.SearchOperationBasis; |
| | |
| | | ClientConnection internalConnection, |
| | | long operationID, int messageID, |
| | | List<Control> requestControls, ByteString rawBaseDN, |
| | | SearchScope scope, DereferencePolicy derefPolicy, |
| | | SearchScope scope, DereferenceAliasesPolicy derefPolicy, |
| | | int sizeLimit, int timeLimit, boolean typesOnly, |
| | | RawFilter rawFilter, Set<String> attributes, |
| | | InternalSearchListener searchListener) |
| | |
| | | ClientConnection internalConnection, |
| | | long operationID, int messageID, |
| | | List<Control> requestControls, DN baseDN, |
| | | SearchScope scope, DereferencePolicy derefPolicy, |
| | | SearchScope scope, DereferenceAliasesPolicy derefPolicy, |
| | | int sizeLimit, int timeLimit, boolean typesOnly, |
| | | SearchFilter filter, Set<String> attributes, |
| | | InternalSearchListener searchListener) |