diff --git a/docs/allclasses-index.html b/docs/allclasses-index.html
index 5283966..4cb4ee6 100644
--- a/docs/allclasses-index.html
+++ b/docs/allclasses-index.html
@@ -27,7 +27,7 @@
catch(err) {
}
//-->
-var data = {"i0":2,"i1":2,"i2":2,"i3":4,"i4":2,"i5":2,"i6":2,"i7":2,"i8":2,"i9":2,"i10":2,"i11":2,"i12":1,"i13":2,"i14":2,"i15":4,"i16":2,"i17":2,"i18":2,"i19":2,"i20":2,"i21":2,"i22":2,"i23":2,"i24":2,"i25":2,"i26":2,"i27":2,"i28":2,"i29":2,"i30":2,"i31":2,"i32":2,"i33":2,"i34":2,"i35":1,"i36":2,"i37":2,"i38":1,"i39":2,"i40":2,"i41":2,"i42":2,"i43":2,"i44":1,"i45":2,"i46":2,"i47":2,"i48":2,"i49":2,"i50":2,"i51":2,"i52":2,"i53":2,"i54":2,"i55":2,"i56":2,"i57":2,"i58":2,"i59":2,"i60":2,"i61":2,"i62":2,"i63":2,"i64":2,"i65":4,"i66":2,"i67":2,"i68":2,"i69":2,"i70":2,"i71":2,"i72":2,"i73":2,"i74":2,"i75":2,"i76":2,"i77":2};
+var data = {"i0":2,"i1":2,"i2":2,"i3":4,"i4":2,"i5":2,"i6":2,"i7":2,"i8":2,"i9":2,"i10":2,"i11":2,"i12":1,"i13":2,"i14":2,"i15":4,"i16":2,"i17":2,"i18":2,"i19":2,"i20":2,"i21":2,"i22":2,"i23":2,"i24":2,"i25":2,"i26":2,"i27":2,"i28":2,"i29":2,"i30":2,"i31":2,"i32":2,"i33":2,"i34":2,"i35":1,"i36":2,"i37":2,"i38":1,"i39":2,"i40":2,"i41":2,"i42":2,"i43":2,"i44":1,"i45":2,"i46":2,"i47":2,"i48":2,"i49":2,"i50":2,"i51":2,"i52":2,"i53":2,"i54":2,"i55":2,"i56":2,"i57":2,"i58":2,"i59":2,"i60":2,"i61":2,"i62":2,"i63":2,"i64":2,"i65":2,"i66":4,"i67":2,"i68":2,"i69":2,"i70":2,"i71":2,"i72":2,"i73":2,"i74":2,"i75":2,"i76":2,"i77":2,"i78":2};
var tabs = {65535:["t0","All Classes"],1:["t1","Interface Summary"],2:["t2","Class Summary"],4:["t3","Enum Summary"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -427,111 +427,115 @@
void |
-setStampingOptions(java.util.Map<?,?> settings) |
+setStampingOptions(java.util.Map<java.lang.String,java.lang.Object> settings) |
Sets the Map of settings which will be passed to BatchExporter.setStampingOptions(Map) when performing
the temporary export before restructuring.
@@ -375,39 +342,6 @@ CustomExporter
Method Detail
-
-
-
-
-
-
-
-
--
-
setProfile
-public void setProfile(nuix.MetadataProfile profile)
-Sets the metadata profile used during export. May be null, in which case a metadata profile
- containing only the column "GUID" will be created. Note that if a metadata profile is provided
- that does not contain the column "GUID", then a copy of the submit metadata profile is made and
- the "GUID" column is added to it. This is done because the GUID is needed during the restructuring
- phase to find the relevant item in the case corresponding to a given record in the temporary export's
- Concordance DAT file.
-
-- Parameters:
-profile - The profile to use when generating metadata loadfiles.
-
-
-
@@ -458,6 +392,13 @@ clearAllDynamicPlaholders
exportNatives
public void exportNatives(java.lang.String fileNameTemplate,
java.util.Map<java.lang.String,java.lang.Object> emailExportSettings)
+
+
+- Parameters:
+fileNameTemplate - A filename template that dictates the ultimate export structure.
+emailExportSettings - Email native export settings as supported by BatchExporter
+
@@ -468,6 +409,13 @@ exportNatives
exportText
public void exportText(java.lang.String fileNameTemplate,
java.util.Map<java.lang.String,java.lang.Object> textExportSettings)
+
+
+- Parameters:
+fileNameTemplate - A filename template that dictates the ultimate export structure.
+textExportSettings - Text file export settings as supported by BatchExporter
+
@@ -478,6 +426,13 @@ exportText
exportPdfs
public void exportPdfs(java.lang.String fileNameTemplate,
java.util.Map<java.lang.String,java.lang.Object> pdfExportSettings)
+
+
+- Parameters:
+fileNameTemplate - A filename template that dictates the ultimate export structure.
+pdfExportSettings - PDF export settings as supported by BatchExporter
+
@@ -488,6 +443,13 @@ exportPdfs
exportTiffs
public void exportTiffs(java.lang.String fileNameTemplate,
java.util.Map<java.lang.String,java.lang.Object> tiffExportSettings)
+
+
+- Parameters:
+fileNameTemplate - A filename template that dictates the ultimate export structure.
+tiffExportSettings - TIFF export settings as supported by BatchExporter
+
@@ -497,6 +459,12 @@ exportTiffs
exportJson
public void exportJson(java.lang.String fileNameTemplate)
+
+
+- Parameters:
+fileNameTemplate - A filename template that dictates the ultimate export structure.
+
@@ -509,33 +477,6 @@ exportJson
JsonExporter jsonExporter)
-
-
--
-
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 it generates:
- DOCID
- PARENT_DOCID
- ATTACH_DOCID
- BEGINBATES
- ENDBATES
- BEGINGROUP
- ENDGROUP
- PAGECOUNT
- ITEMPATH (when exporting natives)
- TEXTPATH (when exporting text)
- PDFPATH (when exporting PDFs)
- TIFFPATH (when exporting TIFFs)
-
-- Parameters:
-renames - A Map with the map key being the header name before and the map value being what you want that header renamed to. Map key is case sensitive!
-
-
-
@@ -611,30 +552,13 @@ exportItems
-
-
-
-
--
-
setParallelProcessingSettings
-public 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.
-
-- Parameters:
-settings - A map of settings, see API documentation for
- BatchExporter.setParallelProcessingSettings
- for a list of settings accepted.
-
-
-
-
setImagingOptions
-public void setImagingOptions(java.util.Map<?,?> settings)
+public void setImagingOptions(java.util.Map<java.lang.String,java.lang.Object> settings)
Sets the Map of settings which will be passed to BatchExporter.setImagingOptions(Map) when performing
the temporary export before restructuring.
@@ -651,7 +575,7 @@ setImagingOptions
-
setStampingOptions
-public void setStampingOptions(java.util.Map<?,?> settings)
+public void setStampingOptions(java.util.Map<java.lang.String,java.lang.Object> settings)
Sets the Map of settings which will be passed to BatchExporter.setStampingOptions(Map) when performing
the temporary export before restructuring.
@@ -676,24 +600,10 @@ getExportXlsx
-
-
-
-
-
-
-
-
-
diff --git a/docs/com/nuix/superutilities/loadfiles/DatLoadFileWriter.html b/docs/com/nuix/superutilities/loadfiles/DatLoadFileWriter.html
index eda8be1..44d8ab6 100644
--- a/docs/com/nuix/superutilities/loadfiles/DatLoadFileWriter.html
+++ b/docs/com/nuix/superutilities/loadfiles/DatLoadFileWriter.html
@@ -160,7 +160,7 @@ Field Summary
Fields inherited from class com.nuix.superutilities.loadfiles.SimpleTextFileWriter
-destinationFile, fw, pw
+destinationFile, fw
@@ -281,7 +281,12 @@ Method Detail
@@ -290,7 +295,12 @@ writeDatLine
-
writeRecordValues
-public void writeRecordValues(java.util.LinkedHashMap<java.lang.String,java.lang.String> record)
+public void writeRecordValues(java.util.LinkedHashMap<java.lang.String,java.lang.String> record)
+ throws java.io.IOException
+
+- Throws:
+java.io.IOException
+
@@ -299,7 +309,12 @@ writeRecordValues
-
writeRecordKeys
-public void writeRecordKeys(java.util.LinkedHashMap<java.lang.String,java.lang.String> record)
+public void writeRecordKeys(java.util.LinkedHashMap<java.lang.String,java.lang.String> record)
+ throws java.io.IOException
+
+- Throws:
+java.io.IOException
+
@@ -308,7 +323,12 @@ writeRecordKeys
diff --git a/docs/com/nuix/superutilities/loadfiles/SimpleTextFileWriter.html b/docs/com/nuix/superutilities/loadfiles/SimpleTextFileWriter.html
index 4b5a969..4e983e7 100644
--- a/docs/com/nuix/superutilities/loadfiles/SimpleTextFileWriter.html
+++ b/docs/com/nuix/superutilities/loadfiles/SimpleTextFileWriter.html
@@ -172,11 +172,6 @@ Field Summary
| fw |
|
-
diff --git a/docs/com/nuix/superutilities/misc/PlaceholderResolver.html b/docs/com/nuix/superutilities/misc/PlaceholderResolver.html
index b1e3061..fd9e7fe 100644
--- a/docs/com/nuix/superutilities/misc/PlaceholderResolver.html
+++ b/docs/com/nuix/superutilities/misc/PlaceholderResolver.html
@@ -27,7 +27,7 @@
catch(err) {
}
//-->
-var data = {"i0":9,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10};
+var data = {"i0":9,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -198,20 +198,13 @@ Method Summary
-java.util.Map<java.lang.String,java.lang.String> |
-getPlaceholderData() |
-
- Gets the Map containing all the current place holder data
- |
-
-
java.lang.String |
resolveTemplate(java.lang.String template) |
Resolves place holders into a string based on the currently associated values
|
-
+
java.util.Set<java.lang.String> |
resolveTemplateMultiValues(java.lang.String template,
java.util.List<NamedStringList> multiValuePlaceholders) |
@@ -219,22 +212,22 @@ Method Summary
Resolves place holders into a string based on the currently associated values and the multi-value place holders provided.
-
+
java.lang.String |
resolveTemplatePath(java.lang.String template) |
- Resolves place holders into a path string based on the currently associated values.
+Resolves placeholders into a path string based on the currently associated values.
|
-
+
java.util.Set<java.lang.String> |
resolveTemplatePathMultiValues(java.lang.String template,
java.util.List<NamedStringList> multiValuePlaceholders) |
- Resolves place holders into a string based on the currently associated values and the multi-value place holders provided.
+Resolves placeholders into a string based on the currently associated values and the multi-value place holders provided.
|
-
+
void |
set(java.lang.String key,
java.lang.String value) |
@@ -242,6 +235,16 @@ Method Summary
Set they value for a given placeholder
+
+void |
+setFromCase(nuix.Case nuixCase) |
+
+ Convenience method for setting various values of a Nuix case:
+ {case_name} - The name assigned to the case, as obtained by calling Case.getName
+ {case_guid} - The GUID assigned to the case, as obtained by calling Case.getGuid
+ {investigator} - The investigator associated to the case, as obtained by calling Case.getInvestigator
+ |
+
void |
setFromItem(nuix.Item item) |
@@ -257,6 +260,19 @@ Method Summary
+
+void |
+setStandardValues() |
+
+ Convenience method for setting various standard values:
+ {date_short} - The datetime of invocation, formatted YYYYMMDD
+ {date_long} - The datetime of invocation, formatted YYYYMMdd-HHmmss
+ {date_year} - The datetime of invocation, as 4 digit year
+ {date_month} - The datetime of invocation, as 2 digit month
+ {date_day} - The datetime of invocation, as 2 digit day of the month
+ {nuix_version} - The Nuix version as defined in NUIX_VERSION
+ |
+
+