Click or drag to resize
NodeMediatorSignForward Methods

The NodeMediatorSignForward type exposes the following members.

Methods
  NameDescription
Protected methodAntiGenerateActivityPerformerList
由节点分配的人员信息生成PerformerList数据结构
(Inherited from NodeMediator.)
Protected methodContinueForwardCurrentNode
遍历执行当前节点后面的节点
(Inherited from NodeMediator.)
Protected methodContinueForwardCurrentNodeRecurisivly
递归执行节点 1)创建普通节点的任务 2)创建会签节点的任务
(Inherited from NodeMediator.)
Protected methodCreateActivityInstanceObject
创建节点对象
(Inherited from NodeMediator.)
Protected methodCreateActivityTaskTransitionInstance
创建工作项及转移数据
(Inherited from NodeMediator.)
Protected methodCreateBackwardToActivityInstanceObject
创建退回类型的活动实例对象
(Inherited from NodeMediator.)
Protected methodCreateMultipleInstance
会签类型的主节点, 多实例节点处理 创建会签节点的主节点,以及会签主节点下的实例子节点记录
(Inherited from NodeMediator.)
Protected methodCreateNewTask
创建任务的虚方法 1. 对于自动执行的工作项,无需重写该方法 2. 对于人工执行的工作项,需要重写该方法,插入待办的任务数据
(Inherited from NodeMediator.)
Private methodCreateSignForwardTasks
创建加签节点记录
Public methodEquals (Inherited from Object.)
Protected methodExecteActionList
执行外部操作的方法
(Inherited from NodeMediator.)
Protected methodExecuteWorkItem
执行方法 生成加签记录,包括作者本人,以及发送给的加签人 加签主节点及其加签实例子节点记录生成
(Overrides NodeMediatorExecuteWorkItem.)
Protected methodFinalize (Inherited from Object.)
Protected methodGenerateActivityAssignedUserIDs
生成任务办理人ID字符串列表
(Inherited from NodeMediator.)
Protected methodGenerateActivityAssignedUserNames
生成办理人名称的字符串列表
(Inherited from NodeMediator.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetNodeMediatedMessage
根据节点执行结果类型,生成消息
(Inherited from NodeMediator.)
Public methodGetType (Inherited from Object.)
Protected methodInsertTransitionInstance
插入连线实例的方法
(Inherited from NodeMediator.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Private methodUpgradeToMainSignForwardNode
升级当前节点为加签主节点
Top
See Also