站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.1.3 API 英文版文档

Deprecated List (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


Deprecated API


Contents
Deprecated Classes
org.jbpm.db.JbpmSession
          use JbpmContext and JbpmConfiguration instead. 
org.jbpm.db.JbpmSessionFactory
          use JbpmContext and JbpmConfiguration 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.JbpmContext.getCurrentJbpmContext()
          method moved to JbpmConfiguration. 
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.3