apps/com.actionsoft.apps.notification/manifest.xml
shangxiaoran@qq.com 2608324b68 初始化应用
2022-06-28 01:22:45 +08:00

47 lines
3.2 KiB
XML
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<app xmlns="http://www.actionsoft.com.cn/app">
<name>通知中心</name>
<version>1.3</version>
<buildNo>8</buildNo>
<developer id="776cca9a287c8b4d63b9cad216aa3859" tablePrefix="ACT" url="http://www.actionsoft.com.cn">北京炎黄盈动科技发展有限责任公司</developer>
<productId/>
<categoryVisible>true</categoryVisible>
<description><![CDATA[统一AWS PaaS和外部各种系统通知类信息的发送、提醒和进阶操作增强用户体验]]></description>
<details><![CDATA[通知中心是AWS PaaS的一个基础设施为AWS PaaS之上的各类应用和流程任务提供到达消息通知提供直接的点击操作让用户快速完成工作。
该应用开放ASLP服务不仅能够为AWS自身的各类应用提供服务还可以通过实施将外部各种系统的消息推送到通知中心里。这样PaaS用户可以在第一时间获得各种内、外应用系统的通知消息。例如你预订的酒店已成功、一个采购申请任务到达、一个日程即将到来、CRM应用检查到你的一个客户生日即将到来等。
<b>主要功能</b>
- 接受开发者的通知申请注册向AWS PaaS用户发送通知消息
- 当用户处于在线状态时消息被及时推送至门户,当用户处于离线时下次登录系统自动提醒
- 通知消息可提供自定义的附加按钮操作
- 如果用户在多个设备同时登录,确保已处理的消息只被接收一次(未处理的消息会重复提醒)
- 允许管理员暂停某类应用的通知服务
- 允许管理员设置某类应用的通知数据策略,如持久化到数据库
- 为管理员提供群发系统类通知消息操作
<b>**特别说明</b>
- 根据客户在线规模合理调整客户端消息检查频率通常该参数的配置由相关门户应用提供例如在Metro主题风格中设置通知消息的检查频率
- 默认通知消息不被存储到数据库中
- 一些进阶的按钮操作可能在App移动端不被支持]]></details>
<installListener/>
<pluginListener>com.actionsoft.apps.notification.Plugins</pluginListener>
<startListener/>
<stopListener/>
<upgradeListener/>
<uninstallListener/>
<reloadable>true</reloadable>
<requires></requires>
<properties>
<property action="edit" group="系统" name="mobileSyncCount" title="多端同步通知数量" type="input" isSystem="false" desc="最大加载已读通知消息的数量">50</property>
<property action="edit" group="系统" name="maxHistoryMessage" title="maxHistoryMessage" type="input" isSystem="false" desc="最大加载已读通知消息的数量">10000</property>
<property action="edit" group="系统" name="notifyExtend" title="通知扩展" type="input" isSystem="false" desc="新通知扩展功能的实现类类的注册格式为AppId:类的全路径注意使用英文冒号分隔该类需实现com.actionsoft.bpms.commons.notification.NotificationExtension接口" ref=""/>
</properties>
<depend versions="6.4" env="6.4.2">_bpm.portal</depend>
<installDate>2014-07-07 18:54:02</installDate>
<releaseDate>2015-03-05</releaseDate>
<upgradeDate>2016-03-05 16:54:12</upgradeDate>
<modelAdministrator/>
</app>