Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchRequest
-
-
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd
Methods in org.openehealth.ipf.commons.ihe.hpd with parameters of type BatchRequest Modifier and Type Method Description static voidHpdValidator. validateChCiqRequest(BatchRequest batchRequest)static voidHpdValidator. validateIti58Request(BatchRequest batchRequest)static voidHpdValidator. 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 Modifier and Type Method Description BatchResponseChCiqPortType. communityQueryRequest(BatchRequest body) -
Uses of BatchRequest in org.openehealth.ipf.commons.ihe.hpd.controls
Methods in org.openehealth.ipf.commons.ihe.hpd.controls with parameters of type BatchRequest Modifier and Type Method Description protected static BatchResponseConsumerHpdHandler. aggregateResponse(BatchRequest batchRequest, BatchResponse batchResponse, javax.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 BatchRequest Constructor Description ConsumerHpdHandler(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 BatchRequest Modifier and Type Method Description BatchResponseConsumerPaginationHandler. handle(BatchRequest batchRequest)BatchResponseProducerPaginationHandler. handle(Object client, BatchRequest batchRequest0)Constructor parameters in org.openehealth.ipf.commons.ihe.hpd.controls.pagination with type arguments of type BatchRequest Constructor Description ConsumerPaginationHandler(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 BatchRequest Modifier and Type Method Description BatchResponseConsumerSortingHandler. handle(BatchRequest batchRequest)Constructor parameters in org.openehealth.ipf.commons.ihe.hpd.controls.sorting with type arguments of type BatchRequest Constructor Description ConsumerSortingHandler(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 BatchRequest Modifier and Type Method Description BatchResponseIti58PortType. 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 BatchRequest Modifier and Type Method Description BatchResponseIti59PortType. 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 BatchRequest Modifier and Type Field Description protected List<BatchRequest>DownloadResponse. batchRequestMethods in org.openehealth.ipf.commons.ihe.hpd.stub.chcidd that return types with arguments of type BatchRequest Modifier and Type Method Description List<BatchRequest>DownloadResponse. 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 BatchRequest Modifier and Type Field Description protected List<BatchRequest>DownloadResponse. batchRequestMethods in org.openehealth.ipf.commons.ihe.hpd.stub.chpidd that return types with arguments of type BatchRequest Modifier and Type Method Description List<BatchRequest>DownloadResponse. 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 BatchRequest Modifier and Type Method Description BatchRequestObjectFactory. createBatchRequest()Create an instance ofBatchRequestMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type BatchRequest Modifier and Type Method Description javax.xml.bind.JAXBElement<BatchRequest>ObjectFactory. createBatchRequest(BatchRequest value)Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type BatchRequest Modifier and Type Method Description javax.xml.bind.JAXBElement<BatchRequest>ObjectFactory. createBatchRequest(BatchRequest value)
-