|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationContext | |
---|---|
ca.uhn.hl7v2.model | |
ca.uhn.hl7v2.parser | |
ca.uhn.hl7v2.validation | |
ca.uhn.hl7v2.validation.impl |
Uses of ValidationContext in ca.uhn.hl7v2.model |
---|
Methods in ca.uhn.hl7v2.model that return ValidationContext | |
---|---|
ValidationContext |
Message.getValidationContext()
|
ValidationContext |
AbstractMessage.getValidationContext()
|
Methods in ca.uhn.hl7v2.model with parameters of type ValidationContext | |
---|---|
void |
Message.setValidationContext(ValidationContext theContext)
|
void |
AbstractMessage.setValidationContext(ValidationContext theContext)
|
Uses of ValidationContext in ca.uhn.hl7v2.parser |
---|
Methods in ca.uhn.hl7v2.parser that return ValidationContext | |
---|---|
ValidationContext |
Parser.getValidationContext()
|
Methods in ca.uhn.hl7v2.parser with parameters of type ValidationContext | |
---|---|
void |
Parser.setValidationContext(ValidationContext theContext)
|
void |
GenericParser.setValidationContext(ValidationContext theContext)
|
Uses of ValidationContext in ca.uhn.hl7v2.validation |
---|
Constructors in ca.uhn.hl7v2.validation with parameters of type ValidationContext | |
---|---|
MessageValidator(ValidationContext theContext,
boolean theFailOnErrorFlag)
|
Uses of ValidationContext in ca.uhn.hl7v2.validation.impl |
---|
Classes in ca.uhn.hl7v2.validation.impl that implement ValidationContext | |
---|---|
class |
DefaultValidation
A ValidationContext with a default set of rules initially defined. |
class |
NoValidation
A ValidationContext with no validation initially defined. |
class |
ValidationContextImpl
A default implementation of ValidationContext . |
Methods in ca.uhn.hl7v2.validation.impl that return ValidationContext | |
---|---|
static ValidationContext |
ValidationContextFactory.getContext()
Returns a singleton ValidationContext , creating it if necessary. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |