org.apache.jackrabbit.spi.commons.value
Class ValueFormat

java.lang.Object
  extended by org.apache.jackrabbit.spi.commons.value.ValueFormat

public class ValueFormat
extends Object

ValueFormat...


Constructor Summary
ValueFormat()
           
 
Method Summary
static Value getJCRValue(QValue qualifiedValue, NamePathResolver resolver, ValueFactory factory)
           
static QValue getQValue(String jcrValue, int propertyType, NamePathResolver resolver, QValueFactory factory)
           
static QValue getQValue(Value jcrValue, NamePathResolver resolver, QValueFactory factory)
           
static QValue[] getQValues(Value[] jcrValues, NamePathResolver resolver, QValueFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueFormat

public ValueFormat()
Method Detail

getQValue

public static QValue getQValue(Value jcrValue,
                               NamePathResolver resolver,
                               QValueFactory factory)
                        throws RepositoryException
Parameters:
jcrValue -
resolver -
factory -
Returns:
Throws:
RepositoryException

getQValues

public static QValue[] getQValues(Value[] jcrValues,
                                  NamePathResolver resolver,
                                  QValueFactory factory)
                           throws RepositoryException
Parameters:
jcrValues -
resolver -
factory -
Returns:
Throws:
RepositoryException

getQValue

public static QValue getQValue(String jcrValue,
                               int propertyType,
                               NamePathResolver resolver,
                               QValueFactory factory)
                        throws RepositoryException
Parameters:
jcrValue -
propertyType -
resolver -
factory -
Returns:
Throws:
RepositoryException

getJCRValue

public static Value getJCRValue(QValue qualifiedValue,
                                NamePathResolver resolver,
                                ValueFactory factory)
                         throws RepositoryException
Parameters:
qualifiedValue -
resolver -
Returns:
Throws:
RepositoryException


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.