Uses of Interface
org.apache.jackrabbit.spi.QValueConstraint
- 
Packages that use QValueConstraint Package Description org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface).org.apache.jackrabbit.spi.commons org.apache.jackrabbit.spi.commons.nodetype org.apache.jackrabbit.spi.commons.nodetype.constraint  - 
- 
Uses of QValueConstraint in org.apache.jackrabbit.spi
Fields in org.apache.jackrabbit.spi declared as QValueConstraint Modifier and Type Field Description static QValueConstraint[]QValueConstraint. EMPTY_ARRAYEmpty array ofQValueConstraint.Methods in org.apache.jackrabbit.spi that return QValueConstraint Modifier and Type Method Description QValueConstraint[]QPropertyDefinition. getValueConstraints()Returns the array of value constraints. - 
Uses of QValueConstraint in org.apache.jackrabbit.spi.commons
Methods in org.apache.jackrabbit.spi.commons that return QValueConstraint Modifier and Type Method Description QValueConstraint[]QPropertyDefinitionImpl. getValueConstraints()Returns the array of value constraints.Constructors in org.apache.jackrabbit.spi.commons with parameters of type QValueConstraint Constructor Description QPropertyDefinitionImpl(Name name, Name declaringNodeType, boolean isAutoCreated, boolean isMandatory, int onParentVersion, boolean isProtected, QValue[] defaultValues, boolean isMultiple, int requiredType, QValueConstraint[] valueConstraints, String[] availableQueryOperators, boolean isFullTextSearchable, boolean isQueryOrderable)Creates a new serializable property definition. - 
Uses of QValueConstraint in org.apache.jackrabbit.spi.commons.nodetype
Methods in org.apache.jackrabbit.spi.commons.nodetype that return QValueConstraint Modifier and Type Method Description QValueConstraint[]QPropertyDefinitionBuilder. getValueConstraints()Methods in org.apache.jackrabbit.spi.commons.nodetype with parameters of type QValueConstraint Modifier and Type Method Description voidQPropertyDefinitionBuilder. addValueConstraint(QValueConstraint constraint)Adds a value constraint of the property definition being built.voidQPropertyDefinitionBuilder. setValueConstraints(QValueConstraint[] constraints) - 
Uses of QValueConstraint in org.apache.jackrabbit.spi.commons.nodetype.constraint
Classes in org.apache.jackrabbit.spi.commons.nodetype.constraint that implement QValueConstraint Modifier and Type Class Description classValueConstraintValueConstraintand its subclasses are used to check the syntax of a value constraint and to test if a specific value satisfies it. 
 -