AppListenerDefine Listener
Field Definitions
| Field | Type | Default | Description |
|---|---|---|---|
| id | String | - | Listener ID |
| name | String | - | Listener name |
| remark | String | - | Listener remark |
| eventList | List<String> | new ArrayList<>() | Event list |
| isEnable | boolean | true | Whether enabled |
| invokeType | String | "automatic" | Invoke type |
| automaticList | List<String> | new ArrayList<>() | Automation list |
| scriptId | String | - | Script ID |
| scriptFunc | String | - | Script function |
| children | List<AppListenerDefine> | new ArrayList<>() | Child listener list |
| isDirectory | boolean | - | Whether is directory |
| companyId | String | - | Company ID |
| appDefineId | String | - | Application define ID |
| tableEventSetting | TableEventSetting | new TableEventSetting() | Table event setting |
| postEventSetting | PostEventSetting | new PostEventSetting() | Post event setting |
| moduleEnterSetting | ModuleEnterSetting | new ModuleEnterSetting() | Module enter setting |
| automaticEventSetting | AutomaticEventSetting | new AutomaticEventSetting() | Automation event setting |
| scheduleEventSetting | ScheduleEventSetting | new ScheduleEventSetting() | Schedule event setting |
| bpmnEventSetting | BpmnEventSetting | new BpmnEventSetting() | Workflow event setting |
Inner Class TableEventSetting
| Field | Type | Default | Description |
|---|---|---|---|
| tableList | List<String> | new ArrayList<>() | Table list |
| tableSourceList | List<String> | new ArrayList<>() | Table source list |
Inner Class PostEventSetting
| Field | Type | Default | Description |
|---|---|---|---|
| postEventId | String | - | Post event ID |
| postEventAppDefineId | String | - | Post event application define ID |
Inner Class ModuleEnterSetting
| Field | Type | Default | Description |
|---|---|---|---|
| moduleList | List<String> | new ArrayList<>() | Module list |
Inner Class AutomaticEventSetting
| Field | Type | Default | Description |
|---|---|---|---|
| automaticList | List<String> | new ArrayList<>() | Automation list |
Inner Class ScheduleEventSetting
| Field | Type | Default | Description |
|---|---|---|---|
| scheduleList | List<String> | new ArrayList<>() | Schedule list |
Inner Class BpmnEventSetting
| Field | Type | Default | Description |
|---|---|---|---|
| workflowList | List<String> | new ArrayList<>() | Workflow list |

