上传者: houjiezhuang
|
上传时间: 2022-04-25 16:17:57
|
文件大小: 12.44MB
|
文件类型: PDF
Activiti_V5.21_用户手册_中文版.
Table of Contents
1. 简介
1.1. 协议
1.2. 下载
1.3. 源码
1.4. 必要的软件
1.4.1. JDK 6+
1.4.2. Eclipse Indigo 和 Juno
1.5. 反馈问题
1.6. 实验性功能
1.7. 内部实现类
2. 开始
2.1. 一分钟入门
2.2. Activiti安装
2.3. Activiti数据库配置
2.4. 引入Activiti jar与依赖
2.5. 下一步
3. 配置 Configuration
3.1. 创建ProcessEngine Creating a ProcessEngine
3.2. ProcessEngineConfiguration bean
3.3. 数据库配置 Database configuration
3.4. JNDI数据源配置 JNDI Datasource Configuration
3.4.1. 使用 Usage
3.4.2. 配置 Configuration
3.5. 支持的数据库 Supported databases
3.6. 创建数据库表 Creating the database tables
3.7. 数据库表名说明 Database table names explained
3.8. 数据库升级 Database upgrade
3.9. 作业执行器与异步执行器(从5.17.0版本起) Job Executor and Async Executor (since version 5.17.0)
3.10. 启用作业执行器 Job executor activation
3.11. 启用异步执行器 Async executor activation
3.12. 配置邮件服务器 Mail server configuration
3.13. 配置历史 History configuration
3.14. 配置在表达式与脚本中暴露的bean Exposing configuration beans in expressions and scripts
3.15. 配置部署缓存 Deployment cache configuration
3.16. 日志 Logging
3.17. 映射诊断上下文 Mapped Diagnostic Contexts
3.18. 事件处理器 Event handlers
3.18.1. 事件监听器实现 Event listener implementation
3.18.2. 配置与安装 Configuration and setup
3.18.3. 在运行时增加监听器 Adding listeners at runtime
3.18.4. 为流程定义增加监听器 Adding listeners to process definitions
执行用户定义逻辑的监听器 Listeners executing userdefined logic
抛出BPMN事件的监听器 Listeners throwing BPMN events
关于流程定义监听器的说明 Notes on listeners on a processdefinition
3.18.5. 通过API分发事件 Dispatching events through API
3.18.6. 支持的事件类型 Supported event types
3.18.7. 附加信息 Additional remarks
……