Searched defs:oldEntry (Results 226 - 250 of 262) sorted by relevance

1234567891011

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DConfigFileHandler.java1109 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/
H A DInvocationCounterPlugin.java756 SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry,
755 processSubordinateModifyDN( SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry, Entry newEntry, List<Modification> modifications) argument
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java984 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
H A DChangelogBackend.java538 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java2246 * @param oldEntry The old contents of the entry
2255 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
2278 dn2uri.checkTargetForReferral(oldEntry, null);
2286 dn2uri.modifyEntry(txn, oldEntry, newEntry, mods);
2290 dn2uri.replaceEntry(txn, oldEntry, newEntry);
2301 indexModifications(txn, oldEntry, newEntry, entryID, mods);
2306 indexRemoveEntry(txn, oldEntry, entryID);
2540 Entry oldEntry = id2entry.get(txn, oldID, LockMode.DEFAULT);
2543 DN newDN = modDN(oldEntry.getDN(),
2561 oldEntry
2704 removeApexEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, Entry newEntry, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
2777 removeSubordinateEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, DN newDN, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
3077 indexModifications(Transaction txn, Entry oldEntry, Entry newEntry, EntryID entryID, List<Modification> mods) argument
3110 indexModifications(IndexBuffer buffer, Entry oldEntry, Entry newEntry, EntryID entryID, List<Modification> mods) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java1090 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java2252 * @param oldEntry The old contents of the entry
2261 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
2284 dn2uri.checkTargetForReferral(oldEntry, null);
2292 dn2uri.modifyEntry(txn, oldEntry, newEntry, mods);
2296 dn2uri.replaceEntry(txn, oldEntry, newEntry);
2307 indexModifications(txn, oldEntry, newEntry, entryID, mods);
2312 indexRemoveEntry(txn, oldEntry, entryID);
2546 Entry oldEntry = id2entry.get(txn, oldID, LockMode.DEFAULT);
2549 DN newDN = modDN(oldEntry.getDN(),
2567 oldEntry
2710 removeApexEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, Entry newEntry, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
2783 removeSubordinateEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, DN newDN, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
3082 indexModifications(Transaction txn, Entry oldEntry, Entry newEntry, EntryID entryID, List<Modification> mods) argument
3115 indexModifications(IndexBuffer buffer, Entry oldEntry, Entry newEntry, EntryID entryID, List<Modification> mods) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java1090 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java2252 * @param oldEntry The old contents of the entry
2261 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
2284 dn2uri.checkTargetForReferral(oldEntry, null);
2292 dn2uri.modifyEntry(txn, oldEntry, newEntry, mods);
2296 dn2uri.replaceEntry(txn, oldEntry, newEntry);
2307 indexModifications(txn, oldEntry, newEntry, entryID, mods);
2312 indexRemoveEntry(txn, oldEntry, entryID);
2546 Entry oldEntry = id2entry.get(txn, oldID, LockMode.DEFAULT);
2549 DN newDN = modDN(oldEntry.getDN(),
2567 oldEntry
2710 removeApexEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, Entry newEntry, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
2783 removeSubordinateEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, DN newDN, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
3082 indexModifications(Transaction txn, Entry oldEntry, Entry newEntry, EntryID entryID, List<Modification> mods) argument
3115 indexModifications(IndexBuffer buffer, Entry oldEntry, Entry newEntry, EntryID entryID, List<Modification> mods) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java984 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
H A DChangelogBackend.java538 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java2246 * @param oldEntry The old contents of the entry
2255 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
2278 dn2uri.checkTargetForReferral(oldEntry, null);
2286 dn2uri.modifyEntry(txn, oldEntry, newEntry, mods);
2290 dn2uri.replaceEntry(txn, oldEntry, newEntry);
2301 indexModifications(txn, oldEntry, newEntry, entryID, mods);
2306 indexRemoveEntry(txn, oldEntry, entryID);
2540 Entry oldEntry = id2entry.get(txn, oldID, LockMode.DEFAULT);
2543 DN newDN = modDN(oldEntry.getDN(),
2561 oldEntry
2704 removeApexEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, Entry newEntry, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
2777 removeSubordinateEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, DN newDN, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
3077 indexModifications(Transaction txn, Entry oldEntry, Entry newEntry, EntryID entryID, List<Modification> mods) argument
3110 indexModifications(IndexBuffer buffer, Entry oldEntry, Entry newEntry, EntryID entryID, List<Modification> mods) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java1089 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java2252 * @param oldEntry The old contents of the entry
2261 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
2284 dn2uri.checkTargetForReferral(oldEntry, null);
2292 dn2uri.modifyEntry(txn, oldEntry, newEntry, mods);
2296 dn2uri.replaceEntry(txn, oldEntry, newEntry);
2307 indexModifications(txn, oldEntry, newEntry, entryID, mods);
2312 indexRemoveEntry(txn, oldEntry, entryID);
2546 Entry oldEntry = id2entry.get(txn, oldID, LockMode.DEFAULT);
2549 DN newDN = modDN(oldEntry.getDN(),
2567 oldEntry
2710 removeApexEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, Entry newEntry, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
2783 removeSubordinateEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, DN newDN, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
3082 indexModifications(Transaction txn, Entry oldEntry, Entry newEntry, EntryID entryID, List<Modification> mods) argument
3115 indexModifications(IndexBuffer buffer, Entry oldEntry, Entry newEntry, EntryID entryID, List<Modification> mods) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java735 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
H A DChangelogBackend.java497 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DEntryContainer.java1899 * @param oldEntry The old contents of the entry
1908 void replaceEntry(final Entry oldEntry, final Entry newEntry, final ModifyOperation modifyOperation) argument
1935 dn2uri.checkTargetForReferral(oldEntry, null);
1946 dn2uri.modifyEntry(txn, oldEntry, newEntry, mods);
1950 dn2uri.replaceEntry(txn, oldEntry, newEntry);
1958 indexModifications(indexBuffer, oldEntry, newEntry, entryID, mods);
1963 removeEntryFromIndexes(indexBuffer, oldEntry, entryID);
2148 final Entry oldEntry = cursor.getValue();
2155 dn2uri.checkTargetForReferral(oldEntry, null);
2162 final DN newDN = modDN(oldEntry
2342 indexModifications(IndexBuffer buffer, Entry oldEntry, Entry newEntry, EntryID entryID, List<Modification> mods) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DPluginConfigManager.java5234 * @param oldEntry The subordinate entry prior to the move/rename
5244 SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry,
5261 result = gp.processSubordinateModifyDN(modifyDNOperation, oldEntry,
5243 invokeSubordinateModifyDNPlugins( SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry, Entry newEntry, List<Modification> modifications) argument
/forgerock/opendj2/src/server/org/opends/server/core/
H A DPluginConfigManager.java4874 * @param oldEntry The subordinate entry prior to the move/rename
4884 SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry,
4899 result = p.processSubordinateModifyDN(modifyDNOperation, oldEntry,
4883 invokeSubordinateModifyDNPlugins( SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry, Entry newEntry, List<Modification> modifications) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DPluginConfigManager.java5234 * @param oldEntry The subordinate entry prior to the move/rename
5244 SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry,
5261 result = gp.processSubordinateModifyDN(modifyDNOperation, oldEntry,
5243 invokeSubordinateModifyDNPlugins( SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry, Entry newEntry, List<Modification> modifications) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DPluginConfigManager.java5234 * @param oldEntry The subordinate entry prior to the move/rename
5244 SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry,
5261 result = gp.processSubordinateModifyDN(modifyDNOperation, oldEntry,
5243 invokeSubordinateModifyDNPlugins( SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry, Entry newEntry, List<Modification> modifications) argument
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DPluginConfigManager.java4874 * @param oldEntry The subordinate entry prior to the move/rename
4884 SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry,
4899 result = p.processSubordinateModifyDN(modifyDNOperation, oldEntry,
4883 invokeSubordinateModifyDNPlugins( SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry, Entry newEntry, List<Modification> modifications) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPluginConfigManager.java4246 * @param oldEntry The subordinate entry prior to the move/rename
4256 SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry,
4270 result = p.processSubordinateModifyDN(modifyDNOperation, oldEntry,
4255 invokeSubordinateModifyDNPlugins( SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry, Entry newEntry, List<Modification> modifications) argument
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1469 private Entry oldEntry; field in class:Importer.AppendReplaceTask
1488 oldEntry = null;
1520 oldEntry = suffix.getID2Entry().get(null, oldID, LockMode.DEFAULT);
1522 if (oldEntry == null)
1540 processDN2URI(suffix, oldEntry, entry);
1542 if (oldEntry == null)
1569 if (oldEntry != null)
1572 index.indexer.indexEntry(oldEntry, deleteKeySet);
1882 void processDN2URI(Suffix suffix, Entry oldEntry, Entry newEntry) argument
1886 if (oldEntry !
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1437 private Entry oldEntry; field in class:Importer.AppendReplaceTask
1456 oldEntry = null;
1488 oldEntry = suffix.getID2Entry().get(null, oldID, LockMode.DEFAULT);
1490 if (oldEntry == null)
1508 processDN2URI(suffix, oldEntry, entry);
1510 if (oldEntry == null)
1537 if (oldEntry != null)
1540 index.indexer.indexEntry(oldEntry, deleteKeySet);
1848 void processDN2URI(Suffix suffix, Entry oldEntry, Entry newEntry) argument
1852 if (oldEntry !
[all...]

Completed in 372 milliseconds

1234567891011