Deprecated API


Contents
Deprecated Classes
org.modeshape.web.jcr.webdav.DefaultRequestResolver
          use SingleRepositoryRequestResolver instead for the same functionality 
 

Deprecated Fields
org.modeshape.graph.ModeShapeLexicon.NAMESPACE_URI
          Use ModeShapeLexicon.URI instead. 
 

Deprecated Methods
org.modeshape.connector.infinispan.InfinispanSource.getCacheManagerJndiName()
           
org.modeshape.common.collection.UnmodifiableProperties.save(OutputStream, String)
          This method does not throw an IOException if an I/O error occurs while saving the property list. The preferred way to save a properties list is via the store(OutputStream out, String comments) method or the storeToXML(OutputStream os, String comment) method. 
org.modeshape.jdbc.util.UnmodifiableProperties.save(OutputStream, String)
          This method does not throw an IOException if an I/O error occurs while saving the property list. The preferred way to save a properties list is via the store(OutputStream out, String comments) method or the storeToXML(OutputStream os, String comment) method. 
org.modeshape.connector.infinispan.InfinispanSource.setCacheManagerJndiName(String)
           
org.modeshape.jcr.nodetype.NodeDefinitionTemplate.setDefaultPrimaryType(String)
          As of ModeShape 2.0, use NodeDefinitionTemplate.setDefaultPrimaryTypeName(String) instead 
org.modeshape.jcr.nodetype.PropertyDefinitionTemplate.setDefaultValues(String[])
          As of ModeShape 2.0, use PropertyDefinitionTemplate.setDefaultValues(javax.jcr.Value[]) instead 
org.modeshape.graph.sequencer.SequencerOutput.setProperty(String, String, Object...)
          As of ModeShape 2.0, the preferred approach is to use SequencerOutput.setProperty(Path, Name, Object...), which properly addresses the session having different namespace mappings. This method depends on the namespace mappings for the given URIs in the name components of the nodePath and propertyName to be mapped in the NamespaceRegistry of the ModeShapeEngine's (or JcrEngine's) ExecutionContext. 
org.modeshape.repository.sequencer.SequencerOutputMap.setProperty(String, String, Object...)
          As of ModeShape 2.0, the preferred approach is to use SequencerOutputMap.setProperty(Path, Name, Object...), which properly addresses the session having different namespace mappings. This method depends on the namespace mappings for the given URIs in the name components of the nodePath and propertyName to be mapped in the NamespaceRegistry of the ModeShapeEngine's (or JcrEngine's) ExecutionContext. 
org.modeshape.graph.sequencer.SequencerOutput.setReference(String, String, String...)
          As of ModeShape 2.0, the preferred approach is to use SequencerOutput.setProperty(Path, Name, Object...), which properly addresses the session having different namespace mappings. This method depends on the namespace mappings for the given URIs in the name components of the nodePath and propertyName to be mapped in the NamespaceRegistry of the ModeShapeEngine's (or JcrEngine's) ExecutionContext. 
org.modeshape.repository.sequencer.SequencerOutputMap.setReference(String, String, String...)
          As of ModeShape 2.0, the preferred approach is to use SequencerOutputMap.setProperty(Path, Name, Object...), which properly addresses the session having different namespace mappings. This method depends on the namespace mappings for the given URIs in the name components of the nodePath and propertyName to be mapped in the NamespaceRegistry of the ModeShapeEngine's (or JcrEngine's) ExecutionContext. 
org.modeshape.jcr.nodetype.NodeDefinitionTemplate.setRequiredPrimaryTypes(String[])
          As of ModeShape 2.0, use NodeDefinitionTemplate.setRequiredPrimaryTypeNames(String[]) instead 
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.