我的空间,写我所写,禅我所藏

与我一起遨游吧

 

流程代码前,代码后的处理

在审批流程中,加入处理前和处理后的数据处理,可以将审批流程外的业务处理或是流程额外程序出来分离出来。放在代码前,代码后处理。

public WfActivity assignComplete(WfTranstion wfTrans,String procId, String activityId,
   String touserId,String memo,HttpServletRequest request)throws WfException {
  WfActivity wfAct = null;
  try {

                        CodeFormula.parseBeforeCode(wfTrans.getConnection(),procId,activityId,CodeFormula.apply_code,request);
   CheckAgree.execute(wfTrans,procId, activityId, new WfUser(uname, pwd),流程自己处理的方法
     touserId,memo);
                     CodeFormula.parseAfterCode(wfTrans.getConnection(),procId,activityId,CodeFormula.apply_code,request);
  } catch (WfException e) {
   wfAct = null;
   throw e;
  }
  return wfAct;
 }

posted on 2007-06-28 19:38 imcb 阅读(300) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航:
 

导航

统计

常用链接

留言簿(2)

随笔分类

随笔档案

文章档案

搜索

最新评论

阅读排行榜

评论排行榜