Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchRequest
Package
Description
-
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd
Modifier 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
-
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.controls
Modifier and TypeMethodDescriptionprotected static BatchResponse
ConsumerHpdHandler.aggregateResponse
(BatchRequest batchRequest, BatchResponse batchResponse, javax.xml.bind.JAXBElement<?>[] localResponses) Combines the entries from the batch response with the ones computed locally.ModifierConstructorDescriptionConsumerHpdHandler
(ConsumerHandler<BatchRequest, BatchResponse> wrappedHandler) -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.controls.pagination
Modifier and TypeMethodDescriptionConsumerPaginationHandler.handle
(BatchRequest batchRequest) ProducerPaginationHandler.handle
(Object client, BatchRequest batchRequest0) ModifierConstructorDescriptionConsumerPaginationHandler
(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
ModifierConstructorDescriptionConsumerSortingHandler
(ConsumerHandler<BatchRequest, BatchResponse> wrappedHandler) -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.iti58
Modifier and TypeMethodDescriptionIti58PortType.providerInformationQueryRequest
(BatchRequest body) -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.iti59
Modifier and TypeMethodDescriptionIti59PortType.providerInformationFeedRequest
(BatchRequest body) -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.stub.chcidd
Modifier and TypeMethodDescriptionDownloadResponse.getBatchRequest()
Gets the value of the batchRequest property. -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.stub.chpidd
Modifier and TypeMethodDescriptionDownloadResponse.getBatchRequest()
Gets the value of the batchRequest property. -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Modifier and TypeMethodDescriptionObjectFactory.createBatchRequest()
Create an instance ofBatchRequest
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<BatchRequest>
ObjectFactory.createBatchRequest
(BatchRequest value) Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<BatchRequest>
ObjectFactory.createBatchRequest
(BatchRequest value) -
Uses of BatchRequest in org.openehealth.ipf.platform.camel.ihe.hpd
Modifier and TypeMethodDescriptionHpdQueryProducer.getWrappedHandler()
HpdQueryService.getWrappedHandler()
Modifier 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
-
Uses of BatchRequest in org.openehealth.ipf.platform.camel.ihe.hpd.iti58
Modifier and TypeMethodDescriptionIti58Service.providerInformationQueryRequest
(BatchRequest body) -
Uses of BatchRequest in org.openehealth.ipf.platform.camel.ihe.hpd.iti59