remove indents
This commit is contained in:
@@ -22,568 +22,568 @@ import java.util.Set;
|
||||
@EnableConfigurationProperties
|
||||
public class AppProperties {
|
||||
|
||||
private Boolean cr_enabled = false;
|
||||
private Boolean ips_enabled = false;
|
||||
private Boolean openapi_enabled = false;
|
||||
private Boolean mdm_enabled = false;
|
||||
private boolean advanced_lucene_indexing = false;
|
||||
private boolean enable_index_of_type = false;
|
||||
private Boolean allow_cascading_deletes = false;
|
||||
private Boolean allow_contains_searches = true;
|
||||
private Boolean allow_external_references = false;
|
||||
private Boolean allow_multiple_delete = false;
|
||||
private Boolean allow_override_default_search_params = true;
|
||||
private Boolean auto_create_placeholder_reference_targets = false;
|
||||
private final Set<String> auto_version_reference_at_paths = new HashSet<>();
|
||||
private Boolean dao_scheduling_enabled = true;
|
||||
private Boolean delete_expunge_enabled = false;
|
||||
private Boolean enable_index_missing_fields = false;
|
||||
private Boolean enable_index_contained_resource = false;
|
||||
private Boolean enable_repository_validating_interceptor = false;
|
||||
private Boolean enforce_referential_integrity_on_delete = true;
|
||||
private Boolean enforce_referential_integrity_on_write = true;
|
||||
private Boolean etag_support_enabled = true;
|
||||
private Boolean expunge_enabled = true;
|
||||
private Boolean fhirpath_interceptor_enabled = false;
|
||||
private Boolean filter_search_enabled = true;
|
||||
private Boolean graphql_enabled = false;
|
||||
private Boolean binary_storage_enabled = false;
|
||||
private Integer inline_resource_storage_below_size = 0;
|
||||
private Boolean bulk_export_enabled = false;
|
||||
private Boolean bulk_import_enabled = false;
|
||||
private Boolean default_pretty_print = true;
|
||||
private Integer default_page_size = 20;
|
||||
private Integer max_binary_size = null;
|
||||
private Integer max_page_size = Integer.MAX_VALUE;
|
||||
private Integer defer_indexing_for_codesystems_of_size = 100;
|
||||
private Long retain_cached_searches_mins = 60L;
|
||||
private Long reuse_cached_search_results_millis = 60000L;
|
||||
private String server_address = null;
|
||||
private EncodingEnum default_encoding = EncodingEnum.JSON;
|
||||
private FhirVersionEnum fhir_version = FhirVersionEnum.R4;
|
||||
private ClientIdStrategyEnum client_id_strategy = ClientIdStrategyEnum.ALPHANUMERIC;
|
||||
private List<String> supported_resource_types = new ArrayList<>();
|
||||
private List<Bundle.BundleType> allowed_bundle_types = null;
|
||||
private Boolean narrative_enabled = true;
|
||||
private Boolean cr_enabled = false;
|
||||
private Boolean ips_enabled = false;
|
||||
private Boolean openapi_enabled = false;
|
||||
private Boolean mdm_enabled = false;
|
||||
private boolean advanced_lucene_indexing = false;
|
||||
private boolean enable_index_of_type = false;
|
||||
private Boolean allow_cascading_deletes = false;
|
||||
private Boolean allow_contains_searches = true;
|
||||
private Boolean allow_external_references = false;
|
||||
private Boolean allow_multiple_delete = false;
|
||||
private Boolean allow_override_default_search_params = true;
|
||||
private Boolean auto_create_placeholder_reference_targets = false;
|
||||
private final Set<String> auto_version_reference_at_paths = new HashSet<>();
|
||||
private Boolean dao_scheduling_enabled = true;
|
||||
private Boolean delete_expunge_enabled = false;
|
||||
private Boolean enable_index_missing_fields = false;
|
||||
private Boolean enable_index_contained_resource = false;
|
||||
private Boolean enable_repository_validating_interceptor = false;
|
||||
private Boolean enforce_referential_integrity_on_delete = true;
|
||||
private Boolean enforce_referential_integrity_on_write = true;
|
||||
private Boolean etag_support_enabled = true;
|
||||
private Boolean expunge_enabled = true;
|
||||
private Boolean fhirpath_interceptor_enabled = false;
|
||||
private Boolean filter_search_enabled = true;
|
||||
private Boolean graphql_enabled = false;
|
||||
private Boolean binary_storage_enabled = false;
|
||||
private Integer inline_resource_storage_below_size = 0;
|
||||
private Boolean bulk_export_enabled = false;
|
||||
private Boolean bulk_import_enabled = false;
|
||||
private Boolean default_pretty_print = true;
|
||||
private Integer default_page_size = 20;
|
||||
private Integer max_binary_size = null;
|
||||
private Integer max_page_size = Integer.MAX_VALUE;
|
||||
private Integer defer_indexing_for_codesystems_of_size = 100;
|
||||
private Long retain_cached_searches_mins = 60L;
|
||||
private Long reuse_cached_search_results_millis = 60000L;
|
||||
private String server_address = null;
|
||||
private EncodingEnum default_encoding = EncodingEnum.JSON;
|
||||
private FhirVersionEnum fhir_version = FhirVersionEnum.R4;
|
||||
private ClientIdStrategyEnum client_id_strategy = ClientIdStrategyEnum.ALPHANUMERIC;
|
||||
private List<String> supported_resource_types = new ArrayList<>();
|
||||
private List<Bundle.BundleType> allowed_bundle_types = null;
|
||||
private Boolean narrative_enabled = true;
|
||||
|
||||
private Boolean ig_runtime_upload_enabled = false;
|
||||
private Boolean ig_runtime_upload_enabled = false;
|
||||
|
||||
private Validation validation = new Validation();
|
||||
private Map<String, Tester> tester = null;
|
||||
private Logger logger = new Logger();
|
||||
private Subscription subscription = new Subscription();
|
||||
private Cors cors = null;
|
||||
private Partitioning partitioning = null;
|
||||
private Boolean install_transitive_ig_dependencies = true;
|
||||
private Map<String, PackageInstallationSpec> implementationGuides = null;
|
||||
private Validation validation = new Validation();
|
||||
private Map<String, Tester> tester = null;
|
||||
private Logger logger = new Logger();
|
||||
private Subscription subscription = new Subscription();
|
||||
private Cors cors = null;
|
||||
private Partitioning partitioning = null;
|
||||
private Boolean install_transitive_ig_dependencies = true;
|
||||
private Map<String, PackageInstallationSpec> implementationGuides = null;
|
||||
|
||||
private String staticLocation = null;
|
||||
private String staticLocation = null;
|
||||
|
||||
private String staticLocationPrefix = "/static";
|
||||
private String staticLocationPrefix = "/static";
|
||||
|
||||
private Boolean lastn_enabled = false;
|
||||
private boolean store_resource_in_lucene_index_enabled = false;
|
||||
private NormalizedQuantitySearchLevel normalized_quantity_search_level =
|
||||
private Boolean lastn_enabled = false;
|
||||
private boolean store_resource_in_lucene_index_enabled = false;
|
||||
private NormalizedQuantitySearchLevel normalized_quantity_search_level =
|
||||
NormalizedQuantitySearchLevel.NORMALIZED_QUANTITY_SEARCH_NOT_SUPPORTED;
|
||||
|
||||
private Boolean use_apache_address_strategy = false;
|
||||
private Boolean use_apache_address_strategy_https = false;
|
||||
private Boolean use_apache_address_strategy = false;
|
||||
private Boolean use_apache_address_strategy_https = false;
|
||||
|
||||
private Integer bundle_batch_pool_size = 20;
|
||||
private Integer bundle_batch_pool_max_size = 100;
|
||||
private final Set<String> local_base_urls = new HashSet<>();
|
||||
private Integer bundle_batch_pool_size = 20;
|
||||
private Integer bundle_batch_pool_max_size = 100;
|
||||
private final Set<String> local_base_urls = new HashSet<>();
|
||||
|
||||
private final List<String> custom_interceptor_classes = new ArrayList<>();
|
||||
private final List<String> custom_interceptor_classes = new ArrayList<>();
|
||||
|
||||
public String getStaticLocationPrefix() {
|
||||
public String getStaticLocationPrefix() {
|
||||
return staticLocationPrefix;
|
||||
}
|
||||
}
|
||||
|
||||
public void setStaticLocationPrefix(String staticLocationPrefix) {
|
||||
public void setStaticLocationPrefix(String staticLocationPrefix) {
|
||||
this.staticLocationPrefix = staticLocationPrefix;
|
||||
}
|
||||
}
|
||||
|
||||
public List<String> getCustomInterceptorClasses() {
|
||||
public List<String> getCustomInterceptorClasses() {
|
||||
return custom_interceptor_classes;
|
||||
}
|
||||
}
|
||||
|
||||
public String getStaticLocation() {
|
||||
public String getStaticLocation() {
|
||||
return staticLocation;
|
||||
}
|
||||
}
|
||||
|
||||
public void setStaticLocation(String staticLocation) {
|
||||
public void setStaticLocation(String staticLocation) {
|
||||
this.staticLocation = staticLocation;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getOpenapi_enabled() {
|
||||
public Boolean getOpenapi_enabled() {
|
||||
return openapi_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setOpenapi_enabled(Boolean openapi_enabled) {
|
||||
public void setOpenapi_enabled(Boolean openapi_enabled) {
|
||||
this.openapi_enabled = openapi_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getUse_apache_address_strategy() {
|
||||
public Boolean getUse_apache_address_strategy() {
|
||||
return use_apache_address_strategy;
|
||||
}
|
||||
}
|
||||
|
||||
public void setUse_apache_address_strategy(Boolean use_apache_address_strategy) {
|
||||
public void setUse_apache_address_strategy(Boolean use_apache_address_strategy) {
|
||||
this.use_apache_address_strategy = use_apache_address_strategy;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getUse_apache_address_strategy_https() {
|
||||
public Boolean getUse_apache_address_strategy_https() {
|
||||
return use_apache_address_strategy_https;
|
||||
}
|
||||
}
|
||||
|
||||
public void setUse_apache_address_strategy_https(Boolean use_apache_address_strategy_https) {
|
||||
public void setUse_apache_address_strategy_https(Boolean use_apache_address_strategy_https) {
|
||||
this.use_apache_address_strategy_https = use_apache_address_strategy_https;
|
||||
}
|
||||
}
|
||||
|
||||
public Integer getDefer_indexing_for_codesystems_of_size() {
|
||||
public Integer getDefer_indexing_for_codesystems_of_size() {
|
||||
return defer_indexing_for_codesystems_of_size;
|
||||
}
|
||||
}
|
||||
|
||||
public void setDefer_indexing_for_codesystems_of_size(Integer defer_indexing_for_codesystems_of_size) {
|
||||
public void setDefer_indexing_for_codesystems_of_size(Integer defer_indexing_for_codesystems_of_size) {
|
||||
this.defer_indexing_for_codesystems_of_size = defer_indexing_for_codesystems_of_size;
|
||||
}
|
||||
}
|
||||
|
||||
public Map<String, PackageInstallationSpec> getImplementationGuides() {
|
||||
public Map<String, PackageInstallationSpec> getImplementationGuides() {
|
||||
return implementationGuides;
|
||||
}
|
||||
}
|
||||
|
||||
public void setImplementationGuides(Map<String, PackageInstallationSpec> implementationGuides) {
|
||||
public void setImplementationGuides(Map<String, PackageInstallationSpec> implementationGuides) {
|
||||
this.implementationGuides = implementationGuides;
|
||||
}
|
||||
}
|
||||
|
||||
public Partitioning getPartitioning() {
|
||||
public Partitioning getPartitioning() {
|
||||
return partitioning;
|
||||
}
|
||||
}
|
||||
|
||||
public void setPartitioning(Partitioning partitioning) {
|
||||
public void setPartitioning(Partitioning partitioning) {
|
||||
this.partitioning = partitioning;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getCr_enabled() {
|
||||
public Boolean getCr_enabled() {
|
||||
return cr_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setCr_enabled(Boolean cr_enabled) {
|
||||
public void setCr_enabled(Boolean cr_enabled) {
|
||||
this.cr_enabled = cr_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getIps_enabled() {
|
||||
public Boolean getIps_enabled() {
|
||||
return ips_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setIps_enabled(Boolean ips_enabled) {
|
||||
public void setIps_enabled(Boolean ips_enabled) {
|
||||
this.ips_enabled = ips_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getMdm_enabled() {
|
||||
public Boolean getMdm_enabled() {
|
||||
return mdm_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setMdm_enabled(Boolean mdm_enabled) {
|
||||
public void setMdm_enabled(Boolean mdm_enabled) {
|
||||
this.mdm_enabled = mdm_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public Cors getCors() {
|
||||
public Cors getCors() {
|
||||
return cors;
|
||||
}
|
||||
}
|
||||
|
||||
public void setCors(Cors cors) {
|
||||
public void setCors(Cors cors) {
|
||||
this.cors = cors;
|
||||
}
|
||||
}
|
||||
|
||||
public List<Bundle.BundleType> getAllowed_bundle_types() {
|
||||
public List<Bundle.BundleType> getAllowed_bundle_types() {
|
||||
return allowed_bundle_types;
|
||||
}
|
||||
}
|
||||
|
||||
public void setAllowed_bundle_types(List<Bundle.BundleType> allowed_bundle_types) {
|
||||
public void setAllowed_bundle_types(List<Bundle.BundleType> allowed_bundle_types) {
|
||||
this.allowed_bundle_types = allowed_bundle_types;
|
||||
}
|
||||
}
|
||||
|
||||
public String getServer_address() {
|
||||
public String getServer_address() {
|
||||
return server_address;
|
||||
}
|
||||
}
|
||||
|
||||
public void setServer_address(String server_address) {
|
||||
public void setServer_address(String server_address) {
|
||||
this.server_address = server_address;
|
||||
}
|
||||
}
|
||||
|
||||
public Subscription getSubscription() {
|
||||
public Subscription getSubscription() {
|
||||
return subscription;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getDefault_pretty_print() {
|
||||
public Boolean getDefault_pretty_print() {
|
||||
return default_pretty_print;
|
||||
}
|
||||
}
|
||||
|
||||
public void setDefault_pretty_print(Boolean default_pretty_print) {
|
||||
public void setDefault_pretty_print(Boolean default_pretty_print) {
|
||||
this.default_pretty_print = default_pretty_print;
|
||||
}
|
||||
}
|
||||
|
||||
public void setSubscription(Subscription subscription) {
|
||||
public void setSubscription(Subscription subscription) {
|
||||
this.subscription = subscription;
|
||||
}
|
||||
}
|
||||
|
||||
public Validation getValidation() {
|
||||
public Validation getValidation() {
|
||||
return validation;
|
||||
}
|
||||
}
|
||||
|
||||
public void setValidation(Validation validation) {
|
||||
public void setValidation(Validation validation) {
|
||||
this.validation = validation;
|
||||
}
|
||||
}
|
||||
|
||||
public List<String> getSupported_resource_types() {
|
||||
public List<String> getSupported_resource_types() {
|
||||
return supported_resource_types;
|
||||
}
|
||||
}
|
||||
|
||||
public void setSupported_resource_types(List<String> supported_resource_types) {
|
||||
public void setSupported_resource_types(List<String> supported_resource_types) {
|
||||
this.supported_resource_types = supported_resource_types;
|
||||
}
|
||||
}
|
||||
|
||||
public Logger getLogger() {
|
||||
public Logger getLogger() {
|
||||
return logger;
|
||||
}
|
||||
}
|
||||
|
||||
public void setLogger(Logger logger) {
|
||||
public void setLogger(Logger logger) {
|
||||
this.logger = logger;
|
||||
}
|
||||
}
|
||||
|
||||
public ClientIdStrategyEnum getClient_id_strategy() {
|
||||
public ClientIdStrategyEnum getClient_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;
|
||||
}
|
||||
}
|
||||
|
||||
public boolean getAdvanced_lucene_indexing() {
|
||||
public boolean getAdvanced_lucene_indexing() {
|
||||
return this.advanced_lucene_indexing;
|
||||
}
|
||||
}
|
||||
|
||||
public void setAdvanced_lucene_indexing(boolean theAdvanced_lucene_indexing) {
|
||||
public void setAdvanced_lucene_indexing(boolean theAdvanced_lucene_indexing) {
|
||||
advanced_lucene_indexing = theAdvanced_lucene_indexing;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getAllow_cascading_deletes() {
|
||||
public Boolean getAllow_cascading_deletes() {
|
||||
return allow_cascading_deletes;
|
||||
}
|
||||
}
|
||||
|
||||
public void setAllow_cascading_deletes(Boolean allow_cascading_deletes) {
|
||||
public void setAllow_cascading_deletes(Boolean allow_cascading_deletes) {
|
||||
this.allow_cascading_deletes = allow_cascading_deletes;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getAllow_contains_searches() {
|
||||
public Boolean getAllow_contains_searches() {
|
||||
return allow_contains_searches;
|
||||
}
|
||||
}
|
||||
|
||||
public void setAllow_contains_searches(Boolean allow_contains_searches) {
|
||||
public void setAllow_contains_searches(Boolean allow_contains_searches) {
|
||||
this.allow_contains_searches = allow_contains_searches;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getAllow_external_references() {
|
||||
public Boolean getAllow_external_references() {
|
||||
return allow_external_references;
|
||||
}
|
||||
}
|
||||
|
||||
public void setAllow_external_references(Boolean allow_external_references) {
|
||||
public void setAllow_external_references(Boolean allow_external_references) {
|
||||
this.allow_external_references = allow_external_references;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getAllow_multiple_delete() {
|
||||
public Boolean getAllow_multiple_delete() {
|
||||
return allow_multiple_delete;
|
||||
}
|
||||
}
|
||||
|
||||
public void setAllow_multiple_delete(Boolean allow_multiple_delete) {
|
||||
public void setAllow_multiple_delete(Boolean allow_multiple_delete) {
|
||||
this.allow_multiple_delete = allow_multiple_delete;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getAllow_override_default_search_params() {
|
||||
public Boolean getAllow_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;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getAuto_create_placeholder_reference_targets() {
|
||||
public Boolean getAuto_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;
|
||||
}
|
||||
}
|
||||
|
||||
public Set<String> getAuto_version_reference_at_paths() {
|
||||
public Set<String> getAuto_version_reference_at_paths() {
|
||||
return auto_version_reference_at_paths;
|
||||
}
|
||||
}
|
||||
|
||||
public Integer getDefault_page_size() {
|
||||
public Integer getDefault_page_size() {
|
||||
return default_page_size;
|
||||
}
|
||||
}
|
||||
|
||||
public void setDefault_page_size(Integer default_page_size) {
|
||||
public void setDefault_page_size(Integer default_page_size) {
|
||||
this.default_page_size = default_page_size;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getDao_scheduling_enabled() {
|
||||
public Boolean getDao_scheduling_enabled() {
|
||||
return dao_scheduling_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setDao_scheduling_enabled(Boolean dao_scheduling_enabled) {
|
||||
public void setDao_scheduling_enabled(Boolean dao_scheduling_enabled) {
|
||||
this.dao_scheduling_enabled = dao_scheduling_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getDelete_expunge_enabled() {
|
||||
public Boolean getDelete_expunge_enabled() {
|
||||
return delete_expunge_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setDelete_expunge_enabled(Boolean delete_expunge_enabled) {
|
||||
public void setDelete_expunge_enabled(Boolean delete_expunge_enabled) {
|
||||
this.delete_expunge_enabled = delete_expunge_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getEnable_index_missing_fields() {
|
||||
public Boolean getEnable_index_missing_fields() {
|
||||
return enable_index_missing_fields;
|
||||
}
|
||||
}
|
||||
|
||||
public void setEnable_index_missing_fields(Boolean enable_index_missing_fields) {
|
||||
public void setEnable_index_missing_fields(Boolean enable_index_missing_fields) {
|
||||
this.enable_index_missing_fields = enable_index_missing_fields;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getEnable_index_contained_resource() {
|
||||
public Boolean getEnable_index_contained_resource() {
|
||||
return enable_index_contained_resource;
|
||||
}
|
||||
}
|
||||
|
||||
public void setEnable_index_contained_resource(Boolean enable_index_contained_resource) {
|
||||
public void setEnable_index_contained_resource(Boolean enable_index_contained_resource) {
|
||||
this.enable_index_contained_resource = enable_index_contained_resource;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getEnable_repository_validating_interceptor() {
|
||||
public Boolean getEnable_repository_validating_interceptor() {
|
||||
return enable_repository_validating_interceptor;
|
||||
}
|
||||
}
|
||||
|
||||
public void setEnable_repository_validating_interceptor(Boolean theEnable_repository_validating_interceptor) {
|
||||
public void setEnable_repository_validating_interceptor(Boolean theEnable_repository_validating_interceptor) {
|
||||
enable_repository_validating_interceptor = theEnable_repository_validating_interceptor;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getEnforce_referential_integrity_on_delete() {
|
||||
public Boolean getEnforce_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;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getEnforce_referential_integrity_on_write() {
|
||||
public Boolean getEnforce_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;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getEtag_support_enabled() {
|
||||
public Boolean getEtag_support_enabled() {
|
||||
return etag_support_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setEtag_support_enabled(Boolean etag_support_enabled) {
|
||||
public void setEtag_support_enabled(Boolean etag_support_enabled) {
|
||||
this.etag_support_enabled = etag_support_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getExpunge_enabled() {
|
||||
public Boolean getExpunge_enabled() {
|
||||
return expunge_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setExpunge_enabled(Boolean expunge_enabled) {
|
||||
public void setExpunge_enabled(Boolean expunge_enabled) {
|
||||
this.expunge_enabled = expunge_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getFhirpath_interceptor_enabled() {
|
||||
public Boolean getFhirpath_interceptor_enabled() {
|
||||
return fhirpath_interceptor_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setFhirpath_interceptor_enabled(Boolean fhirpath_interceptor_enabled) {
|
||||
public void setFhirpath_interceptor_enabled(Boolean fhirpath_interceptor_enabled) {
|
||||
this.fhirpath_interceptor_enabled = fhirpath_interceptor_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getFilter_search_enabled() {
|
||||
public Boolean getFilter_search_enabled() {
|
||||
return filter_search_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setFilter_search_enabled(Boolean filter_search_enabled) {
|
||||
public void setFilter_search_enabled(Boolean filter_search_enabled) {
|
||||
this.filter_search_enabled = filter_search_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getGraphql_enabled() {
|
||||
public Boolean getGraphql_enabled() {
|
||||
return graphql_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setGraphql_enabled(Boolean graphql_enabled) {
|
||||
public void setGraphql_enabled(Boolean graphql_enabled) {
|
||||
this.graphql_enabled = graphql_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getBinary_storage_enabled() {
|
||||
public Boolean getBinary_storage_enabled() {
|
||||
return binary_storage_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setBinary_storage_enabled(Boolean binary_storage_enabled) {
|
||||
public void setBinary_storage_enabled(Boolean binary_storage_enabled) {
|
||||
this.binary_storage_enabled = binary_storage_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public Integer getInline_resource_storage_below_size() {
|
||||
public Integer getInline_resource_storage_below_size() {
|
||||
return inline_resource_storage_below_size;
|
||||
}
|
||||
}
|
||||
|
||||
public void setInline_resource_storage_below_size(Integer inline_resource_storage_below_size) {
|
||||
public void setInline_resource_storage_below_size(Integer inline_resource_storage_below_size) {
|
||||
this.inline_resource_storage_below_size = inline_resource_storage_below_size;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getBulk_export_enabled() {
|
||||
public Boolean getBulk_export_enabled() {
|
||||
return bulk_export_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setBulk_export_enabled(Boolean bulk_export_enabled) {
|
||||
public void setBulk_export_enabled(Boolean bulk_export_enabled) {
|
||||
this.bulk_export_enabled = bulk_export_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getBulk_import_enabled() {
|
||||
public Boolean getBulk_import_enabled() {
|
||||
return bulk_import_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setBulk_import_enabled(Boolean bulk_import_enabled) {
|
||||
public void setBulk_import_enabled(Boolean bulk_import_enabled) {
|
||||
this.bulk_import_enabled = bulk_import_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public EncodingEnum getDefault_encoding() {
|
||||
public EncodingEnum getDefault_encoding() {
|
||||
return default_encoding;
|
||||
}
|
||||
}
|
||||
|
||||
public void setDefault_encoding(EncodingEnum default_encoding) {
|
||||
public void setDefault_encoding(EncodingEnum default_encoding) {
|
||||
this.default_encoding = default_encoding;
|
||||
}
|
||||
}
|
||||
|
||||
public FhirVersionEnum getFhir_version() {
|
||||
public FhirVersionEnum getFhir_version() {
|
||||
return fhir_version;
|
||||
}
|
||||
}
|
||||
|
||||
public void setFhir_version(FhirVersionEnum fhir_version) {
|
||||
public void setFhir_version(FhirVersionEnum fhir_version) {
|
||||
this.fhir_version = fhir_version;
|
||||
}
|
||||
}
|
||||
|
||||
public Integer getMax_binary_size() {
|
||||
public Integer getMax_binary_size() {
|
||||
return max_binary_size;
|
||||
}
|
||||
}
|
||||
|
||||
public void setMax_binary_size(Integer max_binary_size) {
|
||||
public void setMax_binary_size(Integer max_binary_size) {
|
||||
this.max_binary_size = max_binary_size;
|
||||
}
|
||||
}
|
||||
|
||||
public Integer getMax_page_size() {
|
||||
public Integer getMax_page_size() {
|
||||
return max_page_size;
|
||||
}
|
||||
}
|
||||
|
||||
public void setMax_page_size(Integer max_page_size) {
|
||||
public void setMax_page_size(Integer max_page_size) {
|
||||
this.max_page_size = max_page_size;
|
||||
}
|
||||
}
|
||||
|
||||
public Long getRetain_cached_searches_mins() {
|
||||
public Long getRetain_cached_searches_mins() {
|
||||
return retain_cached_searches_mins;
|
||||
}
|
||||
}
|
||||
|
||||
public void setRetain_cached_searches_mins(Long retain_cached_searches_mins) {
|
||||
public void setRetain_cached_searches_mins(Long retain_cached_searches_mins) {
|
||||
this.retain_cached_searches_mins = retain_cached_searches_mins;
|
||||
}
|
||||
}
|
||||
|
||||
public Long getReuse_cached_search_results_millis() {
|
||||
public Long getReuse_cached_search_results_millis() {
|
||||
return reuse_cached_search_results_millis;
|
||||
}
|
||||
}
|
||||
|
||||
public void setReuse_cached_search_results_millis(Long reuse_cached_search_results_millis) {
|
||||
public void setReuse_cached_search_results_millis(Long reuse_cached_search_results_millis) {
|
||||
if (Objects.equals(reuse_cached_search_results_millis, 0L)) {
|
||||
this.reuse_cached_search_results_millis = null;
|
||||
} else {
|
||||
this.reuse_cached_search_results_millis = reuse_cached_search_results_millis;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public Map<String, Tester> getTester() {
|
||||
public Map<String, Tester> getTester() {
|
||||
return tester;
|
||||
}
|
||||
}
|
||||
|
||||
public void setTester(Map<String, Tester> tester) {
|
||||
public void setTester(Map<String, Tester> tester) {
|
||||
this.tester = tester;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getNarrative_enabled() {
|
||||
public Boolean getNarrative_enabled() {
|
||||
return narrative_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setNarrative_enabled(Boolean narrative_enabled) {
|
||||
public void setNarrative_enabled(Boolean narrative_enabled) {
|
||||
this.narrative_enabled = narrative_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getLastn_enabled() {
|
||||
public Boolean getLastn_enabled() {
|
||||
return lastn_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setLastn_enabled(Boolean lastn_enabled) {
|
||||
public void setLastn_enabled(Boolean lastn_enabled) {
|
||||
this.lastn_enabled = lastn_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public boolean getStore_resource_in_lucene_index_enabled() {
|
||||
public boolean getStore_resource_in_lucene_index_enabled() {
|
||||
return store_resource_in_lucene_index_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setStore_resource_in_lucene_index_enabled(Boolean store_resource_in_lucene_index_enabled) {
|
||||
public void setStore_resource_in_lucene_index_enabled(Boolean store_resource_in_lucene_index_enabled) {
|
||||
this.store_resource_in_lucene_index_enabled = store_resource_in_lucene_index_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public NormalizedQuantitySearchLevel getNormalized_quantity_search_level() {
|
||||
public NormalizedQuantitySearchLevel getNormalized_quantity_search_level() {
|
||||
return this.normalized_quantity_search_level;
|
||||
}
|
||||
}
|
||||
|
||||
public void setNormalized_quantity_search_level(NormalizedQuantitySearchLevel normalized_quantity_search_level) {
|
||||
public void setNormalized_quantity_search_level(NormalizedQuantitySearchLevel normalized_quantity_search_level) {
|
||||
this.normalized_quantity_search_level = normalized_quantity_search_level;
|
||||
}
|
||||
}
|
||||
|
||||
public boolean getInstall_transitive_ig_dependencies() {
|
||||
public boolean getInstall_transitive_ig_dependencies() {
|
||||
return install_transitive_ig_dependencies;
|
||||
}
|
||||
}
|
||||
|
||||
public void setInstall_transitive_ig_dependencies(boolean install_transitive_ig_dependencies) {
|
||||
public void setInstall_transitive_ig_dependencies(boolean install_transitive_ig_dependencies) {
|
||||
this.install_transitive_ig_dependencies = install_transitive_ig_dependencies;
|
||||
}
|
||||
}
|
||||
|
||||
public Integer getBundle_batch_pool_size() {
|
||||
public Integer getBundle_batch_pool_size() {
|
||||
return this.bundle_batch_pool_size;
|
||||
}
|
||||
}
|
||||
|
||||
public void setBundle_batch_pool_size(Integer bundle_batch_pool_size) {
|
||||
public void setBundle_batch_pool_size(Integer bundle_batch_pool_size) {
|
||||
this.bundle_batch_pool_size = bundle_batch_pool_size;
|
||||
}
|
||||
}
|
||||
|
||||
public Integer getBundle_batch_pool_max_size() {
|
||||
public Integer getBundle_batch_pool_max_size() {
|
||||
return bundle_batch_pool_max_size;
|
||||
}
|
||||
}
|
||||
|
||||
public void setBundle_batch_pool_max_size(Integer bundle_batch_pool_max_size) {
|
||||
public void setBundle_batch_pool_max_size(Integer bundle_batch_pool_max_size) {
|
||||
this.bundle_batch_pool_max_size = bundle_batch_pool_max_size;
|
||||
}
|
||||
}
|
||||
|
||||
public Set<String> getLocal_base_urls() {
|
||||
public Set<String> getLocal_base_urls() {
|
||||
return local_base_urls;
|
||||
}
|
||||
}
|
||||
|
||||
public Boolean getIg_runtime_upload_enabled() {
|
||||
public Boolean getIg_runtime_upload_enabled() {
|
||||
return ig_runtime_upload_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public void setIg_runtime_upload_enabled(Boolean ig_runtime_upload_enabled) {
|
||||
public void setIg_runtime_upload_enabled(Boolean ig_runtime_upload_enabled) {
|
||||
this.ig_runtime_upload_enabled = ig_runtime_upload_enabled;
|
||||
}
|
||||
}
|
||||
|
||||
public static class Cors {
|
||||
public static class Cors {
|
||||
private Boolean allow_Credentials = true;
|
||||
private List<String> allowed_origin = List.of("*");
|
||||
|
||||
@@ -602,9 +602,9 @@ public class AppProperties {
|
||||
public void setAllow_Credentials(Boolean allow_Credentials) {
|
||||
this.allow_Credentials = allow_Credentials;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static class Logger {
|
||||
public static class Logger {
|
||||
|
||||
private String name = "fhirtest.access";
|
||||
private String error_format = "ERROR - ${requestVerb} ${requestUrl}";
|
||||
@@ -643,9 +643,9 @@ public class AppProperties {
|
||||
public void setLog_exceptions(Boolean log_exceptions) {
|
||||
this.log_exceptions = log_exceptions;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static class Tester {
|
||||
public static class Tester {
|
||||
|
||||
private String name;
|
||||
private String server_address;
|
||||
@@ -683,9 +683,9 @@ public class AppProperties {
|
||||
public void setRefuse_to_fetch_third_party_urls(Boolean refuse_to_fetch_third_party_urls) {
|
||||
this.refuse_to_fetch_third_party_urls = refuse_to_fetch_third_party_urls;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static class Validation {
|
||||
public static class Validation {
|
||||
|
||||
private Boolean requests_enabled = false;
|
||||
private Boolean responses_enabled = false;
|
||||
@@ -705,9 +705,9 @@ public class AppProperties {
|
||||
public void setResponses_enabled(Boolean responses_enabled) {
|
||||
this.responses_enabled = responses_enabled;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static class Partitioning {
|
||||
public static class Partitioning {
|
||||
|
||||
private Boolean partitioning_include_in_search_hashes = false;
|
||||
private Boolean allow_references_across_partitions = false;
|
||||
@@ -727,9 +727,9 @@ public class AppProperties {
|
||||
public void setAllow_references_across_partitions(Boolean allow_references_across_partitions) {
|
||||
this.allow_references_across_partitions = allow_references_across_partitions;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static class Subscription {
|
||||
public static class Subscription {
|
||||
|
||||
public Boolean getResthook_enabled() {
|
||||
return resthook_enabled;
|
||||
@@ -842,13 +842,13 @@ public class AppProperties {
|
||||
private Boolean startTlsRequired = false;
|
||||
private Boolean quitWait = false;
|
||||
}
|
||||
}
|
||||
|
||||
public boolean getEnable_index_of_type() {
|
||||
return enable_index_of_type;
|
||||
}
|
||||
|
||||
public void setEnable_index_of_type(boolean enable_index_of_type) {
|
||||
this.enable_index_of_type = enable_index_of_type;
|
||||
}
|
||||
}
|
||||
|
||||
public boolean getEnable_index_of_type() {
|
||||
return enable_index_of_type;
|
||||
}
|
||||
|
||||
public void setEnable_index_of_type(boolean enable_index_of_type) {
|
||||
this.enable_index_of_type = enable_index_of_type;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user