Searched defs:ldifLines (Results 1 - 13 of 13) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java445 * @param ldifLines
455 final String... ldifLines) throws IOException
483 ldifDN = DN.valueOf(ldifLines[0].replaceFirst("dn: ", ""));
498 readLDIFLines(entryDN, changeType, ldifLines));
533 final AddRequest ar = Requests.newAddRequest(ldifLines);
453 updateConfigFile(final String configPath, final Filter filter, final ChangeOperationType changeType, final String... ldifLines) argument
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java445 * @param ldifLines
455 final String... ldifLines) throws IOException
483 ldifDN = DN.valueOf(ldifLines[0].replaceFirst("dn: ", ""));
498 readLDIFLines(entryDN, changeType, ldifLines));
533 final AddRequest ar = Requests.newAddRequest(ldifLines);
453 updateConfigFile(final String configPath, final Filter filter, final ChangeOperationType changeType, final String... ldifLines) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java421 * @param ldifLines
431 final String... ldifLines) throws IOException
459 ldifDN = DN.valueOf(ldifLines[0].replaceFirst("dn: ", ""));
474 readLDIFLines(entryDN, changeType, ldifLines));
508 final AddRequest ar = Requests.newAddRequest(ldifLines);
429 updateConfigFile(final String configPath, final Filter filter, final ChangeOperationType changeType, final String... ldifLines) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DEntry.java4512 LinkedList<StringBuilder> ldifLines =
4521 ldifLines.add(dnLine);
4530 ldifLines.add(ocLine);
4535 addLinesForAttributes(ldifLines, userAttributes);
4538 addLinesForAttributes(ldifLines, operationalAttributes);
4540 return ldifLines;
4547 * @param ldifLines
4552 private void addLinesForAttributes(List<StringBuilder> ldifLines, argument
4570 ldifLines.add(attrLine);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java1433 private static Set<Set<String>> toLDIFEntries(String... ldifLines) argument
1437 for (String ldifLine : ldifLines)
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DEntry.java4512 LinkedList<StringBuilder> ldifLines =
4521 ldifLines.add(dnLine);
4530 ldifLines.add(ocLine);
4535 addLinesForAttributes(ldifLines, userAttributes);
4538 addLinesForAttributes(ldifLines, operationalAttributes);
4540 return ldifLines;
4547 * @param ldifLines
4552 private void addLinesForAttributes(List<StringBuilder> ldifLines, argument
4570 ldifLines.add(attrLine);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java1433 private static Set<Set<String>> toLDIFEntries(String... ldifLines) argument
1437 for (String ldifLine : ldifLines)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DEntry.java4418 LinkedList<StringBuilder> ldifLines =
4427 ldifLines.add(dnLine);
4436 ldifLines.add(ocLine);
4441 addLinesForAttributes(ldifLines, userAttributes);
4444 addLinesForAttributes(ldifLines, operationalAttributes);
4446 return ldifLines;
4453 * @param ldifLines
4458 private void addLinesForAttributes(List<StringBuilder> ldifLines, argument
4476 ldifLines.add(attrLine);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/
H A DChangelogBackendTestCase.java1469 private static Set<Set<String>> toLDIFEntries(String... ldifLines) argument
1473 for (String ldifLine : ldifLines)
H A DSchemaBackendTestCase.java3934 private String toLdif(Object... ldifLines) argument
3936 return Utils.joinAsString("\n", ldifLines);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DEntry.java4047 List<StringBuilder> ldifLines = new LinkedList<StringBuilder>();
4052 ldifLines.add(dnLine);
4058 ldifLines.add(ocLine);
4062 addLinesForAttributes(ldifLines, userAttributes);
4063 addLinesForAttributes(ldifLines, operationalAttributes);
4065 return ldifLines;
4072 * @param ldifLines
4077 private void addLinesForAttributes(List<StringBuilder> ldifLines, argument
4095 ldifLines.add(attrLine);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DEntry.java4047 List<StringBuilder> ldifLines = new LinkedList<StringBuilder>();
4052 ldifLines.add(dnLine);
4058 ldifLines.add(ocLine);
4062 addLinesForAttributes(ldifLines, userAttributes);
4063 addLinesForAttributes(ldifLines, operationalAttributes);
4065 return ldifLines;
4072 * @param ldifLines
4077 private void addLinesForAttributes(List<StringBuilder> ldifLines, argument
4095 ldifLines.add(attrLine);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DEntry.java3787 List<StringBuilder> ldifLines = new LinkedList<>();
3792 ldifLines.add(dnLine);
3798 ldifLines.add(ocLine);
3802 addLinesForAttributes(ldifLines, userAttributes);
3803 addLinesForAttributes(ldifLines, operationalAttributes);
3805 return ldifLines;
3812 * @param ldifLines
3817 private void addLinesForAttributes(List<StringBuilder> ldifLines, argument
3835 ldifLines.add(attrLine);

Completed in 311 milliseconds