LinkedHashMap<String, Short> attributeNameMap, String valueDelimiter, int binaryEncoding, boolean exportDn )
throws IOException, ConnectionException
{
try
{
JndiLdifEnumeration enumeration = ExportLdifJob.search( browserConnection, searchParameter, monitor );
while ( !monitor.isCanceled() && enumeration.hasNext() )
{
LdifContainer container = enumeration.next();
if ( container instanceof LdifContentRecord )
{
LdifContentRecord record = ( LdifContentRecord ) container;
recordToHSSFRow( browserConnection, record, sheet, headerRow, attributeNameMap, valueDelimiter,