// Controls
List<org.apache.directory.shared.ldap.codec.Control> sharedLdapControls = convertToSharedLdapControls( searchParameter
.getControls() );
for ( int i = 0; i < sharedLdapControls.size(); i++ )
{
searchRequest.addControl( sharedLdapControls.get( i ) );
}
// Executing the request
Document xmlRequest = DocumentHelper.createDocument();
Element rootElement = xmlRequest.addElement( "batchRequest" );