Uses of Interface
com.aquima.interactions.communication.IFieldValidationDefinition
Packages that use IFieldValidationDefinition
Package
Description
-
Uses of IFieldValidationDefinition in com.aquima.interactions.communication
Methods in com.aquima.interactions.communication that return IFieldValidationDefinitionModifier and TypeMethodDescriptionITypeMappingDefinition.getComposedContentValidations()
This method returns the validation of the composed content validation.ITypeMappingDefinition.getContentValidations()
This method returns the validations of the content attribute.IAnyParticleMappingDefinition.getValidations()
This method returns the validations of the attribute.IAttributeMappingDefinition.getValidations()
This method return the validations of the attribute.IDomainPropertyDefinition.getValidations()
This method returns the validations of the attribute.IElementParticleMappingDefinition.getValidations()
This method returns the validations of the attribute.IGroupParticleMappingDefinition.getValidations()
This method return the validations of the relation.IRestHeaderDefinition.getValidations()
This method returns the validations of the attribute.IRestMessageDefinition.getValidations()
This method returns the validations of the attribute.IRestUrnArgumentDefinition.getValidations()
This method returns the validations of the attribute.IRestUrnFragmentDefinition.getValidations()
This method returns the validations of the attribute.ISoapMessagePartDefinition.getValidations()
This method returns the validations of the attribute. -
Uses of IFieldValidationDefinition in com.aquima.interactions.communication.impl
Classes in com.aquima.interactions.communication.impl that implement IFieldValidationDefinitionModifier and TypeClassDescriptionfinal class
Internal IFieldDefinition implementation that uses a datasource for construction.Methods in com.aquima.interactions.communication.impl that return IFieldValidationDefinitionModifier and TypeMethodDescriptionTypeMappingDefinition.getComposedContentValidations()
TypeMappingDefinition.getContentValidations()
AnyParticleMappingDefinition.getValidations()
AttributeMappingDefinition.getValidations()
CustomSchemaPropertyDefinition.getValidations()
DomainPropertyDefinition.getValidations()
ElementParticleMappingDefinition.getValidations()
GroupParticleMappingDefinition.getValidations()
RestHeaderDefinition.getValidations()
RestMessageDefinition.getValidations()
RestUrnArgumentDefinition.getValidations()
RestUrnFragmentDefinition.getValidations()
SoapMessagePartDefinition.getValidations()
Methods in com.aquima.interactions.communication.impl that return types with arguments of type IFieldValidationDefinitionModifier and TypeMethodDescriptionprotected static List
<IFieldValidationDefinition> ValidationsUtil.getExpressionValidations
(IAttributeDefinition attribute, IRuleEngine ruleEngine) Constructor parameters in com.aquima.interactions.communication.impl with type arguments of type IFieldValidationDefinitionModifierConstructorDescriptionprotected
FieldValidationVisitor
(IAttributeDefinition attributeDef, List<IFieldValidationDefinition> validations, IRuleEngine ruleEngine) -
Uses of IFieldValidationDefinition in com.aquima.interactions.communication.impl.evaluator.parser
Methods in com.aquima.interactions.communication.impl.evaluator.parser that return IFieldValidationDefinitionModifier and TypeMethodDescriptionfinal IFieldValidationDefinition[]
AbstractSchemaValidationElement.getValidationList()
Methods in com.aquima.interactions.communication.impl.evaluator.parser with parameters of type IFieldValidationDefinitionModifier and TypeMethodDescriptionvoid
ParserContext.validate
(String attribute, IFieldValidationDefinition[] validations, InstanceContext ctx) Validates an attribute with use of the specified field validations.Constructors in com.aquima.interactions.communication.impl.evaluator.parser with parameters of type IFieldValidationDefinitionModifierConstructorDescriptionAbstractSchemaValidationElement
(IFieldValidationDefinition[] validationList, InstanceContext instanceContext) SchemaArgument
(String argumentName, String attributeName, String[] values, IFieldValidationDefinition[] validationList, InstanceContext instanceContext) protected
SchemaAttribute
(SchemaEntity.SchemaEntityKey parentReference, String propertyName, String attributeName, IValue value, IFieldValidationDefinition[] validationList, InstanceContext instanceContext) SchemaFragment
(String fragmentName, String attributeName, String value, IFieldValidationDefinition[] validationList, InstanceContext instanceContext) SchemaHeader
(String headerName, String attributeName, String[] values, IFieldValidationDefinition[] validationList, InstanceContext instanceContext) protected
SchemaRelation
(SchemaEntity.SchemaEntityKey parentReference, String propertyName, String relationName, IValue value, IFieldValidationDefinition[] validationList, InstanceContext instanceContext, boolean multiValued)