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_ARRAY
Methods in org.apache.jackrabbit.spi.commons.nodetype.constraint that return ValueConstraint Modifier and Type Method Description static ValueConstraint
ValueConstraint. create(int type, String definition)
Create a newValueConstraint
from the String representation.static ValueConstraint[]
ValueConstraint. create(int type, String[] definition)
Create a newValueConstraint
array from the String representation.static ValueConstraint[]
ValueConstraint. create(int type, String[] jcrDefinition, NamePathResolver resolver)
Create a newValueConstraint
array from the specified JCR representations.static ValueConstraint
ValueConstraint. create(int type, String jcrDefinition, NamePathResolver resolver)
-