Appearance
AppListenerDefine 监听器
字段定义
| 字段名 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| id | String | - | 监听器ID |
| name | String | - | 监听器名称 |
| remark | String | - | 监听器备注 |
| eventList | List<String> | new ArrayList<>() | 事件列表 |
| isEnable | boolean | true | 是否启用 |
| invokeType | String | "automatic" | 调用类型 |
| automaticList | List<String> | new ArrayList<>() | 自动化列表 |
| scriptId | String | - | 脚本ID |
| scriptFunc | String | - | 脚本函数 |
| children | List<AppListenerDefine> | new ArrayList<>() | 子监听器列表 |
| isDirectory | boolean | - | 是否是目录 |
| companyId | String | - | 公司ID |
| appDefineId | String | - | 应用定义ID |
| tableEventSetting | TableEventSetting | new TableEventSetting() | 数据表事件设置 |
| postEventSetting | PostEventSetting | new PostEventSetting() | 发布事件设置 |
| moduleEnterSetting | ModuleEnterSetting | new ModuleEnterSetting() | 模块进入设置 |
| automaticEventSetting | AutomaticEventSetting | new AutomaticEventSetting() | 自动化事件设置 |
| scheduleEventSetting | ScheduleEventSetting | new ScheduleEventSetting() | 定时任务事件设置 |
| bpmnEventSetting | BpmnEventSetting | new BpmnEventSetting() | 工作流事件设置 |
内部类 TableEventSetting
| 字段名 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| tableList | List<String> | new ArrayList<>() | 数据表列表 |
| tableSourceList | List<String> | new ArrayList<>() | 数据表来源列表 |
内部类 PostEventSetting
| 字段名 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| postEventId | String | - | 发布事件ID |
| postEventAppDefineId | String | - | 发布事件应用定义ID |
内部类 ModuleEnterSetting
| 字段名 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| moduleList | List<String> | new ArrayList<>() | 模块列表 |
内部类 AutomaticEventSetting
| 字段名 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| automaticList | List<String> | new ArrayList<>() | 自动化列表 |
内部类 ScheduleEventSetting
| 字段名 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| scheduleList | List<String> | new ArrayList<>() | 定时任务列表 |
内部类 BpmnEventSetting
| 字段名 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| workflowList | List<String> | new ArrayList<>() | 工作流列表 |

