Uses of Class
org.apache.jackrabbit.spi.commons.nodetype.constraint.ValueConstraint
-
Packages that use ValueConstraint Package Description org.apache.jackrabbit.spi.commons.nodetype.constraint -
-
Uses of ValueConstraint in org.apache.jackrabbit.spi.commons.nodetype.constraint
Fields in org.apache.jackrabbit.spi.commons.nodetype.constraint declared as ValueConstraint Modifier and Type Field Description static ValueConstraint[]ValueConstraint. EMPTY_ARRAYMethods in org.apache.jackrabbit.spi.commons.nodetype.constraint that return ValueConstraint Modifier and Type Method Description static ValueConstraintValueConstraint. create(int type, String definition)Create a newValueConstraintfrom the String representation.static ValueConstraint[]ValueConstraint. create(int type, String[] definition)Create a newValueConstraintarray from the String representation.static ValueConstraint[]ValueConstraint. create(int type, String[] jcrDefinition, NamePathResolver resolver)Create a newValueConstraintarray from the specified JCR representations.static ValueConstraintValueConstraint. create(int type, String jcrDefinition, NamePathResolver resolver)
-