1
1
package ca .uhn .fhir .jpa .starter ;
2
2
3
-
4
3
import ca .uhn .fhir .context .FhirVersionEnum ;
5
4
import ca .uhn .fhir .jpa .api .config .JpaStorageSettings .ClientIdStrategyEnum ;
6
5
import ca .uhn .fhir .jpa .api .config .JpaStorageSettings .IdStrategyEnum ;
@@ -89,7 +88,8 @@ public class AppProperties {
89
88
private String app_content_path = null ;
90
89
private Boolean lastn_enabled = false ;
91
90
private boolean store_resource_in_lucene_index_enabled = false ;
92
- private NormalizedQuantitySearchLevel normalized_quantity_search_level = NormalizedQuantitySearchLevel .NORMALIZED_QUANTITY_SEARCH_NOT_SUPPORTED ;
91
+ private NormalizedQuantitySearchLevel normalized_quantity_search_level =
92
+ NormalizedQuantitySearchLevel .NORMALIZED_QUANTITY_SEARCH_NOT_SUPPORTED ;
93
93
private Boolean use_apache_address_strategy = false ;
94
94
private Boolean use_apache_address_strategy_https = false ;
95
95
private Integer bundle_batch_pool_size = 20 ;
@@ -109,7 +109,6 @@ public List<String> getCustomProviderClasses() {
109
109
return custom_provider_classes ;
110
110
}
111
111
112
-
113
112
public Boolean getOpenapi_enabled () {
114
113
return openapi_enabled ;
115
114
}
@@ -174,7 +173,6 @@ public void setIps_enabled(Boolean ips_enabled) {
174
173
this .ips_enabled = ips_enabled ;
175
174
}
176
175
177
-
178
176
public Boolean getMdm_enabled () {
179
177
return mdm_enabled ;
180
178
}
@@ -259,8 +257,7 @@ public ClientIdStrategyEnum getClient_id_strategy() {
259
257
return client_id_strategy ;
260
258
}
261
259
262
- public void setClient_id_strategy (
263
- ClientIdStrategyEnum client_id_strategy ) {
260
+ public void setClient_id_strategy (ClientIdStrategyEnum client_id_strategy ) {
264
261
this .client_id_strategy = client_id_strategy ;
265
262
}
266
263
@@ -316,8 +313,7 @@ public Boolean getAllow_override_default_search_params() {
316
313
return allow_override_default_search_params ;
317
314
}
318
315
319
- public void setAllow_override_default_search_params (
320
- Boolean allow_override_default_search_params ) {
316
+ public void setAllow_override_default_search_params (Boolean allow_override_default_search_params ) {
321
317
this .allow_override_default_search_params = allow_override_default_search_params ;
322
318
}
323
319
@@ -333,8 +329,7 @@ public Boolean getAuto_create_placeholder_reference_targets() {
333
329
return auto_create_placeholder_reference_targets ;
334
330
}
335
331
336
- public void setAuto_create_placeholder_reference_targets (
337
- Boolean auto_create_placeholder_reference_targets ) {
332
+ public void setAuto_create_placeholder_reference_targets (Boolean auto_create_placeholder_reference_targets ) {
338
333
this .auto_create_placeholder_reference_targets = auto_create_placeholder_reference_targets ;
339
334
}
340
335
@@ -394,17 +389,15 @@ public Boolean getEnforce_referential_integrity_on_delete() {
394
389
return enforce_referential_integrity_on_delete ;
395
390
}
396
391
397
- public void setEnforce_referential_integrity_on_delete (
398
- Boolean enforce_referential_integrity_on_delete ) {
392
+ public void setEnforce_referential_integrity_on_delete (Boolean enforce_referential_integrity_on_delete ) {
399
393
this .enforce_referential_integrity_on_delete = enforce_referential_integrity_on_delete ;
400
394
}
401
395
402
396
public Boolean getEnforce_referential_integrity_on_write () {
403
397
return enforce_referential_integrity_on_write ;
404
398
}
405
399
406
- public void setEnforce_referential_integrity_on_write (
407
- Boolean enforce_referential_integrity_on_write ) {
400
+ public void setEnforce_referential_integrity_on_write (Boolean enforce_referential_integrity_on_write ) {
408
401
this .enforce_referential_integrity_on_write = enforce_referential_integrity_on_write ;
409
402
}
410
403
@@ -612,7 +605,6 @@ public Set<String> getLogical_urls() {
612
605
return logical_urls ;
613
606
}
614
607
615
-
616
608
public Boolean getIg_runtime_upload_enabled () {
617
609
return ig_runtime_upload_enabled ;
618
610
}
@@ -665,7 +657,8 @@ public Boolean getUserRequestRetryVersionConflictsInterceptorEnabled() {
665
657
return userRequestRetryVersionConflictsInterceptorEnabled ;
666
658
}
667
659
668
- public void setUserRequestRetryVersionConflictsInterceptorEnabled (Boolean userRequestRetryVersionConflictsInterceptorEnabled ) {
660
+ public void setUserRequestRetryVersionConflictsInterceptorEnabled (
661
+ Boolean userRequestRetryVersionConflictsInterceptorEnabled ) {
669
662
this .userRequestRetryVersionConflictsInterceptorEnabled = userRequestRetryVersionConflictsInterceptorEnabled ;
670
663
}
671
664
@@ -710,7 +703,8 @@ public static class Logger {
710
703
711
704
private String name = "fhirtest.access" ;
712
705
private String error_format = "ERROR - ${requestVerb} ${requestUrl}" ;
713
- private String format = "Path[${servletPath}] Source[${requestHeader.x-forwarded-for}] Operation[${operationType} ${operationName} ${idOrResourceName}] UA[${requestHeader.user-agent}] Params[${requestParameters}] ResponseEncoding[${responseEncodingNoDefault}] Operation[${operationType} ${operationName} ${idOrResourceName}] UA[${requestHeader.user-agent}] Params[${requestParameters}] ResponseEncoding[${responseEncodingNoDefault}]" ;
706
+ private String format =
707
+ "Path[${servletPath}] Source[${requestHeader.x-forwarded-for}] Operation[${operationType} ${operationName} ${idOrResourceName}] UA[${requestHeader.user-agent}] Params[${requestParameters}] ResponseEncoding[${responseEncodingNoDefault}] Operation[${operationType} ${operationName} ${idOrResourceName}] UA[${requestHeader.user-agent}] Params[${requestParameters}] ResponseEncoding[${responseEncodingNoDefault}]" ;
714
708
private Boolean log_exceptions = true ;
715
709
716
710
public String getName () {
@@ -866,7 +860,8 @@ public Boolean getConditional_create_duplicate_identifiers_enabled() {
866
860
return conditional_create_duplicate_identifiers_enabled ;
867
861
}
868
862
869
- public void setConditional_create_duplicate_identifiers_enabled (Boolean conditional_create_duplicate_identifiers_enabled ) {
863
+ public void setConditional_create_duplicate_identifiers_enabled (
864
+ Boolean conditional_create_duplicate_identifiers_enabled ) {
870
865
this .conditional_create_duplicate_identifiers_enabled = conditional_create_duplicate_identifiers_enabled ;
871
866
}
872
867
@@ -909,7 +904,6 @@ public void setEmail(Email email) {
909
904
this .email = email ;
910
905
}
911
906
912
-
913
907
public static class Email {
914
908
private String from ;
915
909
private String host ;
0 commit comments