new ide formatting
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
package ca.uhn.fhir.jpa.starter;
|
package ca.uhn.fhir.jpa.starter;
|
||||||
|
|
||||||
|
|
||||||
import ca.uhn.fhir.context.FhirVersionEnum;
|
import ca.uhn.fhir.context.FhirVersionEnum;
|
||||||
import ca.uhn.fhir.jpa.api.config.JpaStorageSettings.ClientIdStrategyEnum;
|
import ca.uhn.fhir.jpa.api.config.JpaStorageSettings.ClientIdStrategyEnum;
|
||||||
import ca.uhn.fhir.jpa.model.entity.NormalizedQuantitySearchLevel;
|
import ca.uhn.fhir.jpa.model.entity.NormalizedQuantitySearchLevel;
|
||||||
@@ -83,8 +84,7 @@ public class AppProperties {
|
|||||||
|
|
||||||
private Boolean lastn_enabled = false;
|
private Boolean lastn_enabled = false;
|
||||||
private boolean store_resource_in_lucene_index_enabled = false;
|
private boolean store_resource_in_lucene_index_enabled = false;
|
||||||
private NormalizedQuantitySearchLevel normalized_quantity_search_level =
|
private NormalizedQuantitySearchLevel normalized_quantity_search_level = NormalizedQuantitySearchLevel.NORMALIZED_QUANTITY_SEARCH_NOT_SUPPORTED;
|
||||||
NormalizedQuantitySearchLevel.NORMALIZED_QUANTITY_SEARCH_NOT_SUPPORTED;
|
|
||||||
|
|
||||||
private Boolean use_apache_address_strategy = false;
|
private Boolean use_apache_address_strategy = false;
|
||||||
private Boolean use_apache_address_strategy_https = false;
|
private Boolean use_apache_address_strategy_https = false;
|
||||||
@@ -103,10 +103,12 @@ public class AppProperties {
|
|||||||
this.staticLocationPrefix = staticLocationPrefix;
|
this.staticLocationPrefix = staticLocationPrefix;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public List<String> getCustomInterceptorClasses() {
|
public List<String> getCustomInterceptorClasses() {
|
||||||
return custom_interceptor_classes;
|
return custom_interceptor_classes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public String getStaticLocation() {
|
public String getStaticLocation() {
|
||||||
return staticLocation;
|
return staticLocation;
|
||||||
}
|
}
|
||||||
@@ -115,6 +117,7 @@ public class AppProperties {
|
|||||||
this.staticLocation = staticLocation;
|
this.staticLocation = staticLocation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public Boolean getOpenapi_enabled() {
|
public Boolean getOpenapi_enabled() {
|
||||||
return openapi_enabled;
|
return openapi_enabled;
|
||||||
}
|
}
|
||||||
@@ -179,6 +182,7 @@ public class AppProperties {
|
|||||||
this.ips_enabled = ips_enabled;
|
this.ips_enabled = ips_enabled;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public Boolean getMdm_enabled() {
|
public Boolean getMdm_enabled() {
|
||||||
return mdm_enabled;
|
return mdm_enabled;
|
||||||
}
|
}
|
||||||
@@ -255,7 +259,8 @@ public class AppProperties {
|
|||||||
return client_id_strategy;
|
return client_id_strategy;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setClient_id_strategy(ClientIdStrategyEnum client_id_strategy) {
|
public void setClient_id_strategy(
|
||||||
|
ClientIdStrategyEnum client_id_strategy) {
|
||||||
this.client_id_strategy = client_id_strategy;
|
this.client_id_strategy = client_id_strategy;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -303,7 +308,8 @@ public class AppProperties {
|
|||||||
return allow_override_default_search_params;
|
return allow_override_default_search_params;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setAllow_override_default_search_params(Boolean allow_override_default_search_params) {
|
public void setAllow_override_default_search_params(
|
||||||
|
Boolean allow_override_default_search_params) {
|
||||||
this.allow_override_default_search_params = allow_override_default_search_params;
|
this.allow_override_default_search_params = allow_override_default_search_params;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -311,7 +317,8 @@ public class AppProperties {
|
|||||||
return auto_create_placeholder_reference_targets;
|
return auto_create_placeholder_reference_targets;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setAuto_create_placeholder_reference_targets(Boolean auto_create_placeholder_reference_targets) {
|
public void setAuto_create_placeholder_reference_targets(
|
||||||
|
Boolean auto_create_placeholder_reference_targets) {
|
||||||
this.auto_create_placeholder_reference_targets = auto_create_placeholder_reference_targets;
|
this.auto_create_placeholder_reference_targets = auto_create_placeholder_reference_targets;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -371,7 +378,8 @@ public class AppProperties {
|
|||||||
return enforce_referential_integrity_on_delete;
|
return enforce_referential_integrity_on_delete;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setEnforce_referential_integrity_on_delete(Boolean enforce_referential_integrity_on_delete) {
|
public void setEnforce_referential_integrity_on_delete(
|
||||||
|
Boolean enforce_referential_integrity_on_delete) {
|
||||||
this.enforce_referential_integrity_on_delete = enforce_referential_integrity_on_delete;
|
this.enforce_referential_integrity_on_delete = enforce_referential_integrity_on_delete;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -379,7 +387,8 @@ public class AppProperties {
|
|||||||
return enforce_referential_integrity_on_write;
|
return enforce_referential_integrity_on_write;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setEnforce_referential_integrity_on_write(Boolean enforce_referential_integrity_on_write) {
|
public void setEnforce_referential_integrity_on_write(
|
||||||
|
Boolean enforce_referential_integrity_on_write) {
|
||||||
this.enforce_referential_integrity_on_write = enforce_referential_integrity_on_write;
|
this.enforce_referential_integrity_on_write = enforce_referential_integrity_on_write;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -515,11 +524,13 @@ public class AppProperties {
|
|||||||
this.tester = tester;
|
this.tester = tester;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Boolean getNarrative_enabled() {
|
public Boolean getNarrative_enabled()
|
||||||
|
{
|
||||||
return narrative_enabled;
|
return narrative_enabled;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setNarrative_enabled(Boolean narrative_enabled) {
|
public void setNarrative_enabled(Boolean narrative_enabled)
|
||||||
|
{
|
||||||
this.narrative_enabled = narrative_enabled;
|
this.narrative_enabled = narrative_enabled;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -602,14 +613,15 @@ public class AppProperties {
|
|||||||
public void setAllow_Credentials(Boolean allow_Credentials) {
|
public void setAllow_Credentials(Boolean allow_Credentials) {
|
||||||
this.allow_Credentials = allow_Credentials;
|
this.allow_Credentials = allow_Credentials;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class Logger {
|
public static class Logger {
|
||||||
|
|
||||||
private String name = "fhirtest.access";
|
private String name = "fhirtest.access";
|
||||||
private String error_format = "ERROR - ${requestVerb} ${requestUrl}";
|
private String error_format = "ERROR - ${requestVerb} ${requestUrl}";
|
||||||
private String format =
|
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}]";
|
||||||
"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}]";
|
|
||||||
private Boolean log_exceptions = true;
|
private Boolean log_exceptions = true;
|
||||||
|
|
||||||
public String getName() {
|
public String getName() {
|
||||||
@@ -645,6 +657,7 @@ public class AppProperties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static class Tester {
|
public static class Tester {
|
||||||
|
|
||||||
private String name;
|
private String name;
|
||||||
@@ -685,6 +698,7 @@ public class AppProperties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static class Validation {
|
public static class Validation {
|
||||||
|
|
||||||
private Boolean requests_enabled = false;
|
private Boolean requests_enabled = false;
|
||||||
@@ -719,7 +733,6 @@ public class AppProperties {
|
|||||||
public void setPartitioning_include_in_search_hashes(Boolean partitioning_include_in_search_hashes) {
|
public void setPartitioning_include_in_search_hashes(Boolean partitioning_include_in_search_hashes) {
|
||||||
this.partitioning_include_in_search_hashes = partitioning_include_in_search_hashes;
|
this.partitioning_include_in_search_hashes = partitioning_include_in_search_hashes;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Boolean getAllow_references_across_partitions() {
|
public Boolean getAllow_references_across_partitions() {
|
||||||
return allow_references_across_partitions;
|
return allow_references_across_partitions;
|
||||||
}
|
}
|
||||||
@@ -759,6 +772,7 @@ public class AppProperties {
|
|||||||
this.email = email;
|
this.email = email;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static class Email {
|
public static class Email {
|
||||||
public String getFrom() {
|
public String getFrom() {
|
||||||
return from;
|
return from;
|
||||||
|
|||||||
Reference in New Issue
Block a user