OThinker.H3.Apps.IAppPackageManager

类:OThinker.H3.Apps.IAppPackageManager

说明:
流程包管理对象

方法:.AddAppPackage(OThinker.H3.Acl.FunctionNode,OThinker.H3.DataModel.StorageType)

方法说明:
添加流程包

名称

说明

FunctionNode

功能节点对象

Type

存储类型(本地存储/外部数据)

返回值:
返回添加应用包是否成功

方法:.DeleteAppPackage(OThinker.H3.Acl.FunctionNode)

方法说明:
删除流程包

名称

说明

FunctionNode

功能节点对象

方法:.ImportAppPackage(System.String,System.String,System.String,System.String,OThinker.H3.DataModel.BizObjectSchema,OThinker.H3.DataModel.BizListenerPolicy,System.Collections.Generic.List{OThinker.H3.DataModel.BizQuery},System.Collections.Generic.List{OThinker.H3.DataModel.ScheduleInvoker},System.Collections.Generic.List{OThinker.H3.Sheet.BizSheet},System.Collections.Generic.List{OThinker.H3.WorkflowTemplate.DraftWorkflowTemplate},System.Collections.Generic.Dictionary{System.String,System.String},System.Boolean,System.String@)

方法说明:
流程包导入

名称

说明

UserID

操作用户ID

ParentCode

父功能节点编码

PackageCode

应用包编码

PackageName

应用包名称

Schema

数据模型对象

BizListenerPolicy

监听

BizQueryList

查询集合

ScheduleInvokerList

定时作业集合

BizSheetList

表单对象集合

WorkflowTemplateList

流程对象集合

WorkflowNames

流程名称集合(编码,名称)

Overwrite

是否覆盖模式

ResultStr

返回结果

返回值:
返回流程包导入是否成功