Package | Description |
---|---|
org.apache.jackrabbit.spi.commons.nodetype.constraint |
Modifier and Type | Method and Description |
---|---|
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 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[] 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)
Create a new
ValueConstraint array from the specified JCR
representations. |
static ValueConstraint |
ValueConstraint.create(int type,
String jcrDefinition,
NamePathResolver resolver) |
static ValueConstraint |
ValueConstraint.create(int type,
String jcrDefinition,
NamePathResolver resolver) |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.