// Modify all the entries under this subentry
while ( subentries.next() )
{
Entry candidate = subentries.get();
Dn dn = candidate.getDn();
dn.apply( schemaManager );
if ( evaluator.evaluate( ss, apName, dn, candidate ) )
{
nexus.modify( new ModifyOperationContext( moveContext.getSession(), dn, getOperationalModsForReplace(
oldDn, newName, subentry, candidate ) ) );