|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PropertyConstraint in eu.esdihumboldt.hale.common.instance.extension.validation |
---|
Methods in eu.esdihumboldt.hale.common.instance.extension.validation that return types with arguments of type PropertyConstraint | |
---|---|
Map<Class<PropertyConstraint>,PropertyConstraintValidator> |
ConstraintValidatorExtension.getPropertyConstraintValidators()
Returns a map with all registered PropertyConstraintValidator . |
Methods in eu.esdihumboldt.hale.common.instance.extension.validation with parameters of type PropertyConstraint | |
---|---|
void |
PropertyConstraintValidator.validatePropertyConstraint(Object[] values,
PropertyConstraint constraint,
PropertyDefinition property,
InstanceValidationContext context)
Validate values against constraint . |
Uses of PropertyConstraint in eu.esdihumboldt.hale.common.instancevalidator.validators |
---|
Methods in eu.esdihumboldt.hale.common.instancevalidator.validators with parameters of type PropertyConstraint | |
---|---|
void |
CardinalityValidator.validatePropertyConstraint(Object[] values,
PropertyConstraint constraint,
PropertyDefinition property,
InstanceValidationContext context)
|
void |
UniqueValidator.validatePropertyConstraint(Object[] values,
PropertyConstraint constraint,
PropertyDefinition property,
InstanceValidationContext context)
|
void |
NillableFlagValidator.validatePropertyConstraint(Object[] values,
PropertyConstraint constraint,
PropertyDefinition property,
InstanceValidationContext context)
|
Uses of PropertyConstraint in eu.esdihumboldt.hale.common.schema.model.constraint |
---|
Classes in eu.esdihumboldt.hale.common.schema.model.constraint that implement PropertyConstraint | |
---|---|
class |
DisplayName
Constraint that can provide a custom display name. |
Uses of PropertyConstraint in eu.esdihumboldt.hale.common.schema.model.constraint.property |
---|
Classes in eu.esdihumboldt.hale.common.schema.model.constraint.property that implement PropertyConstraint | |
---|---|
class |
Cardinality
Specifies the cardinality for a property, default is for a property to occur exactly once. |
class |
NillableFlag
Flags if a property is nillable, disabled by default |
class |
Unique
Specifies that a property should be unique. |
Uses of PropertyConstraint in eu.esdihumboldt.hale.common.schema.model.impl |
---|
Methods in eu.esdihumboldt.hale.common.schema.model.impl with type parameters of type PropertyConstraint | ||
---|---|---|
|
AbstractPropertyDecorator.getConstraint(Class<T> constraintType)
|
Uses of PropertyConstraint in eu.esdihumboldt.hale.common.schema.model.impl.internal |
---|
Methods in eu.esdihumboldt.hale.common.schema.model.impl.internal with type parameters of type PropertyConstraint | ||
---|---|---|
|
ConstraintOverrideProperty.getConstraint(Class<T> constraintType)
|
Constructors in eu.esdihumboldt.hale.common.schema.model.impl.internal with parameters of type PropertyConstraint | |
---|---|
ConstraintOverrideProperty(PropertyDefinition property,
PropertyConstraint... constraints)
Create a decorator for the given property where the given constraints override the constraints of the property. |
Uses of PropertyConstraint in eu.esdihumboldt.hale.io.xsd.constraint |
---|
Classes in eu.esdihumboldt.hale.io.xsd.constraint that implement PropertyConstraint | |
---|---|
class |
XmlAttributeFlag
Flags if a property is represented by a XML attribute, disabled by default |
class |
XmlIdUnique
Unique constraint for XS:ID types. |
Uses of PropertyConstraint in eu.esdihumboldt.hale.io.xsd.reader.internal |
---|
Methods in eu.esdihumboldt.hale.io.xsd.reader.internal with type parameters of type PropertyConstraint | ||
---|---|---|
|
XmlAttributeReferenceProperty.getConstraint(Class<T> constraintType)
|
|
|
SubstitutionProperty.getConstraint(Class<T> constraintType)
|
Uses of PropertyConstraint in eu.esdihumboldt.hale.io.xsd.reader.internal.constraint |
---|
Classes in eu.esdihumboldt.hale.io.xsd.reader.internal.constraint that implement PropertyConstraint | |
---|---|
class |
ElementName
Custom display name based on XML elements |
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |