OThinker.H3.Instance.IInstanceSimulationManager

说明:流程模拟管理器

访问入口:this.Engine.SimulationManager

示例:

this.Engine.SimulationManager.AddSimulation(new Instance.InstanceSimulation());

 

方法名称:GetSimulation(System.String)

方法说明

获取单个流程案例

输入参数

名称

类型

说明

ObjectID

System.String

流程模拟ID

返回值

返回流程模拟对象

 

方法名称:GetSimulations(System.String[])

方法说明

获取单个流程案例

输入参数

名称

类型

说明

ObjectID

System.String[]

流程模拟ID

返回值

返回流程模拟对象

 

方法名称:GetSimulationList(System.String)

方法说明

获取单个测试集

输入参数

名称

类型

说明

ObjectID

System.String

测试集ID

返回值

返回流程模拟对象

 

方法名称:AddSimulationList(OThinker.H3.Instance.InstanceSimulationList)

方法说明

新增一个流程案例

输入参数

名称

类型

说明

SimulationList

OThinker.H3.Instance.InstanceSimulationList

测试集对象

返回值

返回添加是否成功

 

方法名称:AddSimulation(OThinker.H3.Instance.InstanceSimulation)

方法说明

新增一个流程案例

输入参数

名称

类型

说明

Simulation

OThinker.H3.Instance.InstanceSimulation

流程模拟对象

返回值

返回添加是否成功

 

方法名称:UpdateSimulation(OThinker.H3.Instance.InstanceSimulation)

方法说明

更新流程案例

输入参数

名称

类型

说明

Simulation

OThinker.H3.Instance.InstanceSimulation

流程模拟对象

返回值

返回更新是否成功

 

方法名称:UpdateSimulationList(OThinker.H3.Instance.InstanceSimulationList)

方法说明

更新流程测试集

输入参数

名称

类型

说明

SimulationList

OThinker.H3.Instance.InstanceSimulationList

测试集对象

返回值

返回更新是否成功

 

方法名称:RemoveSimulation(System.String[])

方法说明

删除模拟

输入参数

名称

类型

说明

SimulationIDs

System.String[]

流程模拟ID集合

返回值

 

方法名称:RemoveSimulationList(System.String[])

方法说明

删除测试集

输入参数

名称

类型

说明

SimulationListIDs

System.String[]

测试集ID集合

返回值

 

方法名称:RunSimulation(System.String[])

方法说明

运行选定的案例

输入参数

名称

类型

说明

SimulationIds

System.String[]

流程模拟ID集合

返回值

 

方法名称:RunSimulationList(System.String[])

方法说明

运行选定的测试集

输入参数

名称

类型

说明

SimulationListIds

System.String[]

测试集ID集合

返回值

 

方法名称:GetSimulationByWorkflow(System.String)

方法说明

获取指定模板的所有流程案例

输入参数

名称

类型

说明

WorkflowCode

System.String

流程模板编码

返回值

返回流程模拟对象的集合

 

方法名称:GetSimulationListByWorkflow(System.String)

方法说明

获取指定模板的所有流程测试集

输入参数

名称

类型

说明

WorkflowCode

System.String

流程模板编码

返回值

返回流程模拟对象的集合