52ky 发表于 2022-10-2 08:39:57

JBPM开发指南

目录一、概述??4二、第一个过程??52.1、开始前的预备??52.2、HelloWorld比如??6三、学习JPDL??113.1、简介??113.2、过程版本(Version)??113.3、过程定义??123.3.1process-definition(过程定义)??123.3.2node(自动节/点)??133.3.3start-state(开始状况)??133.3.4end-state(结束节/点)??143.3.5state(状况)??143.3.6task-node(命令节/点)??153.3.7fork(分支)??163.3.8join(联合)??173.3.9decision(决议方案)??183.3.10transition(转换)??193.3.11event(事情)??203.3.12action(动作)??203.3.13script(脚本)??223.3.14expression(表达式)??233.3.15variable(变量)??233.3.16handler(句柄)??233.3.17timer(定时器)??243.3.18create-timer(创建定时器)??253.3.19cancel-timer(撤销定时器)??263.3.20task(命令)??263.3.21swimlane(泳道)??273.3.22assignment(派遣)??283.3.23controller(控制器)??293.3.24process-state子过程??293.3.25sub-process子过程??303.3.26condition条件??303.3.27exception-handler异常管理??31小结??33四、过程中命令的分配??374.1assignment-handler方法的命令分配??384.2swimlane方法的命令分配??39五、JBPM持久化??425.1特别数据库支持??425.2JBPM数据库的安装??425.2JBPM过程发布??455.2.1搭建JBPM的WEB使用??465.2.2发布第一个过程??48六、日历(Scheduler)??546.1Scheduler在C/S程序上的使用??546.2Scheduler在Web上的使用??576.3Scheduler时刻的分类??60七、异步履行??63八、JBPM过程建模与使用??648.1JBPM的建模工具??648.1.1建模工具的安装??648.2企业报销过程示例??678.2.1过程建模??678.2.2过程数据库搭建??768.2.3构建业务表??798.2.4搭建工程??828.2.5报销过程的发布??838.2.6使用程序搭建??84九、写在最后??100
JBPM开发指南.doc

(Table of Contents I. Overview?? 4. The first process?? 52.1 Preparation before starting?? 52.2 HelloWorld, for example?? 6. Learning JPDL?? 113.1 Introduction?? 113.2 Process Version?? 113.3 Process Definition?? 123.3.1 Process definition?? 123.3.2 Node (automatic node/point)?? 133.3.3 Start state?? 133.3.4 End state?? 143.3.5 State?? 143.3.6 Task node?? 153.3.7 fork?? 163.3.8 Join?? 173.3.9 Decision?? 183.3.10 Transition?? 193.3.11 event?? 203.3.12 Action?? 203.3.13 Script?? 223.3.14 Expression?? 233.3.15 variable?? 233.3.16Handler?? 233.3.17timer?? 243.3.18 Create timer?? 253.3.19 Cancel timer?? 263.3.20 task (command)?? 263.3.21 Swimlane?? 273.3.22Assignment?? 283.3.23 Controller?? 293.3.24 Process state sub process?? 293.3.25 Sub process?? 303.3.26 Condition?? 303.3.27Exception handler exception management?? 31 Summary?? 33. Command distribution in the process?? 374.1Command allocation of the assignment handler method?? 384.2 Command Allocation of Swimlane Method?? 39 V. JBPM persistence?? 425.1 Special database support?? 425.2 Installation of JBPM database?? 425.2JBPM Process Release?? 455.2.1 Build JBPM for WEB use?? 465.2.2 Publish the first process?? 48 VI. Calendar?? 546.1Scheduler Use in C/S Programs?? 546.2Scheduler's Use on the Web?? 576.3 Scheduler time classification?? 67. Asynchronous fulfillment?? 63 VIII. JBPM Process Modeling and Use?? 648.1JBPM modeling tool?? 648.1.1 Installation of modeling tools?? 648.2 Enterprise Reimbursement Process Example?? 678.2.1 Process Modeling -?? 678.2.2 Process database construction?? 768.2.3 Building a Business Table?? 798.2.4 Erection works?? 828.2.5 Publish Reimbursement Process?? 838.2.6 Use program to build?? 84 IX. Write at the end?? one hundred
JBPM Development Guide.doc)




页: [1]
查看完整版本: JBPM开发指南