| | |
| | | import org.opends.server.types.operation.PostOperationModifyDNOperation; |
| | | import org.opends.server.types.operation.PostResponseModifyDNOperation; |
| | | import org.opends.server.types.operation.PreOperationModifyDNOperation; |
| | | import org.opends.server.types.operation.PostSynchronizationModifyDNOperation; |
| | | |
| | | /** |
| | | * This class defines an operation used to move an entry in a local backend |
| | |
| | | extends ModifyDNOperationWrapper |
| | | implements PreOperationModifyDNOperation, |
| | | PostOperationModifyDNOperation, |
| | | PostResponseModifyDNOperation |
| | | PostResponseModifyDNOperation, |
| | | PostSynchronizationModifyDNOperation |
| | | { |
| | | // The current entry, before it is renamed. |
| | | private Entry currentEntry; |