org.alfresco.jcr.item
Class ValueFactoryImpl
java.lang.Object
org.alfresco.jcr.item.ValueFactoryImpl
- All Implemented Interfaces:
- javax.jcr.ValueFactory
public class ValueFactoryImpl
- extends java.lang.Object
- implements javax.jcr.ValueFactory
Alfresco implementation of JCR Value Factory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueFactoryImpl
public ValueFactoryImpl(SessionImpl session)
- Construct
- Parameters:
session
-
getProxy
public javax.jcr.ValueFactory getProxy()
- Get proxied JCR Value Factory
- Returns:
createValue
public javax.jcr.Value createValue(java.lang.String value,
int type)
throws javax.jcr.ValueFormatException
- Specified by:
createValue
in interface javax.jcr.ValueFactory
- Throws:
javax.jcr.ValueFormatException
createValue
public javax.jcr.Value createValue(java.lang.String value)
- Specified by:
createValue
in interface javax.jcr.ValueFactory
createValue
public javax.jcr.Value createValue(long value)
- Specified by:
createValue
in interface javax.jcr.ValueFactory
createValue
public javax.jcr.Value createValue(double value)
- Specified by:
createValue
in interface javax.jcr.ValueFactory
createValue
public javax.jcr.Value createValue(boolean value)
- Specified by:
createValue
in interface javax.jcr.ValueFactory
createValue
public javax.jcr.Value createValue(java.util.Calendar value)
- Specified by:
createValue
in interface javax.jcr.ValueFactory
createValue
public javax.jcr.Value createValue(java.io.InputStream value)
- Specified by:
createValue
in interface javax.jcr.ValueFactory
createValue
public javax.jcr.Value createValue(javax.jcr.Node value)
throws javax.jcr.RepositoryException
- Specified by:
createValue
in interface javax.jcr.ValueFactory
- Throws:
javax.jcr.RepositoryException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.