public abstract class AbstractQValueFactory extends java.lang.Object implements QValueFactory
AbstractQValueFactory
...Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_ENCODING
the default encoding
|
Constructor and Description |
---|
AbstractQValueFactory() |
Modifier and Type | Method and Description |
---|---|
QValue[] |
computeAutoValues(QPropertyDefinition propertyDefinition)
Given the
QPropertyDefinition of an autocreated
property, compute suitable values to be used in transient space until
the newly created node gets saved. |
QValue |
create(java.math.BigDecimal value)
Create a new
QValue with type javax.jcr.PropertyType#DECIMAL . |
QValue |
create(boolean value)
Create a new
QValue with type javax.jcr.PropertyType#BOOLEAN . |
QValue |
create(java.util.Calendar value)
Create a new
QValue with type javax.jcr.PropertyType#DATE . |
QValue |
create(double value)
Create a new
QValue with type javax.jcr.PropertyType#DOUBLE . |
QValue |
create(long value)
Create a new
QValue with type javax.jcr.PropertyType#LONG . |
QValue |
create(Name value)
Create a new
QValue with type javax.jcr.PropertyType#NAME . |
QValue |
create(Path value)
Create a new
QValue with type javax.jcr.PropertyType#PATH . |
QValue |
create(java.lang.String value,
int type)
Create a new
QValue using the given String representation
of the value and its type . |
QValue |
create(java.net.URI value)
Create a new
QValue with type javax.jcr.PropertyType#URI . |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create, create
public static final java.lang.String DEFAULT_ENCODING
public QValue[] computeAutoValues(QPropertyDefinition propertyDefinition) throws RepositoryException
QValueFactory
QPropertyDefinition
of an autocreated
property, compute suitable values to be used in transient space until
the newly created node gets saved.computeAutoValues
in interface QValueFactory
propertyDefinition
- definition of property for which values should be createdRepositoryException
QValueFactory.computeAutoValues(org.apache.jackrabbit.spi.QPropertyDefinition)
public QValue create(java.lang.String value, int type) throws RepositoryException
QValueFactory
QValue
using the given String representation
of the value and its type
.create
in interface QValueFactory
value
- String representation of the new QValue
. Note,
that the given String must never be null
.type
- A valid type
.QValue
.RepositoryException
- If another error occurs.QValueFactory.create(String, int)
public QValue create(java.util.Calendar value) throws RepositoryException
QValueFactory
QValue
with type javax.jcr.PropertyType#DATE
.create
in interface QValueFactory
value
- A non-null Calendar
object acting as value
of the new QValue
.QValue
.RepositoryException
QValueFactory.create(Calendar)
public QValue create(double value) throws RepositoryException
QValueFactory
QValue
with type javax.jcr.PropertyType#DOUBLE
.create
in interface QValueFactory
value
- A double
containing the value
of the new QValue
.QValue
.RepositoryException
QValueFactory.create(double)
public QValue create(long value) throws RepositoryException
QValueFactory
QValue
with type javax.jcr.PropertyType#LONG
.create
in interface QValueFactory
value
- A long
containing the value
of the new QValue
.QValue
.RepositoryException
QValueFactory.create(long)
public QValue create(boolean value) throws RepositoryException
QValueFactory
QValue
with type javax.jcr.PropertyType#BOOLEAN
.create
in interface QValueFactory
value
- A boolean
containing the value
of the new QValue
.QValue
.RepositoryException
QValueFactory.create(boolean)
public QValue create(Name value) throws RepositoryException
QValueFactory
QValue
with type javax.jcr.PropertyType#NAME
.create
in interface QValueFactory
value
- A non-null Name
.QValue
.RepositoryException
QValueFactory.create(Name)
public QValue create(Path value) throws RepositoryException
QValueFactory
QValue
with type javax.jcr.PropertyType#PATH
.create
in interface QValueFactory
value
- A non-null Path
.QValue
.RepositoryException
QValueFactory.create(Path)
public QValue create(java.net.URI value) throws RepositoryException
QValueFactory
QValue
with type javax.jcr.PropertyType#URI
.create
in interface QValueFactory
value
- A non-null URI
.QValue
.RepositoryException
QValueFactory.create(URI)
public QValue create(java.math.BigDecimal value) throws RepositoryException
QValueFactory
QValue
with type javax.jcr.PropertyType#DECIMAL
.create
in interface QValueFactory
value
- A non-null BigDecimal
.QValue
.RepositoryException
QValueFactory.create(URI)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"