Searched defs:exportConfig (Results 1 - 25 of 132) sorted by relevance

123456

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DExportJob.java63 private LDIFExportConfig exportConfig; field in class:ExportJob
83 * @param exportConfig The requested LDIF export configuration.
85 public ExportJob(LDIFExportConfig exportConfig) argument
87 this.exportConfig = exportConfig;
102 List<DN> includeBranches = exportConfig.getIncludeBranches();
144 if (exportConfig.isCancelled())
207 if (exportConfig.isCancelled())
256 if (entry.toLDIF(exportConfig))
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DExportJob.java64 private LDIFExportConfig exportConfig; field in class:ExportJob
84 * @param exportConfig The requested LDIF export configuration.
86 public ExportJob(LDIFExportConfig exportConfig) argument
88 this.exportConfig = exportConfig;
103 List<DN> includeBranches = exportConfig.getIncludeBranches();
145 if (exportConfig.isCancelled())
208 if (exportConfig.isCancelled())
257 if (entry.toLDIF(exportConfig))
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DExportJob.java64 private LDIFExportConfig exportConfig; field in class:ExportJob
84 * @param exportConfig The requested LDIF export configuration.
86 public ExportJob(LDIFExportConfig exportConfig) argument
88 this.exportConfig = exportConfig;
103 List<DN> includeBranches = exportConfig.getIncludeBranches();
145 if (exportConfig.isCancelled())
208 if (exportConfig.isCancelled())
257 if (entry.toLDIF(exportConfig))
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DExportJob.java63 private LDIFExportConfig exportConfig; field in class:ExportJob
83 * @param exportConfig The requested LDIF export configuration.
85 public ExportJob(LDIFExportConfig exportConfig) argument
87 this.exportConfig = exportConfig;
102 List<DN> includeBranches = exportConfig.getIncludeBranches();
144 if (exportConfig.isCancelled())
207 if (exportConfig.isCancelled())
256 if (entry.toLDIF(exportConfig))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DExportJob.java64 private LDIFExportConfig exportConfig; field in class:ExportJob
84 * @param exportConfig The requested LDIF export configuration.
86 public ExportJob(LDIFExportConfig exportConfig) argument
88 this.exportConfig = exportConfig;
103 List<DN> includeBranches = exportConfig.getIncludeBranches();
145 if (exportConfig.isCancelled())
208 if (exportConfig.isCancelled())
257 if (entry.toLDIF(exportConfig))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DExportJob.java55 private final LDIFExportConfig exportConfig; field in class:ExportJob
69 * @param exportConfig The requested LDIF export configuration.
71 ExportJob(LDIFExportConfig exportConfig) argument
73 this.exportConfig = exportConfig;
87 List<DN> includeBranches = exportConfig.getIncludeBranches();
131 if (exportConfig.isCancelled())
189 if (exportConfig.isCancelled())
238 if (entry.toLDIF(exportConfig))
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java285 * @param exportConfig The configuration that specifies how the
297 public boolean toLDIF(LDIFExportConfig exportConfig) argument
385 BufferedWriter writer = exportConfig.getWriter();
386 int wrapColumn = exportConfig.getWrapColumn();
399 final boolean typesOnly = exportConfig.typesOnly();
400 if (exportConfig.includeObjectClasses())
423 if (exportConfig.includeAttribute(attrType))
429 (! exportConfig.includeVirtualAttributes()))
513 if (exportConfig.includeOperationalAttributes())
517 if (exportConfig
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DLDAPBinaryOptionTestCase.java58 LDIFExportConfig exportConfig = null; field in class:LDAPBinaryOptionTestCase
540 exportConfig = new LDIFExportConfig(ldif.getAbsolutePath(),
543 backend.exportLDIF(exportConfig);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DLDAPBinaryOptionTestCase.java57 LDIFExportConfig exportConfig = null; field in class:LDAPBinaryOptionTestCase
539 exportConfig = new LDIFExportConfig(ldif.getAbsolutePath(),
542 backend.exportLDIF(exportConfig);
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java284 * @param exportConfig The configuration that specifies how the
296 public boolean toLDIF(LDIFExportConfig exportConfig) argument
384 BufferedWriter writer = exportConfig.getWriter();
385 int wrapColumn = exportConfig.getWrapColumn();
398 final boolean typesOnly = exportConfig.typesOnly();
399 if (exportConfig.includeObjectClasses())
422 if (exportConfig.includeAttribute(attrType))
428 (! exportConfig.includeVirtualAttributes()))
512 if (exportConfig.includeOperationalAttributes())
516 if (exportConfig
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java285 * @param exportConfig The configuration that specifies how the
297 public boolean toLDIF(LDIFExportConfig exportConfig) argument
385 BufferedWriter writer = exportConfig.getWriter();
386 int wrapColumn = exportConfig.getWrapColumn();
399 final boolean typesOnly = exportConfig.typesOnly();
400 if (exportConfig.includeObjectClasses())
423 if (exportConfig.includeAttribute(attrType))
429 (! exportConfig.includeVirtualAttributes()))
513 if (exportConfig.includeOperationalAttributes())
517 if (exportConfig
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DLDAPBinaryOptionTestCase.java58 LDIFExportConfig exportConfig = null; field in class:LDAPBinaryOptionTestCase
540 exportConfig = new LDIFExportConfig(ldif.getAbsolutePath(),
543 backend.exportLDIF(exportConfig);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DLDAPBinaryOptionTestCase.java57 LDIFExportConfig exportConfig = null; field in class:LDAPBinaryOptionTestCase
539 exportConfig = new LDIFExportConfig(ldif.getAbsolutePath(),
542 backend.exportLDIF(exportConfig);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DLDAPBinaryOptionTestCase.java58 LDIFExportConfig exportConfig = null; field in class:LDAPBinaryOptionTestCase
540 exportConfig = new LDIFExportConfig(ldif.getAbsolutePath(),
543 backend.exportLDIF(exportConfig);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java285 * @param exportConfig The configuration that specifies how the
297 public boolean toLDIF(LDIFExportConfig exportConfig) argument
385 BufferedWriter writer = exportConfig.getWriter();
386 int wrapColumn = exportConfig.getWrapColumn();
399 final boolean typesOnly = exportConfig.typesOnly();
400 if (exportConfig.includeObjectClasses())
423 if (exportConfig.includeAttribute(attrType))
429 (! exportConfig.includeVirtualAttributes()))
513 if (exportConfig.includeOperationalAttributes())
517 if (exportConfig
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java284 * @param exportConfig The configuration that specifies how the
296 public boolean toLDIF(LDIFExportConfig exportConfig) argument
384 BufferedWriter writer = exportConfig.getWriter();
385 int wrapColumn = exportConfig.getWrapColumn();
398 final boolean typesOnly = exportConfig.typesOnly();
399 if (exportConfig.includeObjectClasses())
422 if (exportConfig.includeAttribute(attrType))
428 (! exportConfig.includeVirtualAttributes()))
512 if (exportConfig.includeOperationalAttributes())
516 if (exportConfig
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DTemplateEntry.java261 * @param exportConfig The configuration that specifies how the
273 public boolean toLDIF(LDIFExportConfig exportConfig) argument
345 BufferedWriter writer = exportConfig.getWriter();
346 int wrapColumn = exportConfig.getWrapColumn();
358 final boolean typesOnly = exportConfig.typesOnly();
359 if (exportConfig.includeObjectClasses())
380 if (exportConfig.includeAttribute(attrType))
384 if (a.isVirtual() && !exportConfig.includeVirtualAttributes())
419 if (exportConfig.includeOperationalAttributes())
423 if (exportConfig
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/
H A DLDAPBinaryOptionTestCase.java66 private LDIFExportConfig exportConfig; field in class:LDAPBinaryOptionTestCase
499 exportConfig = new LDIFExportConfig(ldif.getAbsolutePath(),
502 backend.exportLDIF(exportConfig);
/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DExportTask.java142 private LDIFExportConfig exportConfig; field in class:ExportTask
292 exportConfig != null)
297 exportConfig.cancel();
534 exportConfig = new LDIFExportConfig(ldifFile, existingBehavior);
535 exportConfig.setCompressData(compressLDIF);
536 exportConfig.setEncryptData(encryptLDIF);
537 exportConfig.setExcludeAttributes(excludeAttributes);
538 exportConfig.setExcludeBranches(excludeBranches);
539 exportConfig.setExcludeFilters(excludeFilters);
540 exportConfig
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DLDIFWriter.java68 private LDIFExportConfig exportConfig; field in class:LDIFWriter
78 * @param exportConfig The configuration to use for the export. It must not
83 public LDIFWriter(LDIFExportConfig exportConfig) argument
86 ensureNotNull(exportConfig);
87 this.exportConfig = exportConfig;
89 writer = exportConfig.getWriter();
243 return entry.toLDIF(exportConfig);
270 return templateEntry.toLDIF(exportConfig);
287 BufferedWriter writer = exportConfig
[all...]
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DExportTask.java141 private LDIFExportConfig exportConfig; field in class:ExportTask
291 exportConfig != null)
296 exportConfig.cancel();
533 exportConfig = new LDIFExportConfig(ldifFile, existingBehavior);
534 exportConfig.setCompressData(compressLDIF);
535 exportConfig.setEncryptData(encryptLDIF);
536 exportConfig.setExcludeAttributes(excludeAttributes);
537 exportConfig.setExcludeBranches(excludeBranches);
538 exportConfig.setExcludeFilters(excludeFilters);
539 exportConfig
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DExportTask.java142 private LDIFExportConfig exportConfig; field in class:ExportTask
292 exportConfig != null)
297 exportConfig.cancel();
534 exportConfig = new LDIFExportConfig(ldifFile, existingBehavior);
535 exportConfig.setCompressData(compressLDIF);
536 exportConfig.setEncryptData(encryptLDIF);
537 exportConfig.setExcludeAttributes(excludeAttributes);
538 exportConfig.setExcludeBranches(excludeBranches);
539 exportConfig.setExcludeFilters(excludeFilters);
540 exportConfig
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DLDIFWriter.java68 private LDIFExportConfig exportConfig; field in class:LDIFWriter
78 * @param exportConfig The configuration to use for the export. It must not
83 public LDIFWriter(LDIFExportConfig exportConfig) argument
86 ensureNotNull(exportConfig);
87 this.exportConfig = exportConfig;
89 writer = exportConfig.getWriter();
243 return entry.toLDIF(exportConfig);
270 return templateEntry.toLDIF(exportConfig);
287 BufferedWriter writer = exportConfig
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/
H A DExportTask.java142 private LDIFExportConfig exportConfig; field in class:ExportTask
292 exportConfig != null)
297 exportConfig.cancel();
534 exportConfig = new LDIFExportConfig(ldifFile, existingBehavior);
535 exportConfig.setCompressData(compressLDIF);
536 exportConfig.setEncryptData(encryptLDIF);
537 exportConfig.setExcludeAttributes(excludeAttributes);
538 exportConfig.setExcludeBranches(excludeBranches);
539 exportConfig.setExcludeFilters(excludeFilters);
540 exportConfig
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DLDIFWriter.java68 private LDIFExportConfig exportConfig; field in class:LDIFWriter
78 * @param exportConfig The configuration to use for the export. It must not
83 public LDIFWriter(LDIFExportConfig exportConfig) argument
86 ensureNotNull(exportConfig);
87 this.exportConfig = exportConfig;
89 writer = exportConfig.getWriter();
243 return entry.toLDIF(exportConfig);
270 return templateEntry.toLDIF(exportConfig);
287 BufferedWriter writer = exportConfig
[all...]

Completed in 533 milliseconds

123456