找回密码
 立即注册
相关推荐换一批
  1. YDB 008.1-2007 IP QoS 信令控制接口协议 第1部分:交换控制接口资源控制协议
  2. YY/T 1302.2-2015 环氧乙烷灭菌的物理和微生物性能要求 第2部分:微生物要求
  3. YY/T 1183-2010 酶联免疫吸附法检测试剂(盒)
  4. YY/T 0595-020 医疗器械质量管理体系 YY/T 0287-2017应用指南
  5. NB/T 20217-2013 核电厂安全重要过程仪表安装技术规程
  6. HG/T 5106-2016 化工过程气-液微旋流分离器技术条件
  7. GB/T 40059-2021 设施管理战略寻购和协议制定指南
  8. GB/T 34047-2017 制造过程物联信息集成中间件平台参考体系
  9. GB/T 30046.1-2013 煤粉(泥)浮选试验 第1部分:试验过程
  10. SHS 07008-2004 过程控制系统
  11. GB/T 17213.5-2008 工业过程控制阀 第5部分: 标志
  12. DL/Z 634.15-2005 远动设备及系统 第1-5部分:总则 带扰码的调制解调器传输过程对使
  13. GB/T 21336-2008 地理信息 质量评价过程
  14. GB/T 19769.2-2005 工业过程测量和控制系统用功能块 第2部分 软件工具要求
  15. GB/T 13926.4-1992 工业过程测量和控制装置的电磁兼容性 电快速瞬变脉冲群要求
  16. GB/T 4886-1985 带警戒限的均值控制图
  17. GB/T 9469.9-1988 分散型过程控制系统用工业过程数据公路 单信道同轴电缆总线媒体层
  18. GB/T 9469.10-1988 分散型过程控制系统用工业过程数据公路 工业过程数据公路管理
  19. GB/T 9469.7-1988 分散型过程控制系统用工业数据公路 MAC-物理层接口和规范
  20. GB/T 9469.6-1988 分散型过程控制系统用工业过程数据公路 媒体送取控制(MAC)子层
  21. GB/T 9469.5-1988 分散型过程控制系统用工业过程数据公路 PLC-MAC接口和服务规范
  22. GB/T 9469.3-1988 分散型过程控制系统用工业过程数据公路 与工业过程数据公路的接口
  23. GB/T 9469.2-1988 分散型过程控制系统用工业过程数据公路 功能要求
  24. GB/T 9469.1-1988 分散型过程控制系统用工业过程数据公路 总论
process过程JBPMScheduler | 并行计算 2022-10-02 375 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
目录一、概述??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)

[下载]08395666809.rar




上一篇:自学Java写的象棋游戏源码
下一篇:8051 单片机C语言控制与应用