public class RestulfulServerConfiguration extends Object
| Constructor and Description |
|---|
RestulfulServerConfiguration()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.hl7.fhir.instance.model.api.IPrimitiveType<Date> |
getConformanceDate()
Get the date that will be specified in the conformance profile
exported by this server.
|
ca.uhn.fhir.context.FhirContext |
getFhirContext()
Gets the
FhirContext associated with this server. |
String |
getImplementationDescription()
Get the implementationDescription
|
Collection<ResourceBinding> |
getResourceBindings()
Get the resourceBindings
|
IServerAddressStrategy |
getServerAddressStrategy()
Get the serverAddressStrategy
|
List<BaseMethodBinding<?>> |
getServerBindings()
Get the serverBindings
|
String |
getServerName()
Get the serverName
|
String |
getServerVersion()
Get the serverVersion
|
void |
setConformanceDate(org.hl7.fhir.instance.model.api.IPrimitiveType<Date> theConformanceDate)
Set the date that will be specified in the conformance profile
exported by this server.
|
RestulfulServerConfiguration |
setFhirContext(ca.uhn.fhir.context.FhirContext fhirContext)
Set the fhirContext
|
RestulfulServerConfiguration |
setImplementationDescription(String implementationDescription)
Set the implementationDescription
|
RestulfulServerConfiguration |
setResourceBindings(Collection<ResourceBinding> resourceBindings)
Set the resourceBindings
|
void |
setServerAddressStrategy(IServerAddressStrategy serverAddressStrategy)
Set the serverAddressStrategy
|
RestulfulServerConfiguration |
setServerBindings(List<BaseMethodBinding<?>> theServerBindings)
Set the theServerBindings
|
RestulfulServerConfiguration |
setServerName(String serverName)
Set the serverName
|
RestulfulServerConfiguration |
setServerVersion(String serverVersion)
Set the serverVersion
|
public RestulfulServerConfiguration()
public Collection<ResourceBinding> getResourceBindings()
public RestulfulServerConfiguration setResourceBindings(Collection<ResourceBinding> resourceBindings)
resourceBindings - the resourceBindings to setpublic List<BaseMethodBinding<?>> getServerBindings()
public RestulfulServerConfiguration setServerBindings(List<BaseMethodBinding<?>> theServerBindings)
public String getImplementationDescription()
public RestulfulServerConfiguration setImplementationDescription(String implementationDescription)
implementationDescription - the implementationDescription to setpublic String getServerVersion()
public RestulfulServerConfiguration setServerVersion(String serverVersion)
serverVersion - the serverVersion to setpublic String getServerName()
public RestulfulServerConfiguration setServerName(String serverName)
serverName - the serverName to setpublic ca.uhn.fhir.context.FhirContext getFhirContext()
FhirContext associated with this server. For efficient processing, resource providers and plain providers should generally use this context if one is needed, as opposed to
creating their own.public RestulfulServerConfiguration setFhirContext(ca.uhn.fhir.context.FhirContext fhirContext)
fhirContext - the fhirContext to setpublic IServerAddressStrategy getServerAddressStrategy()
public void setServerAddressStrategy(IServerAddressStrategy serverAddressStrategy)
serverAddressStrategy - the serverAddressStrategy to setpublic org.hl7.fhir.instance.model.api.IPrimitiveType<Date> getConformanceDate()
public void setConformanceDate(org.hl7.fhir.instance.model.api.IPrimitiveType<Date> theConformanceDate)
Copyright © 2014–2019 University Health Network. All rights reserved.