From 0f36c19a0384c6f71a56cc4f0ecb5cf27491e26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=9F=E6=9E=97=E5=B8=86?= Date: Fri, 1 Jul 2022 21:01:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=8B=E5=86=8C=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/coe/pal/output/bd/Plugins.java | 54 ------------------- 1 file changed, 54 deletions(-) diff --git a/com.awspaas.user.apps.coe.pal.output.bd/src/com/awspaas/apps/coe/pal/output/bd/Plugins.java b/com.awspaas.user.apps.coe.pal.output.bd/src/com/awspaas/apps/coe/pal/output/bd/Plugins.java index b4543b52..f8e786e3 100644 --- a/com.awspaas.user.apps.coe.pal.output.bd/src/com/awspaas/apps/coe/pal/output/bd/Plugins.java +++ b/com.awspaas.user.apps.coe.pal.output.bd/src/com/awspaas/apps/coe/pal/output/bd/Plugins.java @@ -30,9 +30,6 @@ public class Plugins implements PluginListener { Map params1 = new HashMap(); params1.put("groupName", "表达手册"); params1.put("title", "表单-手册"); -/* params1.put("targetMethodScope", PrReportComment.TARGET_METHOD_SCOPE);// 建模大类、建模方法,多个用逗号隔开,如果为空表示全部 - params1.put("targetMethodType", "");// 建模方法中的图元,为空表示只选择文件,不选择图元;为"-"表示所有类型图元 - params1.put("relationMethodScope", "-");// 如果设置-,表示不需要用户选择关联范围,向导页被忽略*/ params1.put("targetMethodScope", "data.form");// 建模大类、建模方法,多个用逗号隔开,如果为空表示全部 org.normal params1.put("targetMethodType", "");// 建模方法中的图元,为空表示只选择文件,不选择图元;为"-"表示所有类型图元 params1.put("relationMethodScope", "-");// 如果设置-,表示不需要用户选择关联范围,向导页被忽略 @@ -46,57 +43,6 @@ public class Plugins implements PluginListener { array3.add("表单-手册.xml"); params1.put("templates", array3.toString()); list.add(new AppExtensionProfile("PAL报告->表单-手册", "aslp://com.actionsoft.apps.coe.pal/registerOutputApp", params1)); - - - - - // 注册应用扩展点 - /*Map params1 = new HashMap(); - params1.put("groupName", "流程手册"); - params1.put("title", "步骤横表"); - params1.put("targetMethodScope", PrReportComment.TARGET_METHOD_SCOPE);// 建模大类、建模方法,多个用逗号隔开,如果为空表示全部 - params1.put("targetMethodType", "");// 建模方法中的图元,为空表示只选择文件,不选择图元;为"-"表示所有类型图元 - params1.put("relationMethodScope", "-");// 如果设置-,表示不需要用户选择关联范围,向导页被忽略 - params1.put("lang", "cn");// 该App支持的语言,多个用逗号隔开 - params1.put("optionClass", Report1WizardOption.class.getName());// 附加的报表选项,如果该值没有,向导页被忽略 - params1.put("generClass", Report1Gener.class.getName());// 生成报告 - // 模版上传下载参数 - params1.put("isDownload", true); - JSONArray array1 = new JSONArray(); - array1.add("步骤横表-流程手册.doc"); - array1.add("步骤横表-流程手册.xml"); - params1.put("templates", array1.toString()); - list.add(new AppExtensionProfile("PAL报告->步骤横表", "aslp://com.actionsoft.apps.coe.pal/registerOutputApp", params1)); - - Map params2 = new HashMap(); - params2.put("groupName", "流程手册"); - params2.put("title", "步骤竖表"); - params2.put("targetMethodScope", PrReportComment.TARGET_METHOD_SCOPE);// 建模大类、建模方法,多个用逗号隔开,如果为空表示全部 - params2.put("targetMethodType", "");// 建模方法中的图元,为空表示只选择文件,不选择图元;为"-"表示所有类型图元 - params2.put("relationMethodScope", "-");// 如果设置-,表示不需要用户选择关联范围,向导页被忽略 - params2.put("lang", "cn");// 该App支持的语言,多个用逗号隔开 - params2.put("optionClass", Report2WizardOption.class.getName());// 附加的报表选项,如果该值没有,向导页被忽略 - params2.put("generClass", Report2Gener.class.getName());// 生成报告 - // 模版上传下载参数 - params2.put("isDownload", true); - JSONArray array2 = new JSONArray(); - array2.add("步骤竖表-流程手册.doc"); - array2.add("步骤竖表-流程手册.xml"); - params2.put("templates", array2.toString()); - list.add(new AppExtensionProfile("PAL报告->步骤竖表", "aslp://com.actionsoft.apps.coe.pal/registerOutputApp", params2)); - - Map params4 = new HashMap(); - params4.put("groupName", "流程手册"); - params4.put("title", "流程手册"); - params4.put("targetMethodScope", PrReportComment.TARGET_METHOD_SCOPE);// 建模大类、建模方法,多个用逗号隔开,如果为空表示全部 - params4.put("targetMethodType", "");// 建模方法中的图元,为空表示只选择文件,不选择图元;为"-"表示所有类型图元 - params4.put("relationMethodScope", "-");// 如果设置-,表示不需要用户选择关联范围,向导页被忽略 - params4.put("lang", "cn");// 该App支持的语言,多个用逗号隔开 - params4.put("optionClass", Report4WizardOption.class.getName());// 附加的报表选项,如果该值没有,向导页被忽略 - params4.put("generClass", Report4Gener.class.getName());// 生成报告 - list.add(new AppExtensionProfile("PAL报告->流程手册", "aslp://com.actionsoft.apps.coe.pal/registerOutputApp", params4));*/ - - return list; }