ProcessManager Class |
Namespace: Slickflow.Engine.Business.Manager
public class ProcessManager : ManagerBase
The ProcessManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProcessManager | Initializes a new instance of the ProcessManager class |
Name | Description | |
---|---|---|
![]() | CreateProcess |
流程定义的创建方法
|
![]() | Delete(String, String) |
删除流程记录
|
![]() | Delete(IDbConnection, String, IDbTransaction) |
删除流程记录
|
![]() | DeleteProcess |
删除流程记录
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GenerateXmlContent |
生成基本XML文档
|
![]() | GetAll |
获取所有流程记录
|
![]() | GetByVersion |
根据流程GUID和版本标识获取流程
|
![]() | GetByVersionInternal |
按照版本获取流程记录
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetListSimple |
获取基本属性的流程定义记录列表
|
![]() | GetProcessFile |
读取流程XML文件内容
|
![]() | GetProcessXmlDocument |
读取Xml文档
|
![]() | GetType | (Inherited from Object.) |
![]() | Insert(ProcessEntity) |
新增流程记录
|
![]() | Insert(IDbConnection, ProcessEntity, IDbTransaction) |
新增流程记录
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SaveProcessFile |
保存XML文件
|
![]() | ToString | (Inherited from Object.) |
![]() | Update(ProcessEntity) |
更新流程记录
|
![]() | Update(IDbConnection, ProcessEntity, IDbTransaction) |
流程定义记录更新
|
![]() | UpdateUsingState |
更新流程版本IsUsing=0
|
Name | Description | |
---|---|---|
![]() | Repository | (Inherited from ManagerBase.) |