File tree Expand file tree Collapse file tree
Java/src/main/java/com/nuix/javaenginesimple Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class LicenseFeaturesLogger {
2020 private final static Logger logger = LogManager .getLogger ("LicenseFeatures" );
2121
2222 // List of license features
23- // List generated from 7.6 license profiles documentation found here:
23+ // List generated from 9.2 license profiles documentation found here:
2424 // https://download.nuix.com/releases/desktop/stable/docs/en/reference/licence-profiles.html
2525 private static String [] knownFeatures = new String [] {
2626 "ANALYSIS" ,
@@ -40,6 +40,7 @@ public class LicenseFeaturesLogger {
4040 "EXPORT_SINGLE_ITEM" ,
4141 "EXPORT_VIEW" ,
4242 "FAST_REVIEW" ,
43+ "FRONT_LOAD_METADATA" ,
4344 "GENERAL_DATA" ,
4445 "GRAPH" ,
4546 "GWAVA" ,
@@ -49,6 +50,7 @@ public class LicenseFeaturesLogger {
4950 "LOTUS_NOTES" ,
5051 "MAIL_XTENDER" ,
5152 "METADATA_IMPORT" ,
53+ "MICROSOFT_GRAPH" ,
5254 "MOBILE_DEVICE_IMAGING" ,
5355 "NETWORK_DATA" ,
5456 "OCR_PROCESSING" ,
@@ -58,7 +60,6 @@ public class LicenseFeaturesLogger {
5860 "PARTIAL_LOAD" ,
5961 "PRODUCTION_SET" ,
6062 "SCRIPTING" ,
61- "SOCIAL_MEDIA" ,
6263 "SYMANTEC_VAULT" ,
6364 "UNRESTRICTED_CASE_ACCESS" ,
6465 "WORKER" ,
You can’t perform that action at this time.
0 commit comments