接口 DocumentAccessAuthentication
public interface DocumentAccessAuthentication
文档访问权限生成
- 从以下版本开始:
- 21.16
- 作者:
- 渔民小镇
- 日期:
- 2024-09-02
-
方法概要
-
方法详细资料
-
reject
boolean reject(int cmdMerge) 拒绝生成的路由文档,当返回值为 true 时,将不会生成该路由对应的文档- 参数:
cmdMerge
- 路由- 返回:
- true 表示不会生成该路由对应的文档
-