Activity工作流学习——Activity服务类

Posted liuqing576598117

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Activity工作流学习——Activity服务类相关的知识,希望对你有一定的参考价值。

Activity有9个service
1.DynamicBpmnService动态Bpmn服务
Service providing access to the repository of process definitions and deployments.
服务提供对流程定义和部署的存储库的访问。


2.EngineService引擎服务
Interface implemented by all classes that expose the Activiti services.
接口实现的所有类都公开了Activiti服务。


3.FormService表单服务
Access to form data and rendered forms for starting new process instances and completing tasks.
访问表单数据和呈现表单以启动新的流程实例和完成任务。


4.HistoryService历史服务
Service exposing information about ongoing and past process instances.  This is different from the runtime information in the sense that this runtime information only contains  the actual runtime state at any given moment and it is optimized for runtime  process execution performance.
 The history information is optimized for easy  querying and remains permanent in the persistent storage.
服务公开正在进行的和过去的流程实例的信息。
这与运行时信息不同,因为这个运行时信息只包含任何给定时刻的实际运行时状态,并且对运行时流程执行性能进行了优化。
历史信息是为了便于查询而优化的,并且在持久存储中保持永久不变。


5.IdentityService身份服务
Service to manage {@link User}s and {@link Group}s.
服务来管理{@link用户}和{@link组}。


6.ManagementService管理服务
Service for admin and maintenance operations on the process engine.
 These operations will typically not be used in a workflow driven application,
 but are used in for example the operational console.
服务于流程引擎上的管理和维护操作。
这些操作通常不会在工作流驱动的应用程序中使用,
但是在操作控制台中使用。


7.RepositoryService库服务
Service providing access to the repository of process definitions and deployments.
服务提供对流程定义和部署的存储库的访问。


8.RuntimeService运行时服务
Starts a new process instance in the latest version of the process definition with the given key..
使用给定的键在流程定义的最新版本中启动一个新的流程实例。


9.TaskService任务服务
Service which provides access to {@link Task} and form related operations.
提供访问{@link任务}和表单相关操作的服务。



































以上是关于Activity工作流学习——Activity服务类的主要内容,如果未能解决你的问题,请参考以下文章

Activity工作流学习

activity(工作流)初步学习记录

全面解析Activity: Activity的工作过程

Activity服务任务(serviceTask)

工作流笔记第0天_学习要点

Android开发学习之路-回调实现Service向activity传递数据