Searched refs:exportConfig (Results 1 - 25 of 226) sorted by relevance

12345678910

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DExportTask.java109 private LDIFExportConfig exportConfig; field in class:ExportTask
204 exportConfig != null)
209 exportConfig.cancel();
378 exportConfig = new LDIFExportConfig(ldifFile, existingBehavior);
379 exportConfig.setCompressData(compressLDIF);
380 exportConfig.setEncryptData(encryptLDIF);
381 exportConfig.setExcludeAttributes(excludeAttributes);
382 exportConfig.setExcludeBranches(excludeBranches);
383 exportConfig.setExcludeFilters(excludeFilters);
384 exportConfig
[all...]
/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/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/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-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-hg/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/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-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/util/
H A DLDIFWriter.java62 private LDIFExportConfig exportConfig; field in class:LDIFWriter
72 * @param exportConfig The configuration to use for the export. It must not
77 public LDIFWriter(LDIFExportConfig exportConfig) argument
80 ensureNotNull(exportConfig);
81 this.exportConfig = exportConfig;
83 writer = exportConfig.getWriter();
239 return entry.toLDIF(exportConfig);
264 return templateEntry.toLDIF(exportConfig);
281 BufferedWriter writer = 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/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-hg/src/server/org/opends/server/util/
H A DLDIFWriter.java62 private LDIFExportConfig exportConfig; field in class:LDIFWriter
72 * @param exportConfig The configuration to use for the export. It must not
77 public LDIFWriter(LDIFExportConfig exportConfig) argument
80 ensureNotNull(exportConfig);
81 this.exportConfig = exportConfig;
83 writer = exportConfig.getWriter();
239 return entry.toLDIF(exportConfig);
264 return templateEntry.toLDIF(exportConfig);
281 BufferedWriter writer = exportConfig
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DLDIFWriter.java64 private LDIFExportConfig exportConfig; field in class:LDIFWriter
74 * @param exportConfig The configuration to use for the export. It must not
79 public LDIFWriter(LDIFExportConfig exportConfig) argument
82 ifNull(exportConfig);
83 this.exportConfig = exportConfig;
85 writer = exportConfig.getWriter();
240 return entry.toLDIF(exportConfig);
265 return templateEntry.toLDIF(exportConfig);
282 BufferedWriter writer = exportConfig
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tasks/
H A DLdifFileWriter.java123 LDIFExportConfig exportConfig =
125 LDIFWriter ldifWriter = new LDIFWriter(exportConfig);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DExportLDIF.java733 LDIFExportConfig exportConfig = new LDIFExportConfig(ldifFile.getValue(),
735 exportConfig.setCompressData(compressLDIF.isPresent());
736 exportConfig.setEncryptData(encryptLDIF.isPresent());
737 exportConfig.setExcludeAttributes(excludeAttributes);
738 exportConfig.setExcludeBranches(excludeBranches);
739 exportConfig.setExcludeFilters(excludeFilters);
740 exportConfig.setIncludeAttributes(includeAttributes);
741 exportConfig.setIncludeBranches(includeBranches);
742 exportConfig.setIncludeFilters(includeFilters);
743 exportConfig
[all...]
/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/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-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...]

Completed in 124 milliseconds

12345678910