Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchRequest
Packages that use BatchRequest
Package
Description
-
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd
Methods in org.openehealth.ipf.commons.ihe.hpd with parameters of type BatchRequestModifier and TypeMethodDescriptionstatic void
HpdValidator.validateChCiqRequest
(BatchRequest batchRequest) static void
HpdValidator.validateIti58Request
(BatchRequest batchRequest) static void
HpdValidator.validateIti59Request
(BatchRequest batchRequest) -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.chciq
Methods in org.openehealth.ipf.commons.ihe.hpd.chciq with parameters of type BatchRequest -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.controls
Methods in org.openehealth.ipf.commons.ihe.hpd.controls with parameters of type BatchRequestModifier and TypeMethodDescriptionprotected static BatchResponse
ConsumerHpdHandler.aggregateResponse
(BatchRequest batchRequest, BatchResponse batchResponse, jakarta.xml.bind.JAXBElement<?>[] localResponses) Combines the entries from the batch response with the ones computed locally.Constructor parameters in org.openehealth.ipf.commons.ihe.hpd.controls with type arguments of type BatchRequestModifierConstructorDescriptionConsumerHpdHandler
(ConsumerHandler<BatchRequest, BatchResponse> wrappedHandler) -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.controls.pagination
Methods in org.openehealth.ipf.commons.ihe.hpd.controls.pagination with parameters of type BatchRequestModifier and TypeMethodDescriptionConsumerPaginationHandler.handle
(BatchRequest batchRequest) ProducerPaginationHandler.handle
(Object client, BatchRequest batchRequest0) Constructor parameters in org.openehealth.ipf.commons.ihe.hpd.controls.pagination with type arguments of type BatchRequestModifierConstructorDescriptionConsumerPaginationHandler
(ConsumerHandler<BatchRequest, BatchResponse> wrappedHandler, PaginationStorage paginationStorage) ProducerPaginationHandler
(ProducerHandler<BatchRequest, BatchResponse> wrappedHandler, int defaultPageSize) -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.controls.sorting
Methods in org.openehealth.ipf.commons.ihe.hpd.controls.sorting with parameters of type BatchRequestConstructor parameters in org.openehealth.ipf.commons.ihe.hpd.controls.sorting with type arguments of type BatchRequestModifierConstructorDescriptionConsumerSortingHandler
(ConsumerHandler<BatchRequest, BatchResponse> wrappedHandler) -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.iti58
Methods in org.openehealth.ipf.commons.ihe.hpd.iti58 with parameters of type BatchRequestModifier and TypeMethodDescriptionIti58PortType.providerInformationQueryRequest
(BatchRequest body) -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.iti59
Methods in org.openehealth.ipf.commons.ihe.hpd.iti59 with parameters of type BatchRequestModifier and TypeMethodDescriptionIti59PortType.providerInformationFeedRequest
(BatchRequest body) -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.stub.chcidd
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.chcidd with type parameters of type BatchRequestMethods in org.openehealth.ipf.commons.ihe.hpd.stub.chcidd that return types with arguments of type BatchRequestModifier and TypeMethodDescriptionDownloadResponse.getBatchRequest()
Gets the value of the batchRequest property. -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.stub.chpidd
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.chpidd with type parameters of type BatchRequestMethods in org.openehealth.ipf.commons.ihe.hpd.stub.chpidd that return types with arguments of type BatchRequestModifier and TypeMethodDescriptionDownloadResponse.getBatchRequest()
Gets the value of the batchRequest property. -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return BatchRequestModifier and TypeMethodDescriptionObjectFactory.createBatchRequest()
Create an instance ofBatchRequest
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type BatchRequestModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<BatchRequest> ObjectFactory.createBatchRequest
(BatchRequest value) Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type BatchRequestModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<BatchRequest> ObjectFactory.createBatchRequest
(BatchRequest value) -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.stub.json
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.json that return BatchRequestMethods in org.openehealth.ipf.commons.ihe.hpd.stub.json with parameters of type BatchRequestModifier and TypeMethodDescriptionSearchBatchRequestIntermediary.fromBatchRequest
(BatchRequest batchRequest) -
Uses of BatchRequest in org.openehealth.ipf.platform.camel.ihe.hpd
Methods in org.openehealth.ipf.platform.camel.ihe.hpd that return types with arguments of type BatchRequestModifier and TypeMethodDescriptionHpdQueryProducer.getWrappedHandler()
HpdQueryService.getWrappedHandler()
Methods in org.openehealth.ipf.platform.camel.ihe.hpd with parameters of type BatchRequestModifier and TypeMethodDescriptionprotected BatchResponse
HpdQueryProducer.callService
(Object clientObject, BatchRequest batchRequest) protected BatchResponse
HpdQueryService.doProcess
(BatchRequest batchRequest) protected BatchResponse
HpdService.doProcess
(BatchRequest request) HpdQueryProducer.handle
(Object clientObject, BatchRequest batchRequest) HpdQueryService.handle
(BatchRequest request) -
Uses of BatchRequest in org.openehealth.ipf.platform.camel.ihe.hpd.chciq
Methods in org.openehealth.ipf.platform.camel.ihe.hpd.chciq with parameters of type BatchRequest -
Uses of BatchRequest in org.openehealth.ipf.platform.camel.ihe.hpd.iti58
Methods in org.openehealth.ipf.platform.camel.ihe.hpd.iti58 with parameters of type BatchRequestModifier and TypeMethodDescriptionIti58Service.providerInformationQueryRequest
(BatchRequest body) -
Uses of BatchRequest in org.openehealth.ipf.platform.camel.ihe.hpd.iti59
Methods in org.openehealth.ipf.platform.camel.ihe.hpd.iti59 with parameters of type BatchRequest