Uses of Interface
org.openehealth.ipf.commons.core.modules.api.Validator
Package
Description
-
Uses of Validator in org.openehealth.ipf.commons.ihe.xds.core.validate.requests
Modifier and TypeClassDescriptionclass
Validates anEbXMLAdhocQueryRequest
.class
Validates aEbXMLNonconstructiveDocumentSetRequest
.class
Validation of an ebXML object container.class
Validates aEbXMLSubmitObjectsRequest
request.class
Validates aEbXMLRemoveMetadataRequest
request.class
Validates aEbXMLRetrieveImagingDocumentSetRequest
.class
Validates aEbXMLSubmitObjectsRequest
request. -
Uses of Validator in org.openehealth.ipf.commons.ihe.xds.core.validate.responses
Modifier and TypeClassDescriptionclass
Validate aEbXMLQueryResponse
.class
Validate aEbXMLRegistryResponse
.class
ValidatesEbXMLRetrieveDocumentSetResponse
. -
Uses of Validator in org.openehealth.ipf.commons.xml
Modifier and TypeClassDescriptionclass
XSD- and Schematron-based validator for HL7 v3 messages.class
Validation wrapper around theSchematronTransmogrifier
.class
Validation of XML documents based on a XML Schema. -
Uses of Validator in org.openehealth.ipf.modules.cda
Modifier and TypeClassDescriptionclass
Validates a ClinicalDocuments instance for conformity against CDA and/or CCD schema. -
Uses of Validator in org.openehealth.ipf.modules.hl7.validation.support
-
Uses of Validator in org.openehealth.ipf.platform.camel.core.adapter
ModifierConstructorDescriptionValidatorAdapter
(Validator validator) Creates a newValidatorAdapter
and sets the delegateValidator
. -
Uses of Validator in org.openehealth.ipf.platform.camel.core.builder
Modifier and TypeMethodDescriptionCreates a newValidatorAdapter
that adapts the givenvalidator
. -
Uses of Validator in org.openehealth.ipf.platform.camel.core.closures
-
Uses of Validator in org.openehealth.ipf.platform.camel.core.extend
-
Uses of Validator in org.openehealth.ipf.platform.camel.core.model
Modifier and TypeMethodDescriptionvoid
ValidatorAdapterDefinition.setValidator
(Validator<?, ?> validator) -
Uses of Validator in org.openehealth.ipf.platform.camel.core.util
Modifier and TypeMethodDescriptionstatic <S,
P> Expression Expressions.validatorExpression
(Validator<S, P> validator, P profile, Class<? extends S> clazz)