apps/com.actionsoft.apps.coe.pal/method/process.evc/diagram.attribute.xml
2022-06-27 22:14:40 +08:00

92 lines
6.1 KiB
XML
Raw 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提供该Method attribute时追加定义作用范围该MethodId对象。
被ResourceScanner扫描器检查更新
-->
<attributes>
<!--
分组
name 组名称
parentName 上级组名称,若根此处可空
- 文件属性
- 组织-执行部门
- 流程分析-处理时间
- 流程分析-等待时间
- 流程分析-执行频率
- 绩效-流程绩效
- 基本属性-注释
图形属性
- 基本属性-编号
- 基本属性-输入
- 基本属性-输出
- 基本属性-层次
- 组织-责任部门
- 组织-责任人
- 组织-执行部门
- 流程分析-处理时间
- 流程分析-等待时间
- 流程分析-执行频率
- 绩效-流程绩效
- 基本属性-注释
-->
<group name="baseAttribute" parentName="" desc="基本属性"/>
<group name="process" parentName="" desc="流程分析"/>
<group name="organization" parentName="" desc="组织"/>
<group name="org_performance" parentName="" desc="绩效"/>
<group name="control" parentName="" desc="控制"/>
<group name="itsystem_normal" parentName="" desc="IT系统"/>
<group name="process_model" parentName="" desc="流程"/>
<!--
扩展特性(属性)
key 全局唯一标识名
title 属性标题
type 属性类型支持string(普通字符串),number(数字),boolean(是非),list(多选值),link(链接),relation(关联关系),textarea(多行文本),awsorg(关联BPM组织架构)
value 默认值//支持@公式
ref 当type=relation时该属性所指向的methodCategory或methodId多个以逗号隔开当type=awsorg时该属性指向的当前用户单位下的部门department用户user角色role岗位position多个以逗号分隔
readonly 是否只读
groupPath 特性绑定在哪个组别上
scope 应用范围methodId、methodId.shapeId,多个用逗号隔开%代表文件属性 *代表对所有的图形有效,不是文件属性
-->
<attribute key="number" title="编号" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%" isValid="true"/>
<attribute key="desc" title="描述" type="textarea" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%,*" isValid="true"/>
<attribute key="input" title="输入" type="textarea" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%,*" isValid="true"/>
<attribute key="out" title="输出" type="textarea" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%,*" isValid="true"/>
<attribute key="bpm_department" title="责任部门" type="awsorg" value="" ref="{scope:['department'],multiple:false}" readonly="true" groupPath="baseAttribute" scope="%,*" isValid="true"/>
<attribute key="bpm_person" title="责任人" type="awsorg" value="" ref="{scope:['user'],multiple:false}" readonly="true" groupPath="baseAttribute" scope="%,*" isValid="true"/>
<attribute key="department" title="责任部门" type="relation" value="" ref="{method:'org.normal',multiple:false,type:'shape'}" readonly="true" groupPath="baseAttribute" scope="%,*" isValid="true"/>
<attribute key="person" title="责任人" type="relation" value="" ref="{method:'org.normal',multiple:false,type:'shape'}" readonly="true" groupPath="baseAttribute" scope="%,*" isValid="true"/>
<attribute key="securityclass" title="密级" type="select" value="" ref="绝密,机密,秘密,内部,外部公开" readonly="false" groupPath="baseAttribute" scope="%" isValid="true"/>
<attribute key="importancescore" title="重要度分数" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%" isValid="true"/>
<attribute key="importancelevel" title="重要度等级" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="%" isValid="true"/>
<attribute key="level" title="层次" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="*" isValid="true"/>
<attribute key="executive_arm" title="执行部门" type="relation" value="" ref="{method:'org',multiple:true,type:'shape'}" readonly="true" groupPath="organization" scope="*,%" isValid="true"/>
<attribute key="handle_time" title="处理时间" type="string" value="" ref="" readonly="false" groupPath="process" scope="*,%" isValid="true"/>
<attribute key="wait_time" title="等待时间" type="string" value="" ref="" readonly="false" groupPath="process" scope="*,%" isValid="true"/>
<attribute key="frequency" title="执行频率" type="string" value="" ref="" readonly="false" groupPath="process" scope="*,%" isValid="true"/>
<attribute key="performance" title="流程绩效" type="string" value="" ref="" readonly="false" groupPath="org_performance" scope="*,%" isValid="true"/>
<attribute key="note" title="注释" type="string" value="" ref="" readonly="false" groupPath="baseAttribute" scope="*,%" isValid="true"/>
<attribute key="danger" title="风险" type="relation" value="" ref="{method:'control',multiple:true,type:'shape'}" readonly="true" groupPath="control" scope="*,%" isValid="true"/>
<attribute key="regulate" title="控制" type="relation" value="" ref="{method:'control',multiple:true,type:'shape'}" readonly="true" groupPath="control" scope="*,%" isValid="true"/>
<attribute key="itsystem" title="IT系统" type="relation" value="" ref="{method:'itsystem',multiple:true,type:'shape'}" readonly="true" groupPath="itsystem_normal" scope="*,%" isValid="true"/>
<attribute key="lead_process" title="前置流程" type="relation" value="" ref="{method:'process',multiple:true,type:'file'}" readonly="true" groupPath="process_model" scope="*,%" isValid="true"/>
<attribute key="rear_process" title="后置流程" type="relation" value="" ref="{method:'process',multiple:true,type:'file'}" readonly="true" groupPath="process_model" scope="*,%" isValid="true"/>
<attribute key="responsibility" title="主要人员职责描述" type="textarea" value="" ref="" readonly="false" groupPath="baseAttribute" scope="*,%" isValid="true"/>
<attribute key="business" title="关键业务逻辑规则" type="textarea" value="" ref="" readonly="false" groupPath="baseAttribute" scope="*,%" isValid="true"/>
</attributes>