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 |
|---|---|
javax.jcr.Binary |
createBinary(InputStream stream) |
javax.jcr.Value |
createValue(javax.jcr.Binary binary) |
javax.jcr.Value |
createValue(InputStream value) |
javax.jcr.Value |
createValue(org.apache.jackrabbit.spi.QValue qvalue) |
javax.jcr.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 javax.jcr.Value createValue(org.apache.jackrabbit.spi.QValue qvalue)
createValue in class org.apache.jackrabbit.spi.commons.value.ValueFactoryQImplpublic javax.jcr.Binary createBinary(InputStream stream) throws javax.jcr.RepositoryException
createBinary in interface javax.jcr.ValueFactorycreateBinary in class org.apache.jackrabbit.spi.commons.value.ValueFactoryQImpljavax.jcr.RepositoryExceptionpublic javax.jcr.Value createValue(javax.jcr.Binary binary)
createValue in interface javax.jcr.ValueFactorycreateValue in class org.apache.jackrabbit.spi.commons.value.ValueFactoryQImplpublic javax.jcr.Value createValue(InputStream value)
createValue in interface javax.jcr.ValueFactorycreateValue in class org.apache.jackrabbit.spi.commons.value.ValueFactoryQImplpublic javax.jcr.Value createValue(String value, int type) throws javax.jcr.ValueFormatException
createValue in interface javax.jcr.ValueFactorycreateValue in class org.apache.jackrabbit.spi.commons.value.ValueFactoryQImpljavax.jcr.ValueFormatExceptionCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.