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