diff --git a/docs/com/nuix/superutilities/export/CustomExporter.html b/docs/com/nuix/superutilities/export/CustomExporter.html index 97c4cf1..c4f3e7c 100644 --- a/docs/com/nuix/superutilities/export/CustomExporter.html +++ b/docs/com/nuix/superutilities/export/CustomExporter.html @@ -17,7 +17,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -210,57 +210,75 @@

Method Summary

+boolean +getKeepOriginalDat() +
Gets whether original DAT will be kept by moving it to final export directory.
+ + + nuix.MetadataProfile getProfile()
Gets the metadata profile which will be used during export.
- + void removeDynamicPlaceholder(java.lang.String placeholderName)
Removes a previously added dynamic placeholder.
- + +void +setColumnRemovals(java.util.Collection<java.lang.String> columnHeaders) +
Allows you to provide a list of header names to specify columns to remove.
+ + + void setDynamicPlaceholder(java.lang.String placeholderName, java.util.function.BiFunction<nuix.Item,java.lang.String,java.lang.String> function)
Assigns a dynamically calculated placeholder to this instance.
- + void setExportXlsx(boolean exportXlsx)
Sets whether DAT contents should additionally be exported as an XLSX spreadsheet.
- + void setHeaderRenames(java.util.Map<java.lang.String,java.lang.String> renames)
Allows you to provide a Map of headers to rename.
- + void setImagingOptions(java.util.Map<?,?> settings)
Sets the Map of settings which will be passed to BatchExporter.setImagingOptions(Map) when performing the temporary export before restructuring.
- + +void +setKeepOriginalDat(boolean keepOriginalDat) +
Sets whether final DAT will be kept by moving it to final export directory/
+ + + void setParallelProcessingSettings(java.util.Map<?,?> settings)
Sets the Map of settings which will be passed to BatchExporter.setParallelProcessingSettings(Map) when performing the temporary export before restructuring.
- + void setProfile(nuix.MetadataProfile profile)
Sets the metadata profile used during export.
- + void setStampingOptions(java.util.Map<?,?> settings)
Sets the Map of settings which will be passed to BatchExporter.setStampingOptions(Map) when performing @@ -448,7 +466,7 @@

exportJson

setHeaderRenames

public void setHeaderRenames(java.util.Map<java.lang.String,java.lang.String> renames)
Allows you to provide a Map of headers to rename. Intended to provide a way to rename headers that Nuix automatically adds - to DAT files is generates:
+ to DAT files it generates:
DOCID
PARENT_DOCID
ATTACH_DOCID
@@ -467,6 +485,35 @@

setHeaderRenames

+ + + + @@ -581,7 +628,7 @@

getExportXlsx

- diff --git a/docs/index-files/index-18.html b/docs/index-files/index-18.html index 1a397f5..c474135 100644 --- a/docs/index-files/index-18.html +++ b/docs/index-files/index-18.html @@ -191,6 +191,10 @@

S

setColumnLabel(String) - Method in class com.nuix.superutilities.reporting.ColumnValueGenerator
 
+
setColumnRemovals(Collection<String>) - Method in class com.nuix.superutilities.export.CustomExporter
+
+
Allows you to provide a list of header names to specify columns to remove.
+
setConcurrency(int) - Method in class com.nuix.superutilities.export.ChunkedDATExporter
 
setContextSize(int) - Method in class com.nuix.superutilities.regex.RegexScanner
@@ -299,6 +303,10 @@

S

 
setItem(Item) - Method in class com.nuix.superutilities.annotations.NuixImageAnnotationRegion
 
+
setKeepOriginalDat(boolean) - Method in class com.nuix.superutilities.export.CustomExporter
+
+
Sets whether final DAT will be kept by moving it to final export directory/
+
setLabel(String) - Method in class com.nuix.superutilities.reporting.ColumnValueGenerator
Sets the label associated to this instance
diff --git a/docs/index-files/index-7.html b/docs/index-files/index-7.html index 086381b..7712218 100644 --- a/docs/index-files/index-7.html +++ b/docs/index-files/index-7.html @@ -442,6 +442,10 @@

G

Get file path of SuperUtilities.jar
+
getKeepOriginalDat() - Method in class com.nuix.superutilities.export.CustomExporter
+
+
Gets whether original DAT will be kept by moving it to final export directory.
+
getLabel() - Method in class com.nuix.superutilities.reporting.ColumnValueGenerator
Gets the label associated to this instance.