Click or drag to resize
ProcessInstanceManager Methods

The ProcessInstanceManager type exposes the following members.

Methods
  NameDescription
Protected methodCancel
流程的取消操作
Protected methodCheckSubProcessInstanceCompleted
检查子流程是否结束
Protected methodComplete
流程完成,设置流程的状态为完成
Protected methodCreateNewProcessInstanceObject
根据流程定义,创建新的流程实例
Protected methodDelete
删除不正常的流程实例(流程在取消状态,才可以进行删除!)
Protected methodDiscard
废弃单据下所有流程的信息
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetByActivity
根据活动实例查询流程实例
Protected methodGetById
根据GUID获取流程实例数据
Public methodGetHashCode (Inherited from Object.)
Protected methodGetProcessInitiator
获取流程的发起人
Protected methodGetProcessInstance
根据流程完成状态获取流程实例数据
Protected methodGetProcessInstanceCount
判断流程实例是否存在
Protected methodGetProcessInstanceLatest
获取最近的流程运行实例
Protected methodGetRunningProcessInstance
获取处于运行状态的流程实例
Public methodGetType (Inherited from Object.)
Protected methodInsert
流程数据插入
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodRecallSubProcess
恢复子流程
Protected methodResume
恢复流程实例
Protected methodReverse
返签流程,将流程状态置为返签,并修改流程未完成标志
Protected methodSetOverdue
设置流程过期时间
Protected methodSuspend
挂起流程实例
Protected methodTerminate
流程终止操作
Public methodToString (Inherited from Object.)
Protected methodUpdate
流程实例更新
Top
See Also