public final class InternalValueFactory extends AbstractQValueFactory
InternalValueFactory implements a QValueFactory that
 creates InternalValue instances for binary values.DEFAULT_ENCODING, NAME_FACTORY, PATH_FACTORY| Modifier and Type | Method and Description | 
|---|---|
QValue | 
create(BigDecimal value)
Create a new  
QValue with type PropertyType.DECIMAL. | 
QValue | 
create(boolean value)
Create a new  
QValue with type PropertyType.BOOLEAN. | 
QValue | 
create(byte[] value)
Create a new  
QValue with type PropertyType.BINARY. | 
QValue | 
create(Calendar value)
Create a new  
QValue with type PropertyType.DATE. | 
QValue | 
create(double value)
Create a new  
QValue with type PropertyType.DOUBLE. | 
QValue | 
create(File value)
Create a new  
QValue with type PropertyType.BINARY. | 
QValue | 
create(InputStream value)
Creates a QValue that contains the given binary stream. 
 | 
QValue | 
create(long value)
Create a new  
QValue with type PropertyType.LONG. | 
QValue | 
create(Name value)
Create a new  
QValue with type PropertyType.NAME. | 
QValue | 
create(Path value)
Create a new  
QValue with type PropertyType.PATH. | 
QValue | 
create(URI value)
Create a new  
QValue with type PropertyType.URI. | 
protected QValue | 
createReference(String ref,
               boolean weak)
Creates a new QValue of type REFERENCE or WEAKREFERENCE. 
 | 
protected QValue | 
createString(String value)
Creates a new QValue of type STRING. 
 | 
static QValueFactory | 
getInstance()  | 
computeAutoValues, createpublic static QValueFactory getInstance()
public QValue create(Calendar value) throws javax.jcr.RepositoryException
QValueFactoryQValue with type PropertyType.DATE.create in interface QValueFactorycreate in class AbstractQValueFactoryvalue - A non-null Calendar object acting as value
 of the new QValue.QValue.javax.jcr.RepositoryExceptionQValueFactory.create(Calendar)public QValue create(double value) throws javax.jcr.RepositoryException
QValueFactoryQValue with type PropertyType.DOUBLE.create in interface QValueFactorycreate in class AbstractQValueFactoryvalue - A double containing the value
 of the new QValue.QValue.javax.jcr.RepositoryExceptionQValueFactory.create(double)public QValue create(long value) throws javax.jcr.RepositoryException
QValueFactoryQValue with type PropertyType.LONG.create in interface QValueFactorycreate in class AbstractQValueFactoryvalue - A long containing the value
 of the new QValue.QValue.javax.jcr.RepositoryExceptionQValueFactory.create(long)public QValue create(boolean value) throws javax.jcr.RepositoryException
QValueFactoryQValue with type PropertyType.BOOLEAN.create in interface QValueFactorycreate in class AbstractQValueFactoryvalue - A boolean containing the value
 of the new QValue.QValue.javax.jcr.RepositoryExceptionQValueFactory.create(boolean)public QValue create(Name value) throws javax.jcr.RepositoryException
QValueFactoryQValue with type PropertyType.NAME.create in interface QValueFactorycreate in class AbstractQValueFactoryvalue - A non-null Name.QValue.javax.jcr.RepositoryExceptionQValueFactory.create(Name)public QValue create(Path value) throws javax.jcr.RepositoryException
QValueFactoryQValue with type PropertyType.PATH.create in interface QValueFactorycreate in class AbstractQValueFactoryvalue - A non-null Path.QValue.javax.jcr.RepositoryExceptionQValueFactory.create(Path)public QValue create(URI value) throws javax.jcr.RepositoryException
QValueFactoryQValue with type PropertyType.URI.create in interface QValueFactorycreate in class AbstractQValueFactoryvalue - A non-null URI.QValue.javax.jcr.RepositoryExceptionQValueFactory.create(URI)public QValue create(BigDecimal value) throws javax.jcr.RepositoryException
QValueFactoryQValue with type PropertyType.DECIMAL.create in interface QValueFactorycreate in class AbstractQValueFactoryvalue - A non-null BigDecimal.QValue.javax.jcr.RepositoryExceptionQValueFactory.create(URI)public QValue create(byte[] value) throws javax.jcr.RepositoryException
QValueFactoryQValue with type PropertyType.BINARY.QValue.javax.jcr.RepositoryExceptionpublic QValue create(InputStream value) throws javax.jcr.RepositoryException, IOException
QValueFactoryPropertyType.BINARY.value - binary streamQValue.javax.jcr.RepositoryException - if the value could not be createdIOException - if the stream can not be consumedpublic QValue create(File value) throws javax.jcr.RepositoryException, IOException
QValueFactoryQValue with type PropertyType.BINARY.QValue.IOExceptionjavax.jcr.RepositoryExceptionprotected QValue createReference(String ref, boolean weak)
AbstractQValueFactorycreateReference in class AbstractQValueFactoryref - the reference value.weak - whether the reference is weak.protected QValue createString(String value)
AbstractQValueFactorycreateString in class AbstractQValueFactoryvalue - the string value.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.