Package org.nuxeo.ecm.core.schema.types.constraints
Implementation of schema xsd restrictions.
-
Interface Summary Interface Description Constraint A constraint object defines a constraint on a custom type. -
Class Summary Class Description AbstractConstraint This constraint ensures some date representation is in an enumeration.Constraint.Description Represent the description of a constraint.ConstraintUtils Some usefull utils for Constraint API.DateIntervalConstraint This constraint ensures a date is in an interval.EnumConstraint This constraint ensures some object's String representation is in an enumeration.LengthConstraint This constraints checks whether an object's String representation size is in some interval.NotNullConstraint This constraint ensure some object is not null.NumericIntervalConstraint This constraint ensures a numeric is in an interval.ObjectResolverConstraint External references are document field with a simple type whose value refers to an external business entity.PatternConstraint This constraint ensures some object's String representation match a pattern.TypeConstraint This constraint ensures some object's is supported by someType
.