# 全局模块
# 飞书审批推送事件
# 事件对象
com.seeyon.apps.zhifei.event.ExtIntegrationEvent
# 事件说明
飞书审批推送事件
# 事件触发时间点
- after
# 事件方法
方法名 | 方法参数 | 方法返回值 | 参数描述 |
---|---|---|---|
getExtSummary | - | com.seeyon.apps.extIntegration.vo.ExtSummary | 获取待办 |
# v5统一待办事项推送事件
# 事件对象
com.seeyon.apps.zhifei.event.ExtIntegrationExtendEvent
# 事件说明
v5统一待办事项推送事件
# 事件触发时间点
- after
# 代理-新建监听事件
# 事件对象
com.seeyon.apps.agent.event.AgentAddEvent
# 事件说明
代理-新建监听事件
# 事件触发时间点
- after
# 事件方法
方法名 | 方法参数 | 方法返回值 | 参数描述 |
---|---|---|---|
getAgent | - | com.seeyon.apps.agent.po.Agent | 获取Agent |
setAgent | com.seeyon.apps.agent.po.Agent | void | 设置Agent |
# 代理-删除缓存事件
# 事件对象
com.seeyon.apps.agent.event.AgentDeleteCacheEvent
# 事件说明
代理-删除缓存事件
# 事件触发时间点
- after
# 事件方法
方法名 | 方法参数 | 方法返回值 | 参数描述 |
---|---|---|---|
getAgent | - | com.seeyon.apps.agent.po.Agent | 获取Agent |
setAgent | com.seeyon.apps.agent.po.Agent | void | 设置Agent |
# 代理-取消监听事件
# 事件对象
com.seeyon.apps.agent.event.AgentDeleteEvent
# 事件说明
代理-取消监听事件
# 事件触发时间点
- after
# 事件方法
方法名 | 方法参数 | 方法返回值 | 参数描述 |
---|---|---|---|
getAgent | - | com.seeyon.apps.agent.po.Agent | 获取Agent |
setAgent | com.seeyon.apps.agent.po.Agent | void | 设置Agent |
# 代理-修改监听事件
# 事件对象
com.seeyon.apps.agent.event.AgentUpdateEvent
# 事件说明
代理-修改监听事件
# 事件触发时间点
- after
# 事件方法
方法名 | 方法参数 | 方法返回值 | 参数描述 |
---|---|---|---|
getAgent | - | com.seeyon.apps.agent.po.Agent | 获取Agent |
getOldAgent | - | com.seeyon.apps.agent.po.Agent | 获取oldAgent |
setAgent | com.seeyon.apps.agent.po.Agent | void | 设置Agent |
setOldAgent | com.seeyon.apps.agent.po.Agent | void | 设置oldAgent |
# 修改REST用户密码事件
# 事件对象
com.seeyon.ctp.usersystem.event.ChangePasswordEvent
# 事件说明
修改REST用户密码事件
# 事件触发时间点
- after
# 工作时间-设置事件
# 事件对象
com.seeyon.v3x.worktimeset.event.WorkTimeSetEvent
# 事件说明
工作时间-设置事件
# 事件触发时间点
- after
