org.apache.jackrabbit.spi.commons.value
Class ValueFormat
java.lang.Object
org.apache.jackrabbit.spi.commons.value.ValueFormat
public class ValueFormat
- extends Object
ValueFormat...
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueFormat
public ValueFormat()
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-2010 The Apache Software Foundation. All Rights Reserved.