Deprecated API


Contents
Deprecated Classes
org.activemath.webapp.controller.AboutController
          renamed and further developed as ItemInfoController. 
org.activemath.content.metadata.Competency
          Use PISAProcess instead 
org.activemath.omdocjdom.index.QueryMaker
          This class should be replaced by the classes of the package org.activemath.omdocjdom.index.queries. 
 

Deprecated Methods
org.activemath.webapp.slmgui.ExerciseInfo.addCompetency(Competency)
          use addCognitiveProcess 
org.activemath.webapp.slmgui.ExerciseInfo.addCompetency(String)
          use addCognitiveProcess 
org.activemath.omdocjdom.OJContentCollectionUtil.cleanUpOMDocDoc(File)
          Please refer to OQMathBuffer 
org.activemath.webapp.clip.ClipsStorage.createClipCoordinate(String)
          please provide an appsession 
org.activemath.exercises.parsers.SimpleCharStream.getColumn()
            
org.activemath.events.types.ExerciseStepEvent.getCompetencies()
          use getCognitiveProcesses instead 
org.activemath.content.items.Metadata.getCompetency()
          use getCompetencies() which gives you the whole list and Competency types. 
org.activemath.webapp.user.User.getCompetencyLevel(String, String)
            
org.activemath.webapp.user.User.getCompetencyLevel(String, String, Competency)
            
org.activemath.content.items.Metadata.getCompetencyLevelString()
          use getCompetencyLevel() or getCompetencyLevel(LearningContext) 
org.activemath.content.items.Item.getDependsOn()
          use getOutgoingRelations() instead 
org.activemath.content.items.Item.getDifficulty()
          use getMetadata().getDifficulty(), now depends on learning context. 
org.activemath.content.items.Metadata.getDifficultyString()
          use getDifficulty() or getDifficulty(LearningContext) 
org.activemath.webapp.user.UserData.getEducationalLevel()
          use getLearningContext() 
org.activemath.exercises.InteractionManager.getEvaluationResult()
          get the value from the Learner Model. 
org.activemath.webapp.user.UserBeanFactory.getInstance()
            
org.activemath.webapp.user.UserData.getInterest()
          use getField() 
org.activemath.exercises.parsers.SimpleCharStream.getLine()
            
org.activemath.events.types.ExerciseStepEvent.getMisconceptions()
            
org.activemath.omdocjdom.OJElement.getRealContent()
          Since jdom-b8 is in, this method is not needed as all the lists and iterators are now properly behaving to removals or additions. 
org.activemath.webapp.user.UserGroup.getRecBooks()
          Use getAllowedRecBooks() instead 
org.activemath.content.items.Item.getRelatedTo()
          use getIncomingRelations() instead 
org.activemath.webapp.user.User.getStereotype()
          use getField() 
org.activemath.events.types.ExerciseStepEvent.getSuccessRate()
          successRate is deprecated use setAchievement! 
org.activemath.omdocjdom.OJUtilities.isConceptName(String)
          Please use, in the future, the ActiveMathConstants class. 
org.activemath.omdocjdom.OJUtilities.isItemName(String)
          please use OJConstants.isItemName(java.lang.String) 
org.activemath.omdocjdom.NoSuchIDException.printException(PrintStream)
            
org.activemath.omdocjdom.NoSuchIDException.printException(PrintWriter)
            
org.activemath.webapp.user.UserData.setEductionalLevel(String)
          use setLearningContext() 
org.activemath.webapp.user.UserData.setInterest(String)
          use setField() 
org.activemath.webapp.user.User.setStereotype(String)
          use setField() 
org.activemath.events.types.ExerciseStepEvent.setSuccessRate(double)
          SuccessRate is deprecated, use setAchievement() 
org.activemath.webapp.view.tools.EscapeTool.toLatex(String)
          Use forLatex() 
org.activemath.webapp.view.tools.EscapeTool.toXMLText(String)
          Use forXML() 
org.activemath.xsl.Stylesheets.transform(InputStream, OutputStream, String, Hashtable)
          use transform(new StreamSource(inStream), new StreamResult(outStream), stylesheet, params) instead 
org.activemath.xsl.Processor.transform(InputStream, OutputStream, String, Hashtable)
          use transform(new StreamSource(inStream), new StreamResult(outStream), stylesheet, params) instead 
 

Deprecated Constructors
org.activemath.author.toc.TOC()
          this constructor provides no configuration and will fail