Uses of Interface
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLSubmitObjectsRequest
Packages that use EbXMLSubmitObjectsRequest
Package
Description
-
Uses of EbXMLSubmitObjectsRequest in org.openehealth.ipf.commons.ihe.xds.core.audit
Methods in org.openehealth.ipf.commons.ihe.xds.core.audit with parameters of type EbXMLSubmitObjectsRequestModifier and TypeMethodDescriptionprotected static voidXdsSubmitAuditStrategy30.enrichDatasetFromSubmitObjectsRequest(XdsSubmitAuditDataset auditDataset, EbXMLSubmitObjectsRequest<SubmitObjectsRequest> ebXML) -
Uses of EbXMLSubmitObjectsRequest in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Subinterfaces of EbXMLSubmitObjectsRequest in org.openehealth.ipf.commons.ihe.xds.core.ebxmlModifier and TypeInterfaceDescriptioninterfaceEncapsulation of the ebXML classes forProvideAndRegisterDocumentSetRequestType.Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return EbXMLSubmitObjectsRequestModifier and TypeMethodDescriptionEbXMLFactory.createSubmitObjectsRequest()Creates a new request to submit objects. -
Uses of EbXMLSubmitObjectsRequest in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Classes in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that implement EbXMLSubmitObjectsRequestModifier and TypeClassDescriptionclassEncapsulation ofProvideAndRegisterDocumentSetRequestTypeclassEncapsulation ofSubmitObjectsRequestMethods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return EbXMLSubmitObjectsRequest -
Uses of EbXMLSubmitObjectsRequest in org.openehealth.ipf.commons.ihe.xds.core.transform.requests
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests that return EbXMLSubmitObjectsRequestModifier and TypeMethodDescriptionRegisterDocumentSetTransformer.toEbXML(RegisterDocumentSet request) Transforms the request into its ebXML representation.Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests with parameters of type EbXMLSubmitObjectsRequestModifier and TypeMethodDescriptionRegisterDocumentSetTransformer.fromEbXML(EbXMLSubmitObjectsRequest<SubmitObjectsRequest> ebXML) Transforms the ebXML representation into a request. -
Uses of EbXMLSubmitObjectsRequest in org.openehealth.ipf.commons.ihe.xds.core.validate.requests
Methods in org.openehealth.ipf.commons.ihe.xds.core.validate.requests with parameters of type EbXMLSubmitObjectsRequestModifier and TypeMethodDescriptionvoidSubmitObjectsRequestValidator.validate(EbXMLSubmitObjectsRequest<?> request, ValidationProfile profile) Validates the request.