TaskManager Methods |
The TaskManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | Complete |
设置任务完成
|
![]() | Delete |
任务删除
|
![]() | Entrust |
创建新的委托任务
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetCompletedTasks |
获取已经完成任务
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetReadyTaskOfApp |
获取待办任务(业务实例)
|
![]() | GetReadyTasks |
获取当前用户待办的任务
|
![]() | GetRunningTasks |
获取当前用户运行中的任务
|
![]() | GetTask |
获取任务
|
![]() | GetTaskOfMine(Int32, String) |
获取我的任务
|
![]() | GetTaskOfMine(String, String, String) |
根据应用实例、流程GUID,办理用户Id获取任务列表
|
![]() | GetTasksPaged |
获取任务(分页)
|
![]() | GetTaskView |
根据任务ID获取任务视图
|
![]() | GetType | (Inherited from Object.) |
![]() | Insert(TaskEntity, IDbSession) |
插入任务数据
|
![]() | Insert(ActivityInstanceEntity, Performer, WfAppRunner, IDbSession) |
插入任务数据
|
![]() | Insert(ActivityInstanceEntity, PerformerList, WfAppRunner, IDbSession) |
插入任务数据
|
![]() | Insert(ActivityInstanceEntity, String, String, String, String, IDbSession, NullableInt32) |
插入任务数据(创建任务)
|
![]() | IsLastTask |
判断任务是否是当前节点最后一个任务
单一节点:返回True
多实例节点:根据实例个数判断
|
![]() | IsMine |
判断活动实例是否是某个用户的任务
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Renew |
重新生成任务(只限于会签多实例下的子节点)
|
![]() | SetTaskRead |
读取任务,设置任务为已读状态
|
![]() | SetTaskState |
设置任务状态
|
![]() | ToString | (Inherited from Object.) |
![]() | Update |
更新任务数据
|