| 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 | 
| Modifier and Type | Field and Description | 
|---|---|
static QValueConstraint[] | 
QValueConstraint.EMPTY_ARRAY
Empty array of  
QValueConstraint. | 
| Modifier and Type | Method and Description | 
|---|---|
QValueConstraint[] | 
QPropertyDefinition.getValueConstraints()
Returns the array of value constraints. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QValueConstraint[] | 
QPropertyDefinitionImpl.getValueConstraints()
Returns the array of value constraints. 
 | 
| Constructor and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QValueConstraint[] | 
QPropertyDefinitionBuilder.getValueConstraints()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
QPropertyDefinitionBuilder.addValueConstraint(QValueConstraint constraint)
Adds a value constraint of the property definition being built. 
 | 
void | 
QPropertyDefinitionBuilder.setValueConstraints(QValueConstraint[] constraints)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ValueConstraint
ValueConstraint and its subclasses are used to check the
 syntax of a value constraint and to test if a specific value satisfies
 it. | 
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.