| | |
| | | * |
| | | * |
| | | * Copyright 2008-2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2012 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.replication.plugin; |
| | | |
| | |
| | | public AddMsg generateMessage() |
| | | { |
| | | return new AddMsg(getChangeNumber(), entry.getDN().toString(), |
| | | EntryHistorical.getEntryUuid(entry), |
| | | LDAPReplicationDomain.findEntryId( |
| | | EntryHistorical.getEntryUUID(entry), |
| | | LDAPReplicationDomain.findEntryUUID( |
| | | entry.getDN().getParentDNInSuffix()), |
| | | entry.getObjectClasses(), |
| | | entry.getUserAttributes(), entry.getOperationalAttributes()); |