* {@inheritDoc}
*/
public void moveAndRename( MoveAndRenameOperationContext moveAndRenameContext ) throws LdapException
{
Partition partition = getPartition( moveAndRenameContext.getDn() );
partition.moveAndRename( moveAndRenameContext );
Entry entry = moveAndRenameContext.getModifiedEntry();
directoryService.setContextCsn( entry.get( ENTRY_CSN_AT ).getString() );
}