Deprecated API


Contents
Deprecated Fields
org.mmbase.security.Operation.CHANGECONTEXT_INT
          use CHANGE_CONTEXT_INT 
org.mmbase.bridge.Field.TYPE_BYTE
          use Field.TYPE_BINARY 
 

Deprecated Methods
org.mmbase.storage.search.implementation.BasicSearchQuery.addRelationStep(Object, Object)
          Use {@link #addRelationStep(String, String). 
org.mmbase.storage.search.implementation.BasicSearchQuery.addStep(Object)
          Use {@link #addStep(String). 
org.mmbase.bridge.util.xml.DateFormat.format(Cloud, Node, String, String, String)
          not sure where this is used? 
org.mmbase.util.xml.AbstractBuilderReader.getDescriptions()
          use getLocalizedDescription() 
org.mmbase.datatypes.handlers.html.MultiPart.MMultipartRequest.getFileItem(String)
            
org.mmbase.bridge.Field.getGUIType()
          use Field.getDataType() and Descriptor.getName() 
org.mmbase.module.Module.getModuleInfo()
          use getDescription 
org.mmbase.util.xml.AbstractBuilderReader.getPluralNames()
          use getLocalizedPluralName() 
org.mmbase.util.xml.AbstractBuilderReader.getSingularNames()
          use getLocalizedSingularName() 
org.mmbase.module.Module.maintainance()
          Method name is not correct english. And btw the complete method is dubious. It is called once an hour for every module. But I know of no modules which actually do something useful here, because an hours is always either too short, or too long. 
org.mmbase.util.functions.DescribedFunctionProvider.setName(String)
            
org.mmbase.util.functions.SmartPathFunction.setRoot(String)
          Use SmartPathFunction.setLoader(ResourceLoader). 
 

Deprecated Constructors
org.mmbase.module.Module()
            
 



MMBase2 Bridge 2.0-SNAPSHOT - 2013-03-30T06:34