ModeShape Distribution 3.2.0.Final

Deprecated API


Contents
Deprecated Interfaces
org.modeshape.web.jcr.rest.client.IRestClient
          since ModeShape 3.1, this should be obsolete 
org.modeshape.jcr.api.SecurityContext
          Configure each repository to use a custom AuthenthicationProvider implementation 
 

Deprecated Classes
org.modeshape.common.util.MimeTypeUtil
          Use a MIME type detection framework, such as Tika 
org.modeshape.jcr.api.SecurityContextCredentials
          Configure each repository to use a custom AuthenthicationProvider implementation 
 

Deprecated Fields
org.infinispan.schematic.document.Bson.BinaryType.BINARY
          Use Bson.BinaryType.GENERAL instead 
org.modeshape.jcr.RepositoryConfiguration.FieldName.CACHE_TRANSACTION_MANAGER_LOOKUP
          The transaction manager lookup class should be specified in the Infinispan cache configuration (or in a custom Environment subclass for default caches) 
org.modeshape.jcr.RepositoryConfiguration.FieldName.INDEXING_MODE_SYSTEM_CONTENT
          use REBUILD_ON_STARTUP document 
org.modeshape.jcr.ModeShapeLexicon.NAMESPACE_URI
          Use ModeShapeLexicon.URI instead. 
org.modeshape.jcr.RepositoryConfiguration.FieldName.REBUILD_UPON_STARTUP
          use REBUILD_ON_STARTUP document 
org.modeshape.jboss.subsystem.ModelAttributes.SYSTEM_CONTENT_MODE
          use the REBUILD_INDEXES_UPON_STARTUP,REBUILD_INDEXES_UPON_STARTUP_MODE, REBUILD_INDEXES_UPON_INCLUDE_SYSTEM_CONTENT attributes 
org.modeshape.jcr.JcrRepositoryFactory.URL
          use RepositoryFactory.URL instead 
org.modeshape.sequencer.xsd.XsdSequencer.MimeTypeConstants.XSD
           
org.modeshape.sequencer.xsd.XsdSequencer.MimeTypeConstants.XSD_XML
           
 

Deprecated Methods
org.modeshape.jcr.LocalEnvironment.createContainer(GlobalConfiguration, Configuration)
          use LocalEnvironment.createContainer(GlobalConfigurationBuilder, ConfigurationBuilder) instead 
org.modeshape.jcr.LocalEnvironment.createDefaultConfiguration()
          see LocalEnvironment.createDefaultConfigurationBuilder() 
org.modeshape.jcr.LocalEnvironment.createGlobalConfiguration()
          see LocalEnvironment.createGlobalConfigurationBuilder() 
org.modeshape.web.jcr.rest.client.Utils.getMimeType(File)
          Use another MIME type detection framework, such as Tika 
org.modeshape.jcr.JcrSession.getNodeByUUID(String)
           
org.modeshape.jboss.subsystem.MappedListAttributeDefinition.parse(String, Location)
           
org.modeshape.jboss.subsystem.MappedListAttributeDefinition.parseAndAddParameterElement(String, ModelNode, Location)
           
org.modeshape.jcr.cache.MutableCachedNode.removedChildren()
          use MutableCachedNode.NodeChanges.removedChildren() 
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.jboss.subsystem.MappedListAttributeDefinition.validateResolvedOperation(ModelNode)
           
org.infinispan.schematic.internal.io.BsonDataOutput.writeBytes(String)
          The semantics of writeBytes(String s) are considered dangerous. Please use BsonDataOutput.writeUTF(String s), BsonDataOutput.writeChars(String s) or another write method instead. 
 

Deprecated Enum Constants
org.modeshape.jboss.subsystem.Attribute.SYSTEM_CONTENT_MODE
          use the REBUILD_UPON_STARTUP, REBUILD_UPON_STARTUP_INCLUDE_SYSTEM_CONTENT, REBUILD_UPON_STARTUP_MODE attributes 
 


ModeShape Distribution 3.2.0.Final

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