Searched refs:duplicate (Results 226 - 250 of 288) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java449 return baseEntry.duplicate(true);
/forgerock/opendj2/src/server/org/opends/server/backends/task/
H A DTaskBackend.java499 Entry e = entry.duplicate(false);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java505 return baseEntry.duplicate(true);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/task/
H A DTaskBackend.java534 Entry e = entry.duplicate(false);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSearchOperationTestCase.java171 // The add operation changes the attributes, so let's duplicate the entry.
172 Entry duplicateEntry = testEntry.duplicate(false);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java1390 Entry tmp = personEntry.duplicate(false);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSearchOperationTestCase.java149 // The add operation changes the attributes, so let's duplicate the entry.
150 Entry duplicateEntry = testEntry.duplicate(false);
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java429 // Create a duplicate of the entry and apply the changes to it.
430 modifiedEntry = currentEntry.duplicate(false);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java505 return baseEntry.duplicate(true);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/task/
H A DTaskBackend.java534 Entry e = entry.duplicate(false);
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java443 // Create a duplicate of the entry and apply the changes to it.
444 modifiedEntry = currentEntry.duplicate(false);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSearchOperationTestCase.java171 // The add operation changes the attributes, so let's duplicate the entry.
172 Entry duplicateEntry = testEntry.duplicate(false);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java1390 Entry tmp = personEntry.duplicate(false);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSearchOperationTestCase.java149 // The add operation changes the attributes, so let's duplicate the entry.
150 Entry duplicateEntry = testEntry.duplicate(false);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DSearchOperationTestCase.java171 // The add operation changes the attributes, so let's duplicate the entry.
172 Entry duplicateEntry = testEntry.duplicate(false);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java1390 Entry tmp = personEntry.duplicate(false);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java443 // Create a duplicate of the entry and apply the changes to it.
444 modifiedEntry = currentEntry.duplicate(false);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java449 return baseEntry.duplicate(true);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/task/
H A DTaskBackend.java499 Entry e = entry.duplicate(false);
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java429 // Create a duplicate of the entry and apply the changes to it.
430 modifiedEntry = currentEntry.duplicate(false);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java505 return baseEntry.duplicate(true);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/task/
H A DTaskBackend.java534 Entry e = entry.duplicate(false);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DTrustStoreBackend.java398 return baseEntry.duplicate(true);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSchema.java1566 //duplicate.
2016 * Creates a new <CODE>Schema</CODE> object that is a duplicate of
2018 * duplicate without impacting this version.
2020 * @return A new <CODE>Schema</CODE> object that is a duplicate of
2023 public Schema duplicate() method in class:Schema
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java419 // Create a duplicate of the entry and apply the changes to it.
420 modifiedEntry = currentEntry.duplicate(false);

Completed in 122 milliseconds

1234567891011>>