Uses of Interface
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLSubmitObjectsRequest
Package
Description
-
Uses of EbXMLSubmitObjectsRequest in org.openehealth.ipf.commons.ihe.xds.core.audit
Modifier and TypeMethodDescriptionprotected static void
XdsSubmitAuditStrategy30.enrichDatasetFromSubmitObjectsRequest
(XdsSubmitAuditDataset auditDataset, EbXMLSubmitObjectsRequest<SubmitObjectsRequest> ebXML) -
Uses of EbXMLSubmitObjectsRequest in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Modifier and TypeInterfaceDescriptioninterface
Encapsulation of the ebXML classes forProvideAndRegisterDocumentSetRequestType
.Modifier and TypeMethodDescriptionEbXMLFactory.createSubmitObjectsRequest()
Creates a new request to submit objects. -
Uses of EbXMLSubmitObjectsRequest in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Modifier and TypeClassDescriptionclass
Encapsulation ofProvideAndRegisterDocumentSetRequestType
class
Encapsulation ofSubmitObjectsRequest
-
Uses of EbXMLSubmitObjectsRequest in org.openehealth.ipf.commons.ihe.xds.core.transform.requests
Modifier and TypeMethodDescriptionRegisterDocumentSetTransformer.toEbXML
(RegisterDocumentSet request) Transforms the request into its ebXML representation.Modifier 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
Modifier and TypeMethodDescriptionvoid
SubmitObjectsRequestValidator.validate
(EbXMLSubmitObjectsRequest<?> request, ValidationProfile profile) Validates the request.