| | |
| | | import org.opends.server.types.operation.PostOperationModifyOperation; |
| | | import org.opends.server.types.operation.PostResponseModifyOperation; |
| | | import org.opends.server.types.operation.PreOperationModifyOperation; |
| | | import org.opends.server.types.operation.PostSynchronizationModifyOperation; |
| | | |
| | | /** |
| | | * This class defines an operation used to modify an entry in a local backend |
| | |
| | | public class LocalBackendModifyOperation extends ModifyOperationWrapper |
| | | implements PreOperationModifyOperation, |
| | | PostOperationModifyOperation, |
| | | PostResponseModifyOperation |
| | | PostResponseModifyOperation, |
| | | PostSynchronizationModifyOperation |
| | | { |
| | | // The current entry, before any changes are applied. |
| | | private Entry currentEntry = null; |