Skip to content

Latest commit

 

History

History
127 lines (124 loc) · 13.8 KB

SUMMARY.md

File metadata and controls

127 lines (124 loc) · 13.8 KB

Summary

This is the summary of my book.

  • [Chapter 1. Introduction 介绍](Chapter 1. Introduction 介绍/README.md)
  • Chapter 2. Getting Started 开始
    • [One minute version 一分钟版](Chapter 2. Getting Started 开始/One minute version 一分钟版.md)
    • [Activiti setup 安装](Chapter 2. Getting Started 开始/Activiti setup 安装.md)
    • [Activiti database setup 数据库安装](Chapter 2. Getting Started 开始/Activiti database setup 数据库安装.md)
    • [Include the Activiti jar and its dependencies 包含 jar 和依赖](Chapter 2. Getting Started 开始/Include the Activiti jar and its dependencies 包含 jar 和依赖.md)
    • [Next steps 下步](Chapter 2. Getting Started 开始/Next steps 下步.md)
  • Chapter 3. Configuration 配置
    • [Creating a ProcessEngine 创建 ProcessEngine](Chapter 3. Configuration 配置/Creating a ProcessEngine 创建 ProcessEngine.md)
    • [ProcessEngineConfiguration bean](Chapter 3. Configuration 配置/ProcessEngineConfiguration bean.md)
    • [Database configuration 数据库配置](Chapter 3. Configuration 配置/Database configuration 数据库配置.md)
    • [JNDI Datasource Configuration 数据源配置](Chapter 3. Configuration 配置/JNDI Datasource Configuration 数据源配置.md)
    • [Supported databases 支持的数据库](Chapter 3. Configuration 配置/Supported databases 支持的数据库.md)
    • [Creating the database tables 创建数据库表](Chapter 3. Configuration 配置/Creating the database tables 创建数据库表.md)
    • [Database table names explained 理解数据库表名字](Chapter 3. Configuration 配置/Database table names explained 理解数据库表名字.md)
    • [Database upgrade 数据库升级](Chapter 3. Configuration 配置/Database upgrade 数据库升级.md)
    • [Job Executor and Async Executor](Chapter 3. Configuration 配置/Job Executor and Async Executor.md)
    • [Job executor activation 启用 Job executor](Chapter 3. Configuration 配置/Job executor activation 启用 Job executor.md)
    • [Async executor activation 启用 Async executor](Chapter 3. Configuration 配置/Async executor activation 启用 Async executor.md)
    • [Mail server configuration 配置邮件服务器](Chapter 3. Configuration 配置/Mail server configuration 配置邮件服务器.md)
    • [History configuration 配置历史](Chapter 3. Configuration 配置/History configuration 配置历史.md)
    • [Exposing configuration beans in expressions and scripts 在表达式和脚本中暴露配置](Chapter 3. Configuration 配置/Exposing configuration beans in expressions and scripts 在表达式和脚本中暴露配置.md)
    • [Deployment cache configuration 配置部署缓存](Chapter 3. Configuration 配置/Deployment cache configuration 配置部署缓存.md)
    • [Logging 日志](Chapter 3. Configuration 配置/Logging 日志.md)
    • [Mapped Diagnostic Contexts 映射诊断上下文](Chapter 3. Configuration 配置/Mapped Diagnostic Contexts 映射诊断上下文.md)
    • [Event handlers 事件处理](Chapter 3. Configuration 配置/Event handlers 事件处理.md)
  • Chapter 4. The Activiti API
    • [The Process Engine API and services 流程引擎的 API 和服务](Chapter 4. The Activiti API/The Process Engine API and services 流程引擎的 API 和服务.md)
    • [Exception strategy 异常策略](Chapter 4. The Activiti API/Exception strategy 异常策略.md)
    • [Working with the Activiti services 使用 Activiti 服务](Chapter 4. The Activiti API/Working with the Activiti services 使用 Activiti 服务.md)
    • [Query API 查询 API](Chapter 4. The Activiti API/Query API 查询 API.md)
    • [Variables 变量](Chapter 4. The Activiti API/Variables 变量.md)
    • [Expressions 表达式](Chapter 4. The Activiti API/Expressions 表达式.md)
    • [Unit testing 单元测试](Chapter 4. The Activiti API/Unit testing 单元测试.md)
    • [Debugging unit tests 调试单元测试](Chapter 4. The Activiti API/Debugging unit tests 调试单元测试.md)
    • [The process engine in a web application 在 web 应用中的流程引擎](Chapter 4. The Activiti API/The process engine in a web application 在 web 应用中的流程引擎.md)
  • [Chapter 5. Spring integration 集成 Spring](Chapter 5. Spring integration 集成 Spring/README.md)
    • [ProcessEngineFactoryBean](Chapter 5. Spring integration 集成 Spring/ProcessEngineFactoryBean.md)
    • [Transactions 事务](Chapter 5. Spring integration 集成 Spring/Transactions 事务.md)
    • [Expressions 表达式](Chapter 5. Spring integration 集成 Spring/Expressions 表达式.md)
    • [Automatic resource deployment 资源自动部署](Chapter 5. Spring integration 集成 Spring/Automatic resource deployment 资源自动部署.md)
    • [Unit testing 单元测试](Chapter 5. Spring integration 集成 Spring/Unit testing 单元测试.md)
    • [Annotation-based configuration 基于注解的配置](Chapter 5. Spring integration 集成 Spring/Annotation-based configuration 基于注解的配置.md)
    • [JPA with Hibernate 4.2.x](Chapter 5. Spring integration 集成 Spring/JPA with Hibernate 4.2.x.md)
  • Chapter 6. Deployment 部署
    • [Business archives 业务文档](Chapter 6. Deployment 部署/Business archives 业务文档.md)
    • [External resources 外部资源](Chapter 6. Deployment 部署/External resources 外部资源.md)
    • [Versioning of process definitions 流程定义的版本](Chapter 6. Deployment 部署/Versioning of process definitions 流程定义的版本.md)
    • [Providing a process diagram 提供流程图](Chapter 6. Deployment 部署/Providing a process diagram 提供流程图.md)
    • [Generating a process diagram 生成流程图](Chapter 6. Deployment 部署/Generating a process diagram 生成流程图.md)
    • [Category 类别](Chapter 6. Deployment 部署/Category 类别.md)
  • Chapter 7. BPMN 2.0 Introduction 介绍 BPMN 2.0
    • [What is BPMN? 什么是 BPMN](Chapter 7. BPMN 2.0 Introduction 介绍 BPMN 2.0/What is BPMN 什么是 BPMN.md)
    • [Defining a process 定义流程](Chapter 7. BPMN 2.0 Introduction 介绍 BPMN 2.0/Defining a process 定义流程.md)
    • [Getting started 10 minute tutorial 快速开始-十分钟教程](Chapter 7. BPMN 2.0 Introduction 介绍 BPMN 2.0/Getting started 10 minute tutorial 快速开始-十分钟教程.md)
  • [Chapter 8. BPMN 2.0 Constructs 关于 BPMN 2.0 架构](Chapter 8. BPMN 2.0 Constructs 关于 BPMN 2.0 架构/README.md)
    • [Custom extensions 自定义扩展](Chapter 8. BPMN 2.0 Constructs 关于 BPMN 2.0 架构/Custom extensions 自定义扩展.md)
    • [Events 事件](Chapter 8. BPMN 2.0 Constructs 关于 BPMN 2.0 架构/Events 事件.md)
    • [Sequence Flow 顺序流](Chapter 8. BPMN 2.0 Constructs 关于 BPMN 2.0 架构/Sequence Flow 顺序流.md)
    • [Gateways 网关](Chapter 8. BPMN 2.0 Constructs 关于 BPMN 2.0 架构/Gateways 网关.md)
    • [Tasks 任务](Chapter 8. BPMN 2.0 Constructs 关于 BPMN 2.0 架构/Tasks 任务.md)
    • [Sub-Processes and Call Activities 子流程和调用节点](Chapter 8. BPMN 2.0 Constructs 关于 BPMN 2.0 架构/Sub-Processes and Call Activities 子流程和调用节点.md)
    • [Transactions and Concurrency 事务与并发](Chapter 8. BPMN 2.0 Constructs 关于 BPMN 2.0 架构/Transactions and Concurrency 事务与并发.md)
    • [Process Initiation Authorization 流程起始授权](Chapter 8. BPMN 2.0 Constructs 关于 BPMN 2.0 架构/Process Initiation Authorization 流程起始授权.md)
    • [Data objects 数据对象](Chapter 8. BPMN 2.0 Constructs 关于 BPMN 2.0 架构/Data objects 数据对象.md)
  • [Chapter 9. Forms 表单](Chapter 9. Forms 表单/README.md)
    • [Form properties 表单属性](Chapter 9. Forms 表单/Form properties 表单属性.md)
    • [External form rendering 外部表单的渲染](Chapter 9. Forms 表单/External form rendering 外部表单的渲染.md)
  • [Chapter 10. JPA](Chapter 10. JPA/README.md)
    • [Requirements 要求](Chapter 10. JPA/Requirements 要求.md)
    • [Configuration 配置](Chapter 10. JPA/Configuration 配置.md)
    • [Usage 使用](Chapter 10. JPA/Usage 使用.md)
  • [Chapter 11. History 历史](Chapter 11. History 历史/README.md)
    • [Querying history 查询](Chapter 11. History 历史/Querying history 查询.md)
    • [History configuration 配置](Chapter 11. History 历史/History configuration 配置.md)
    • [History for audit purposes 审计目的的历史](Chapter 11. History 历史/[History for audit purposes 审计目的的历史.md)
  • [Chapter 12. Eclipse Designer](Chapter 12. Eclipse Designer/README.md)
    • [Installation 安装](Chapter 12. Eclipse Designer/Installation 安装.md)
    • [Activiti Designer editor features 编辑器特性](Chapter 12. Eclipse Designer/Activiti Designer editor features 编辑器特性.md)
    • [Activiti Designer BPMN features 关于 BPMN 的特性](Chapter 12. Eclipse Designer/Activiti Designer BPMN features 关于 BPMN 的特性.md)
    • [Activiti Designer deployment features 部署的特性](Chapter 12. Eclipse Designer/Activiti Designer deployment features 部署的特性.md)
    • [Extending Activiti Designer 扩展](Chapter 12. Eclipse Designer/Extending Activiti Designer 扩展.md)
  • [Chapter 13. Activiti Explorer](Chapter 13. Activiti Explorer/README.md)
    • [Process diagram 流程图](Chapter 13. Activiti Explorer/Process diagram 流程图.md)
    • [Tasks 任务](Chapter 13. Activiti Explorer/Tasks 任务.md)
    • [Start process instances 开始流程实例](Chapter 13. Activiti Explorer/Start process instances 开始流程实例.md)
    • [My instances 我的实例](Chapter 13. Activiti Explorer/My instances 我的实例.md)
    • [Administration 管理](Chapter 13. Activiti Explorer/Administration 管理.md)
    • [Reporting 报告](Chapter 13. Activiti Explorer/Reporting 报告.md)
    • [Changing the database 修改数据库](Chapter 13. Activiti Explorer/Changing the database 修改数据库.md)
  • [Chapter 14. Activiti Modeler](Chapter 14. Activiti Modeler/README.md)
    • [Model editing 编辑模型](Chapter 14. Activiti Modeler/Model editing 编辑模型.md)
    • [Importing existing models 导入模型](Chapter 14. Activiti Modeler/Importing existing models 导入模型.md)
    • [Convert deployed definitions to a editeable model转换部署定义到可编辑模型](Chapter 14. Activiti Modeler/Convert deployed definitions to a editeable model转换部署定义到可编辑模型.md)
    • [Export model to BPMN XML 导出模型到 XML](Chapter 14. Activiti Modeler/Export model to BPMN XML 导出模型到 XML.md)
    • [Deploy model to the Activiti Engine 部署模型到引擎](Chapter 14. Activiti Modeler/Deploy model to the Activiti Engine 部署模型到引擎.md)
  • Chapter 15. REST API
    • [General Activiti REST principles 通用原则](Chapter 15. REST API/General Activiti REST principles 通用原则.md)
  • [Chapter 16. CDI integration 集成 CDI](Chapter 16. CDI integration 集成 CDI/README.md)
    • [Setting up activiti-cdi 设置 activiti-cdi](Chapter 16. CDI integration 集成 CDI/Setting up activiti-cdi 设置 activiti-cdi.md)
    • [Contextual Process Execution with CDI 基于 CDI 的流程执行](Chapter 16. CDI integration 集成 CDI/Contextual Process Execution with CDI 基于 CDI 的流程执行.md)
    • [Known Limitations 已知的限制](Chapter 16. CDI integration 集成 CDI/Known Limitations 已知的限制.md)
  • [Chapter 17. LDAP integration 集成 LDAP](Chapter 17. LDAP integration 集成 LDAP/README.md)
    • [Usage 用法](Chapter 17. LDAP integration 集成 LDAP/Usage 用法.md)
    • [Use cases 用例](Chapter 17. LDAP integration 集成 LDAP/Use cases 用例.md)
    • [Configuration 配置](Chapter 17. LDAP integration 集成 LDAP/Configuration 配置.md)
    • [Properties 属性](Chapter 17. LDAP integration 集成 LDAP/Properties 属性.md)
    • [Integrate LDAP in Explorer 在 Explorer 集成](Chapter 17. LDAP integration 集成 LDAP/Integrate LDAP in Explorer 在 Explorer 集成.md)
  • [Chapter 18. Advanced 高级](Chapter 18. Advanced 高级/README.md)
    • [Hooking into process parsing 监听流程解析](Chapter 18. Advanced 高级/Hooking into process parsing 监听流程解析.md)
    • [UUID id generator for high concurrency 高并发的 UUID生成器](Chapter 18. Advanced 高级/高并发的 UUID生成器.md)
    • [Multitenancy 多租户](Chapter 18. Advanced 高级/Multitenancy 多租户.md)
    • [Execute custom SQL 执行自定义 SQL](Chapter 18. Advanced 高级/Execute custom SQL 执行自定义 SQL.md)
    • [Advanced Process Engine configuration with a ProcessEngineConfigurator 用 ProcessEngineConfigurator实现高级引擎配置](Chapter 18. Advanced 高级/Advanced Process Engine configuration with a ProcessEngineConfigurator 用 ProcessEngineConfigurator实现高级引擎配置.md)
    • [Advanced query API seamless switching between runtime and historic task querying 高级查询 API-运行时无缝任务切换和历史任务查询](Chapter 18. Advanced 高级/Advanced query API seamless switching between runtime and historic task querying 高级查询 API-运行时无缝任务切换和历史任务查询.md)
    • [Custom identity management by overriding standard SessionFactory 通过重写标准的 SessionFactory 实现自定义身份的管理](Chapter 18. Advanced 高级/Custom identity management by overriding standard SessionFactory 通过重写标准的 SessionFactory 实现自定义身份的管理.md)
    • [Enable safe BPMN 2.0 xml 启用安全的 BPMN 2.0 xml](Chapter 18. Advanced 高级/Enable safe BPMN 2.0 xml 启用安全的 BPMN 2.0 xml.md)
    • [Event logging Experimental 事件日志-实验](Chapter 18. Advanced 高级/Event logging Experimental 事件日志-实验.md)
  • Chapter 19. Simulation with Activiti-Crystalball Experimental 用 Activiti-Crystalball 仿真-实验
    • [Introduction 介绍](Chapter 19. Simulation with Activiti-Crystalball Experimental 用 Activiti-Crystalball 仿真-实验/Introduction 介绍.md)
    • [CrystalBall inside 内部](Chapter 19. Simulation with Activiti-Crystalball Experimental 用 Activiti-Crystalball 仿真-实验/CrystalBall inside 内部.md)
    • [History analysis 历史分析](Chapter 19. Simulation with Activiti-Crystalball Experimental 用 Activiti-Crystalball 仿真-实验/History analysis 历史分析.md)