Constructor
new OperationWorkflow()
Extends
Classes
Members
contactId :number
联系人 ID 。
Type:
- number
domain :string
域名称。
Type:
- string
resultFileLabel :FileLabel
结果文件的文件标签。
Type:
sn :number
序号。
Type:
- number
sourceFileCode :string
源文件的文件码。
Type:
- string
workList :Array.<OperationWork>
操作工作列表。
Type:
- Array.<OperationWork>
Methods
(static) create(json) → {OperationWorkflow}
创建工作流实例。
Parameters:
Name | Type | Description |
---|---|---|
json |
JSON |
Returns:
返回 OperationWorkflow 实例。
- Type
- OperationWorkflow
initializer()
- Overrides:
聚合时的初始化函数。
toCompactJSON() → {JSON}
- Overrides:
将对象序列化为数据内容紧凑的 JSON 格式。
Returns:
返回 JSON 格式对象。
- Type
- JSON
toJSON() → {JSON}
- Overrides:
将对象序列化为 JSON 格式。
Returns:
返回 JSON 格式对象。
- Type
- JSON