Deprecated API


Contents
Deprecated Interfaces
org.apache.jackrabbit.uuid.Constants
          This class will be removed in Jackrabbit 2.0. 
org.apache.jackrabbit.name.NameCache
            
org.apache.jackrabbit.name.NamePathResolver
          Use the NamePathResolver interface from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.name.NameResolver
          Use the NameResolver interface from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.name.NamespaceListener
          Use the NamespaceListener interface from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.name.NamespaceResolver
          Use the NamespaceResolver interface from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.name.PathResolver
          Use the PathResolver interface from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component. 
 

Deprecated Classes
org.apache.jackrabbit.name.AbstractNamespaceResolver
          Use the AbstractNamespaceResolver class from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.name.CachingNameResolver
          Use the CachingNameResolver class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.name.CachingPathResolver
          Use the CachingPathResolver class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.util.IteratorHelper
          The org.apache.jackrabbit.commons.iterator package contains a set of more feature rich and type safe classes for implementing the JCR iterator interfaces 
org.apache.jackrabbit.name.NameFormat
          Use the NameResolver interface from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.util.name.NamespaceAdder
          Use the NamespaceAdder class from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.util.name.NamespaceExtractor
          Use the NamespaceExtractor class from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.util.name.NamespaceMapping
          Use the NamespaceMapping class from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.name.ParsingNameResolver
          Use the ParsingNameResolver class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.name.ParsingPathResolver
          Use the ParsingPathResolver class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.name.Path
          Use the Path and PathFactory interfaces from the org.apache.jackrabbit.spi package of the jackrabbit-spi component. A default implementation is available as the org.apache.jackrabbit.spi.commons.name.PathFactoryImpl class in the jackrabbit-spi-commons component. 
org.apache.jackrabbit.name.PathFormat
          Use the PathResolver interface from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.util.PathMap
          Use the PathMap class from the org.apache.jackrabbit.spi.commons.name package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.name.QName
          Use the Name and NameFactory interfaces from the org.apache.jackrabbit.spi package of the jackrabbit-spi component. A default implementation is available as the org.apache.jackrabbit.spi.commons.name.NameFactoryImpl class in the jackrabbit-spi-commons component. 
org.apache.jackrabbit.name.SessionNamespaceResolver
          Use the SessionNamespaceResolver class from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.uuid.UUID
          This class will be removed in Jackrabbit 2.0. Use java.util.UUID instead. 
org.apache.jackrabbit.uuid.VersionFourGenerator
          This class will be removed in Jackrabbit 2.0. 
 

Deprecated Exceptions
org.apache.jackrabbit.BaseException
            
org.apache.jackrabbit.name.IllegalNameException
          Use the IllegalNameException class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.name.MalformedPathException
          Use the MalformedPathException class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.name.NameException
          Use the NameException class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component. 
org.apache.jackrabbit.name.NoPrefixDeclaredException
            
org.apache.jackrabbit.name.UnknownPrefixException
            
 

Deprecated Methods
org.apache.jackrabbit.name.Path.checkFormat(String)
          Use PathFormat.checkFormat(String) instead. 
org.apache.jackrabbit.name.QName.checkFormat(String)
          Use NameFormat.checkFormat(String) instead. 
org.apache.jackrabbit.value.ValueHelper.convert(InputStream, int)
          Use ValueHelper.convert(InputStream, int, ValueFactory) instead. 
org.apache.jackrabbit.value.ValueHelper.convert(String[], int)
          Use ValueHelper.convert(String[], int, ValueFactory) instead. 
org.apache.jackrabbit.value.ValueHelper.convert(String, int)
          Use ValueHelper.convert(String, int, ValueFactory) instead. 
org.apache.jackrabbit.value.ValueHelper.convert(Value[], int)
          Use ValueHelper.convert(Value[], int, ValueFactory) instead. 
org.apache.jackrabbit.value.ValueHelper.convert(Value, int)
          Use ValueHelper.convert(Value, int, ValueFactory) instead. 
org.apache.jackrabbit.value.ValueHelper.copy(Value)
          Use ValueHelper.copy(Value, ValueFactory) instead. 
org.apache.jackrabbit.value.ValueHelper.copy(Value[])
          Use ValueHelper.copy(Value[], ValueFactory) instead. 
org.apache.jackrabbit.name.Path.create(Path, String, NamespaceResolver, boolean)
          Use PathFormat.parse(Path, String, NamespaceResolver) instead. 
org.apache.jackrabbit.name.Path.create(String, NamespaceResolver, boolean)
          Use PathFormat#parse(String, NamespaceResolver)} instead. 
org.apache.jackrabbit.value.ValueHelper.deserialize(Reader, int, boolean)
          Use ValueHelper.deserialize(Reader, int, boolean, ValueFactory) instead. 
org.apache.jackrabbit.value.ValueHelper.deserialize(String, int, boolean)
          Use ValueHelper.deserialize(String, int, boolean, ValueFactory) instead. 
org.apache.jackrabbit.name.QName.fromJCRName(String, NamespaceResolver)
          Use NameFormat.parse(String, NamespaceResolver) instead. 
org.apache.jackrabbit.name.AbstractNamespaceResolver.getJCRName(QName)
          use NameFormat.format(QName, NamespaceResolver) instead. 
org.apache.jackrabbit.name.NamespaceResolver.getJCRName(QName)
          use NameFormat.format(QName, NamespaceResolver) instead. 
org.apache.jackrabbit.name.AbstractNamespaceResolver.getQName(String)
          use NameFormat.parse(String, NamespaceResolver) instead. 
org.apache.jackrabbit.name.NamespaceResolver.getQName(String)
          use NameFormat.parse(String, NamespaceResolver) instead. 
org.apache.jackrabbit.value.ValueHelper.serialize(Value, boolean, Writer)
          use ValueHelper.serialize(Value, boolean, boolean, Writer) instead 
org.apache.jackrabbit.name.QName.toJCRName(NamespaceResolver)
          Use NameFormat.format(QName, NamespaceResolver) instead. 
org.apache.jackrabbit.name.QName.toJCRName(NamespaceResolver, StringBuffer)
          Use NameFormat.format(QName, NamespaceResolver, StringBuffer) instead. 
org.apache.jackrabbit.name.Path.toJCRPath(NamespaceResolver)
          Use PathFormat.format(Path, NamespaceResolver) instead. 
 



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