public final class InternalValueFactory
extends org.apache.jackrabbit.spi.commons.value.AbstractQValueFactory
InternalValueFactory implements a QValueFactory that
creates InternalValue instances for binary values.| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.spi.QValue |
create(BigDecimal value) |
org.apache.jackrabbit.spi.QValue |
create(boolean value) |
org.apache.jackrabbit.spi.QValue |
create(byte[] value) |
org.apache.jackrabbit.spi.QValue |
create(Calendar value) |
org.apache.jackrabbit.spi.QValue |
create(double value) |
org.apache.jackrabbit.spi.QValue |
create(File value) |
org.apache.jackrabbit.spi.QValue |
create(InputStream value) |
org.apache.jackrabbit.spi.QValue |
create(long value) |
org.apache.jackrabbit.spi.QValue |
create(org.apache.jackrabbit.spi.Name value) |
org.apache.jackrabbit.spi.QValue |
create(org.apache.jackrabbit.spi.Path value) |
org.apache.jackrabbit.spi.QValue |
create(URI value) |
protected org.apache.jackrabbit.spi.QValue |
createReference(String ref,
boolean weak) |
protected org.apache.jackrabbit.spi.QValue |
createString(String value) |
static org.apache.jackrabbit.spi.QValueFactory |
getInstance() |
public static org.apache.jackrabbit.spi.QValueFactory getInstance()
public org.apache.jackrabbit.spi.QValue create(Calendar value) throws RepositoryException
create in interface org.apache.jackrabbit.spi.QValueFactorycreate in class org.apache.jackrabbit.spi.commons.value.AbstractQValueFactoryRepositoryExceptionpublic org.apache.jackrabbit.spi.QValue create(double value)
throws RepositoryException
create in interface org.apache.jackrabbit.spi.QValueFactorycreate in class org.apache.jackrabbit.spi.commons.value.AbstractQValueFactoryRepositoryExceptionpublic org.apache.jackrabbit.spi.QValue create(long value)
throws RepositoryException
create in interface org.apache.jackrabbit.spi.QValueFactorycreate in class org.apache.jackrabbit.spi.commons.value.AbstractQValueFactoryRepositoryExceptionpublic org.apache.jackrabbit.spi.QValue create(boolean value)
throws RepositoryException
create in interface org.apache.jackrabbit.spi.QValueFactorycreate in class org.apache.jackrabbit.spi.commons.value.AbstractQValueFactoryRepositoryExceptionpublic org.apache.jackrabbit.spi.QValue create(org.apache.jackrabbit.spi.Name value)
throws RepositoryException
create in interface org.apache.jackrabbit.spi.QValueFactorycreate in class org.apache.jackrabbit.spi.commons.value.AbstractQValueFactoryRepositoryExceptionpublic org.apache.jackrabbit.spi.QValue create(org.apache.jackrabbit.spi.Path value)
throws RepositoryException
create in interface org.apache.jackrabbit.spi.QValueFactorycreate in class org.apache.jackrabbit.spi.commons.value.AbstractQValueFactoryRepositoryExceptionpublic org.apache.jackrabbit.spi.QValue create(URI value) throws RepositoryException
create in interface org.apache.jackrabbit.spi.QValueFactorycreate in class org.apache.jackrabbit.spi.commons.value.AbstractQValueFactoryRepositoryExceptionpublic org.apache.jackrabbit.spi.QValue create(BigDecimal value) throws RepositoryException
create in interface org.apache.jackrabbit.spi.QValueFactorycreate in class org.apache.jackrabbit.spi.commons.value.AbstractQValueFactoryRepositoryExceptionpublic org.apache.jackrabbit.spi.QValue create(byte[] value)
throws RepositoryException
RepositoryExceptionpublic org.apache.jackrabbit.spi.QValue create(InputStream value) throws RepositoryException, IOException
RepositoryExceptionIOExceptionpublic org.apache.jackrabbit.spi.QValue create(File value) throws RepositoryException, IOException
RepositoryExceptionIOExceptionprotected org.apache.jackrabbit.spi.QValue createReference(String ref, boolean weak)
createReference in class org.apache.jackrabbit.spi.commons.value.AbstractQValueFactoryprotected org.apache.jackrabbit.spi.QValue createString(String value)
createString in class org.apache.jackrabbit.spi.commons.value.AbstractQValueFactoryCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.