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  QValuewith typePropertyType.DECIMAL. | 
| QValue | create(boolean value)Create a new  QValuewith typePropertyType.BOOLEAN. | 
| QValue | create(byte[] value)Create a new  QValuewith typePropertyType.BINARY. | 
| QValue | create(Calendar value)Create a new  QValuewith typePropertyType.DATE. | 
| QValue | create(double value)Create a new  QValuewith typePropertyType.DOUBLE. | 
| QValue | create(File value)Create a new  QValuewith typePropertyType.BINARY. | 
| QValue | create(InputStream value)Creates a QValue that contains the given binary stream. | 
| QValue | create(long value)Create a new  QValuewith typePropertyType.LONG. | 
| QValue | create(Name value)Create a new  QValuewith typePropertyType.NAME. | 
| QValue | create(Path value)Create a new  QValuewith typePropertyType.PATH. | 
| QValue | create(URI value)Create a new  QValuewith typePropertyType.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 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.RepositoryExceptionQValueFactory.create(Calendar)public QValue create(double value) throws RepositoryException
QValueFactoryQValue with type PropertyType.DOUBLE.create in interface QValueFactorycreate in class AbstractQValueFactoryvalue - A double containing the value
 of the new QValue.QValue.RepositoryExceptionQValueFactory.create(double)public QValue create(long value) throws RepositoryException
QValueFactoryQValue with type PropertyType.LONG.create in interface QValueFactorycreate in class AbstractQValueFactoryvalue - A long containing the value
 of the new QValue.QValue.RepositoryExceptionQValueFactory.create(long)public QValue create(boolean value) throws RepositoryException
QValueFactoryQValue with type PropertyType.BOOLEAN.create in interface QValueFactorycreate in class AbstractQValueFactoryvalue - A boolean containing the value
 of the new QValue.QValue.RepositoryExceptionQValueFactory.create(boolean)public QValue create(Name value) throws RepositoryException
QValueFactoryQValue with type PropertyType.NAME.create in interface QValueFactorycreate in class AbstractQValueFactoryvalue - A non-null Name.QValue.RepositoryExceptionQValueFactory.create(Name)public QValue create(Path value) throws RepositoryException
QValueFactoryQValue with type PropertyType.PATH.create in interface QValueFactorycreate in class AbstractQValueFactoryvalue - A non-null Path.QValue.RepositoryExceptionQValueFactory.create(Path)public QValue create(URI value) throws RepositoryException
QValueFactoryQValue with type PropertyType.URI.create in interface QValueFactorycreate in class AbstractQValueFactoryvalue - A non-null URI.QValue.RepositoryExceptionQValueFactory.create(URI)public QValue create(BigDecimal value) throws RepositoryException
QValueFactoryQValue with type PropertyType.DECIMAL.create in interface QValueFactorycreate in class AbstractQValueFactoryvalue - A non-null BigDecimal.QValue.RepositoryExceptionQValueFactory.create(URI)public QValue create(byte[] value) throws RepositoryException
QValueFactoryQValue with type PropertyType.BINARY.QValue.RepositoryExceptionpublic QValue create(InputStream value) throws RepositoryException, IOException
QValueFactoryPropertyType.BINARY.value - binary streamQValue.RepositoryException - if the value could not be createdIOException - if the stream can not be consumedpublic QValue create(File value) throws RepositoryException, IOException
QValueFactoryQValue with type PropertyType.BINARY.QValue.IOExceptionRepositoryExceptionprotected 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–2022 The Apache Software Foundation. All rights reserved.