| ProcessInstanceManager Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Slickflow.Engine.Business.Manager
 Syntax
Syntaxinternal class ProcessInstanceManager : ManagerBase
The ProcessInstanceManager type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ProcessInstanceManager | Initializes a new instance of the ProcessInstanceManager class | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Cancel | 
            流程的取消操作
             | 
|  | CheckSubProcessInstanceCompleted | 
            检查子流程是否结束
             | 
|  | Complete | 
            流程完成,设置流程的状态为完成
             | 
|  | CreateNewProcessInstanceObject | 
            根据流程定义,创建新的流程实例
             | 
|  | Delete | 
            删除不正常的流程实例(流程在取消状态,才可以进行删除!)
             | 
|  | Discard | 
            废弃单据下所有流程的信息
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetByActivity | 
            根据活动实例查询流程实例
             | 
|  | GetById | 
            根据GUID获取流程实例数据
             | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetProcessInitiator | 
            获取流程的发起人
             | 
|  | GetProcessInstance | 
            根据流程完成状态获取流程实例数据
             | 
|  | GetProcessInstanceCount | 
            判断流程实例是否存在
             | 
|  | GetProcessInstanceLatest | 
            获取最近的流程运行实例
             | 
|  | GetRunningProcessInstance | 
            获取处于运行状态的流程实例
             | 
|  | GetType | (Inherited from Object.) | 
|  | Insert | 
            流程数据插入
             | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | RecallSubProcess | 
            恢复子流程
             | 
|  | Resume | 
            恢复流程实例
             | 
|  | Reverse | 
            返签流程,将流程状态置为返签,并修改流程未完成标志
             | 
|  | SetOverdue | 
            设置流程过期时间
             | 
|  | Suspend | 
            挂起流程实例
             | 
|  | Terminate | 
            流程终止操作
             | 
|  | ToString | (Inherited from Object.) | 
|  | Update | 
            流程实例更新
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Repository | (Inherited from ManagerBase.) | 
 See Also
See Also