Class Iti65TransactionConfiguration
java.lang.Object
org.openehealth.ipf.commons.ihe.core.TransactionConfiguration<T>
org.openehealth.ipf.commons.ihe.fhir.FhirTransactionConfiguration<Iti65AuditDataset>
org.openehealth.ipf.commons.ihe.fhir.iti65.Iti65TransactionConfiguration
Standard Configuration for Iti65Component.
- Since:
- 3.6
- Author:
- Christian Ohr
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setSupportsLazyLoading
(boolean supportsLazyLoading) Determines if the component and backend implementation does support lazy-loading of search result sets.Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.FhirTransactionConfiguration
getFhirValidator, getFhirVersion, getStaticClientRequestFactory, getStaticConsumerSelector, getStaticResourceProvider, initializeFhirContext, setStaticConsumerSelector, supportsLazyLoading
Methods inherited from class org.openehealth.ipf.commons.ihe.core.TransactionConfiguration
getClientAuditStrategy, getDescription, getName, getServerAuditStrategy, isQuery, isStrict, setStrict
-
Constructor Details
-
Iti65TransactionConfiguration
public Iti65TransactionConfiguration()
-
-
Method Details
-
setSupportsLazyLoading
public void setSupportsLazyLoading(boolean supportsLazyLoading) Description copied from class:FhirTransactionConfiguration
Determines if the component and backend implementation does support lazy-loading of search result sets. Even if true, the endpoint URI, however, must be explicitly configured to use lazy-loading.- Overrides:
setSupportsLazyLoading
in classFhirTransactionConfiguration<Iti65AuditDataset>
- Parameters:
supportsLazyLoading
- true if this component support lazy-loading
-