exampleSearch.setConnection( searchResult.getEntry().getConnection() );
exampleSearch.setSearchBase( searchResult.getEntry().getDn() );
}
else if ( obj instanceof IBookmark )
{
IBookmark bookmark = ( IBookmark ) obj;
exampleSearch.setConnection( bookmark.getConnection() );
exampleSearch.setSearchBase( bookmark.getDn() );
}
else if ( obj instanceof AttributeHierarchy || obj instanceof IAttribute || obj instanceof IValue )
{