Uses of Class
org.apache.jackrabbit.spi.commons.nodetype.InvalidConstraintException

Packages that use InvalidConstraintException
org.apache.jackrabbit.spi.commons.nodetype.constraint   
 

Uses of InvalidConstraintException in org.apache.jackrabbit.spi.commons.nodetype.constraint
 

Methods in org.apache.jackrabbit.spi.commons.nodetype.constraint that throw InvalidConstraintException
static ValueConstraint ValueConstraint.create(int type, String definition)
          Create a new ValueConstraint from the String representation.
static ValueConstraint[] ValueConstraint.create(int type, String[] definition)
          Create a new ValueConstraint array from the String representation.
static ValueConstraint[] ValueConstraint.create(int type, String[] jcrDefinition, NamePathResolver resolver)
          Create a new ValueConstraint array from the specified JCR representations.
static ValueConstraint ValueConstraint.create(int type, String jcrDefinition, NamePathResolver resolver)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.