Deprecated API


Contents
Deprecated Classes
org.jbpm.db.JbpmSession
          use org.jbpm.tc.ContextBuilder and org.jbpm.tc.db.JbpmSessionContext instead. 
org.jbpm.db.JbpmSessionFactory
          use org.jbpm.tc.ContextBuilder and org.jbpm.tc.db.JbpmSessionContext instead. 
org.jbpm.jpdl.xml.JpdlXmlWriter
          xml generation was never finished and will be removed in the future. 
 

Deprecated Methods
org.jbpm.jpdl.el.parser.SimpleCharStream.getColumn()
            
org.jbpm.db.JbpmSession.getCurrentJbpmSession()
          use org.jbpm.tc.db.JbpmSessionContext instead. 
org.jbpm.jpdl.el.parser.SimpleCharStream.getLine()
            
org.jbpm.jpdl.xml.JpdlXmlReader.read(char[], int, int)
          Originally, this class extended java.io.Reader. This method is reminiscent of those days. 
org.jbpm.db.GraphSession.saveProcessInstance(ProcessInstance)
          use JbpmContext.save(ProcessInstance) instead. 
 



Version : jbpm-3.1-beta3