# 知识管理模块
# 文档新建监听
# 事件对象
com.seeyon.apps.doc.event.DocAddEvent
# 事件说明
文档新建监听
# 事件触发时间点
- after
# 事件方法
| 方法名 | 方法参数 | 方法返回值 | 参数描述 |
|---|---|---|---|
| setCreateType | java.lang.Integer | void | 设置createType |
| getCreateType | - | java.lang.Integer | 获取createType |
| getDocResourceBO | - | com.seeyon.apps.doc.bo.DocResourceBO | 获取docResourceBO |
| setDocResourceBO | com.seeyon.apps.doc.bo.DocResourceBO | void | 设置docResourceBO |
# 文档批量删除
# 事件对象
com.seeyon.apps.doc.event.DocBatchCancelFavoriteEvent
# 事件说明
文档批量删除
# 事件触发时间点
- after
# 事件方法
| 方法名 | 方法参数 | 方法返回值 | 参数描述 |
|---|---|---|---|
| getSourceIdCollection | - | java.util.Collection<java.lang.Long> | 获取批量删除的文档id集合 |
# 文档评论监听
# 事件对象
com.seeyon.apps.doc.event.DocCommentEvent
# 事件说明
文档评论监听
# 事件触发时间点
- after
# 事件方法
| 方法名 | 方法参数 | 方法返回值 | 参数描述 |
|---|---|---|---|
| getDocResourceBO | - | com.seeyon.apps.doc.bo.DocResourceBO | 获取docResourceBO |
| setDocResourceBO | com.seeyon.apps.doc.bo.DocResourceBO | void | 设置docResourceBO |
| getMemberId | - | java.lang.Long | 获取memberId |
| setMemberId | java.lang.Long | void | 设置memberId |
# 文档中心-删除文档事件
# 事件对象
com.seeyon.apps.doc.event.DocDeleteEvent
# 事件说明
文档中心-删除文档事件
# 事件触发时间点
- after
# 事件方法
| 方法名 | 方法参数 | 方法返回值 | 参数描述 |
|---|---|---|---|
| getSourcesID | - | java.lang.Long | 获取sourcesID |
| setSourcesID | java.lang.Long | void | 设置sourcesID |
| setAppKey | java.lang.Integer | void | 设置appKey |
| getAppKey | - | java.lang.Integer | 获取appKey |
# 文档中心-收藏事件
# 事件对象
com.seeyon.apps.doc.event.DocFavoriteEvent
# 事件说明
文档中心-收藏事件
# 事件触发时间点
- after
# 事件方法
| 方法名 | 方法参数 | 方法返回值 | 参数描述 |
|---|---|---|---|
| getSourceId | - | java.lang.Long | 获取sourceId |
# 文档中心-归档事件
# 事件对象
com.seeyon.apps.doc.event.DocFiledEvent
# 事件说明
文档中心-归档事件
# 事件触发时间点
- after
# 事件方法
| 方法名 | 方法参数 | 方法返回值 | 参数描述 |
|---|---|---|---|
| getSourcesID | - | java.lang.Long | 获取sourcesID |
| getDocId | - | java.lang.Long | 获取docId |
| setSourcesID | java.lang.Long | void | 设置sourcesID |
| setAppKey | java.lang.Integer | void | 设置appKey |
| setDocId | java.lang.Long | void | 设置docId |
| getAppKey | - | java.lang.Integer | 获取appKey |
# 文档评分监听
# 事件对象
com.seeyon.apps.doc.event.DocGradeEvent
# 事件说明
文档评分监听
# 事件触发时间点
- after
# 事件方法
| 方法名 | 方法参数 | 方法返回值 | 参数描述 |
|---|---|---|---|
| getDocResourceBO | - | com.seeyon.apps.doc.bo.DocResourceBO | 获取docResourceBO |
| setDocResourceBO | com.seeyon.apps.doc.bo.DocResourceBO | void | 设置docResourceBO |
| getMemberId | - | java.lang.Long | 获取memberId |
| setMemberId | java.lang.Long | void | 设置memberId |
# 文档中心-新增文档库事件
# 事件对象
com.seeyon.apps.doc.event.DocLibAddEvent
# 事件说明
文档中心-新增文档库事件
# 事件触发时间点
- after
# 事件方法
| 方法名 | 方法参数 | 方法返回值 | 参数描述 |
|---|---|---|---|
| setDoclib | com.seeyon.apps.doc.bo.DocLibBO | void | 设置文档库信息 |
| getDoclib | - | com.seeyon.apps.doc.bo.DocLibBO | 获取文档库信息 |
# 文档中心-删除文档库事件
# 事件对象
com.seeyon.apps.doc.event.DocLibDeleteEvent
# 事件说明
文档中心-删除文档库事件
# 事件触发时间点
- after
# 事件方法
| 方法名 | 方法参数 | 方法返回值 | 参数描述 |
|---|---|---|---|
| setDoclib | com.seeyon.apps.doc.bo.DocLibBO | void | 设置文档库信息 |
| getDoclib | - | com.seeyon.apps.doc.bo.DocLibBO | 获取文档库信息 |
# 文档中心-更新文档库事件
# 事件对象
com.seeyon.apps.doc.event.DocLibUpdateEvent
# 事件说明
文档中心-更新文档库事件
# 事件触发时间点
- after
# 事件方法
| 方法名 | 方法参数 | 方法返回值 | 参数描述 |
|---|---|---|---|
| setDoclib | com.seeyon.apps.doc.bo.DocLibBO | void | 设置新的文档库信息 |
| getDoclib | - | com.seeyon.apps.doc.bo.DocLibBO | 获取新的文档库信息 |
| getOlddoclib | - | com.seeyon.apps.doc.bo.DocLibBO | 获取旧的文档库信息(暂未使用,预留方法) |
| setOlddoclib | com.seeyon.apps.doc.bo.DocLibBO | void | 设置旧的文档库信息(暂未使用,预留方法) |
# 文档修改监听
# 事件对象
com.seeyon.apps.doc.event.DocUpdateEvent
# 事件说明
文档修改监听
# 事件触发时间点
- after
# 事件方法
| 方法名 | 方法参数 | 方法返回值 | 参数描述 |
|---|---|---|---|
| getDocResourceBO | - | com.seeyon.apps.doc.bo.DocResourceBO | 获取docResourceBO |
| setDocResourceBO | com.seeyon.apps.doc.bo.DocResourceBO | void | 设置docResourceBO |