public class ValueFactoryImpl
extends org.apache.jackrabbit.spi.commons.value.ValueFactoryQImpl
ValueFactoryImpl...| Constructor and Description |
|---|
ValueFactoryImpl(org.apache.jackrabbit.spi.commons.conversion.NamePathResolver resolver,
org.apache.jackrabbit.core.data.DataStore store)
Constructs a new
ValueFactoryQImpl based
on an existing SPI QValueFactory and a
NamePathResolver. |
| Modifier and Type | Method and Description |
|---|---|
Binary |
createBinary(InputStream stream) |
Value |
createValue(Binary binary) |
Value |
createValue(InputStream value) |
Value |
createValue(org.apache.jackrabbit.spi.QValue qvalue) |
Value |
createValue(String value,
int type) |
public ValueFactoryImpl(org.apache.jackrabbit.spi.commons.conversion.NamePathResolver resolver,
org.apache.jackrabbit.core.data.DataStore store)
ValueFactoryQImpl based
on an existing SPI QValueFactory and a
NamePathResolver.resolver - wrapped NamePathResolverpublic Value createValue(org.apache.jackrabbit.spi.QValue qvalue)
createValue in class org.apache.jackrabbit.spi.commons.value.ValueFactoryQImplpublic Binary createBinary(InputStream stream) throws RepositoryException
createBinary in interface ValueFactorycreateBinary in class org.apache.jackrabbit.spi.commons.value.ValueFactoryQImplRepositoryExceptionpublic Value createValue(Binary binary)
createValue in interface ValueFactorycreateValue in class org.apache.jackrabbit.spi.commons.value.ValueFactoryQImplpublic Value createValue(InputStream value)
createValue in interface ValueFactorycreateValue in class org.apache.jackrabbit.spi.commons.value.ValueFactoryQImplpublic Value createValue(String value, int type) throws ValueFormatException
createValue in interface ValueFactorycreateValue in class org.apache.jackrabbit.spi.commons.value.ValueFactoryQImplValueFormatExceptionCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.