提交 af9780ec 编写于 作者: ibizdev's avatar ibizdev

zhanghengfeng 发布系统代码 [TrainSys,网页端]

上级 4f84f846
......@@ -132,6 +132,31 @@
"type" : "DTO"
},
"builtinAction" : true
}, {
"actionHolder" : 1,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Cc",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Cc.json",
"logicName" : "行为",
"name" : "cc",
"getPSDEActionInput" : {
"name" : "CcInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CcResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDELOGICS/cc.json"
},
"enableFront" : false
}, {
"actionMode" : "CHECKKEY",
"actionType" : "BUILTIN",
......@@ -945,6 +970,105 @@
"allowEmpty" : false,
"systemReserver" : true
} ],
"getAllPSDELogics" : [ {
"codeName" : "cc",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDELOGICS/cc.json",
"logicName" : "cc",
"name" : "cc",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 410,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"dstFieldName" : "SONGNAME",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : "空值(NULL) ==> Default[SONGNAME]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NULLVALUE"
}, {
"dstFieldName" : "UPDATEDATE",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : " ==> Default[UPDATEDATE]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "SRCDLPARAM"
}, {
"dstFieldName" : "SONGID",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : " ==> Default[SONGID]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 300
}, {
"codeName" : "END1",
"leftPos" : 640,
"logicNodeType" : "END",
"name" : "结束",
"getReturnParam" : {
"modelref" : true,
"id" : "Default"
},
"returnType" : "LOGICPARAM",
"topPos" : 400
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : true,
"enableFront" : false
} ],
"getAllPSDEMethodDTOs" : [ {
"name" : "SongDTO",
"getPSDEMethodDTOFields" : [ {
......
{
"actionHolder" : 1,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Cc",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Cc.json",
"logicName" : "行为",
"name" : "cc",
"getPSDEActionInput" : {
"name" : "CcInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CcResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDELOGICS/cc.json"
},
"enableFront" : false
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:g="http://www.jboss.org/drools/flow/gpd" xmlns:tns="http://www.jboss.org/drools" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.mvel.org/2.0" id="Definition" name="" targetNamespace="http://www.jboss.org/drools" typeLanguage="http://www.java.com/javaTypes">
<process id="cn.ibizlab.trainsys.core.extensions.service.logic.execute" isClosed="false" isExecutable="true" name="test_song_cc_execLogic" processType="Private" tns:packageName="cn.ibizlab.trainsys.core.extensions.service.logic.execute">
<extensionElements>
<tns:import name="java.util.Map"/>
<tns:import name="org.springframework.util.StringUtils"/>
<tns:import name="cn.ibizlab.trainsys.util.helper.RuleUtils"/>
</extensionElements>
<startEvent id="begin" isInterrupting="true"/>
<endEvent id="prepareparam1_end" name="end"/>
<callActivity activiti:exclusive="true" calledElement="cn.ibizlab.trainsys.core.test.service.logic.songcc" id="cc" name="cc.json.bpmn"/>
<sequenceFlow id="begin_cc" sourceRef="begin" targetRef="cc"/>
<sequenceFlow id="cc_cc" sourceRef="cc" targetRef="prepareparam1_end"/>
</process>
</definitions>
\ No newline at end of file
{
"codeName" : "cc",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDELOGICS/cc.json",
"logicName" : "cc",
"name" : "cc",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 410,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"dstFieldName" : "SONGNAME",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : "空值(NULL) ==> Default[SONGNAME]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NULLVALUE"
}, {
"dstFieldName" : "UPDATEDATE",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : " ==> Default[UPDATEDATE]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "SRCDLPARAM"
}, {
"dstFieldName" : "SONGID",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : " ==> Default[SONGID]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 300
}, {
"codeName" : "END1",
"leftPos" : 640,
"logicNodeType" : "END",
"name" : "结束",
"getReturnParam" : {
"modelref" : true,
"id" : "Default"
},
"returnType" : "LOGICPARAM",
"topPos" : 400
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : true,
"enableFront" : false
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:g="http://www.jboss.org/drools/flow/gpd" xmlns:tns="http://www.jboss.org/drools" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.mvel.org/2.0" id="Definition" name="" targetNamespace="http://www.jboss.org/drools" typeLanguage="http://www.java.com/javaTypes">
<process id="cn.ibizlab.trainsys.core.test.service.logic.songcc" isClosed="false" isExecutable="true" name="test_song_cc_ruleFlow" processType="Private" tns:packageName="cn.ibizlab.trainsys.core.test.service.logic.songcc">
<extensionElements>
<tns:import name="java.util.Map" />
<tns:import name="org.springframework.util.StringUtils"/>
<tns:import name="cn.ibizlab.trainsys.util.helper.RuleUtils"/>
<tns:metaData express="" name="songccdefault" type="entity"/>
<tns:metaData express="T(cn.ibizlab.trainsys.util.security.SpringContextHolder).getBean(T(cn.ibizlab.trainsys.core.test.service.ISongService))" name="iBzSysSongDefaultService" type="service"/>
<tns:metaData express="T(cn.ibizlab.trainsys.util.security.AuthenticationUser).getAuthenticationUser()" name="curuser" type="session"/>
<tns:global identifier="songccdefault" type="cn.ibizlab.trainsys.core.test.domain.Song" />
</extensionElements>
<startEvent id="begin" isInterrupting="true"/>
<businessRuleTask activiti:exclusive="true" g:ruleFlowGroup="songccprepareparam1" id="prepareparam1" implementation="http://www.jboss.org/drools/rule" name="准备参数"/>
<businessRuleTask activiti:exclusive="true" g:ruleFlowGroup="songccend1" id="end1" implementation="http://www.jboss.org/drools/rule" name="结束"/>
<endEvent id="end1_end" name="end"/>
<sequenceFlow id="end1_end_line" sourceRef="end1" targetRef="end1_end"/>
<sequenceFlow id="begin_prepareparam1" sourceRef="begin" targetRef="prepareparam1">
</sequenceFlow>
<sequenceFlow id="prepareparam1_end1" sourceRef="prepareparam1" targetRef="end1">
</sequenceFlow>
</process>
</definitions>
\ No newline at end of file
......@@ -140,7 +140,7 @@
},
"builtinAction" : true
}, {
"actionHolder" : 2,
"actionHolder" : 1,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Aa",
......@@ -163,7 +163,7 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/beforecreate.json"
},
"enableBackend" : false
"enableFront" : false
}, {
"actionMode" : "CHECKKEY",
"actionType" : "BUILTIN",
......@@ -3328,8 +3328,8 @@
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
"enableBackend" : true,
"enableFront" : false
}, {
"codeName" : "xxxA",
"debugMode" : 1,
......
{
"actionHolder" : 2,
"actionHolder" : 1,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Aa",
......@@ -22,5 +22,5 @@
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/beforecreate.json"
},
"enableBackend" : false
"enableFront" : false
}
\ No newline at end of file
......@@ -71,6 +71,6 @@
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
"enableBackend" : true,
"enableFront" : false
}
\ No newline at end of file
......@@ -11,10 +11,13 @@
<tns:global identifier="phonebeforecreatedefault" type="cn.ibizlab.trainsys.core.common.domain.Phone" />
</extensionElements>
<startEvent id="begin" isInterrupting="true"/>
<businessRuleTask activiti:exclusive="true" g:ruleFlowGroup="phonebeforecreateend1" id="end1" implementation="http://www.jboss.org/drools/rule" name="结束"/>
<endEvent id="end1_end" name="end"/>
<sequenceFlow id="end1_end_line" sourceRef="end1" targetRef="end1_end"/>
<businessRuleTask activiti:exclusive="true" g:ruleFlowGroup="phonebeforecreateprepareparam1" id="prepareparam1" implementation="http://www.jboss.org/drools/rule" name="准备参数"/>
<endEvent id="prepareparam1_end" name="end"/>
<sequenceFlow id="prepareparam1_end_line" sourceRef="prepareparam1" targetRef="prepareparam1_end"/>
<sequenceFlow id="begin_prepareparam1" sourceRef="begin" targetRef="prepareparam1">
</sequenceFlow>
<sequenceFlow id="prepareparam1_end1" sourceRef="prepareparam1" targetRef="end1">
</sequenceFlow>
</process>
</definitions>
\ No newline at end of file
......@@ -19,6 +19,14 @@ package cn.ibizlab.trainsys.common.logic.phonelogic.beforecreate;
then
end
//逻辑处理节点[结束]
rule "end1"
ruleflow-group "phonebeforecreateend1"
when
then
update(phonebeforecreatedefault);//更新fact中变量值
end
//逻辑处理节点[准备参数]
rule "prepareparam1"
ruleflow-group "phonebeforecreateprepareparam1"
......
......@@ -39,17 +39,12 @@
} ],
"getAllPSAppDEActions" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -57,15 +52,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......@@ -1840,84 +1842,6 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "beforecreate",
"defaultParamName" : "Default",
"logicName" : "beforecreate",
"name" : "beforecreate",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 483,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 324
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 190,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"dstFieldName" : "PHONEID",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : "无值(NONE) ==> Default[PHONEID]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NONEVALUE"
} ],
"topPos" : 340
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDEFGroupDTO",
......@@ -2465,17 +2389,12 @@
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -2483,15 +2402,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......
......@@ -39,17 +39,12 @@
} ],
"getAllPSAppDEActions" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -57,15 +52,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......@@ -1840,84 +1842,6 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "beforecreate",
"defaultParamName" : "Default",
"logicName" : "beforecreate",
"name" : "beforecreate",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 483,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 324
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 190,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"dstFieldName" : "PHONEID",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : "无值(NONE) ==> Default[PHONEID]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NONEVALUE"
} ],
"topPos" : 340
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDEFGroupDTO",
......@@ -2465,17 +2389,12 @@
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -2483,15 +2402,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......
......@@ -4530,17 +4530,12 @@
} ],
"getAllPSAppDEActions" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -4548,15 +4543,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......@@ -6331,84 +6333,6 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "beforecreate",
"defaultParamName" : "Default",
"logicName" : "beforecreate",
"name" : "beforecreate",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 483,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 324
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 190,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"dstFieldName" : "PHONEID",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : "无值(NONE) ==> Default[PHONEID]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NONEVALUE"
} ],
"topPos" : 340
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDEFGroupDTO",
......@@ -6956,17 +6880,12 @@
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -6974,15 +6893,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......
......@@ -39,17 +39,12 @@
} ],
"getAllPSAppDEActions" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -57,15 +52,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......@@ -1840,84 +1842,6 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "beforecreate",
"defaultParamName" : "Default",
"logicName" : "beforecreate",
"name" : "beforecreate",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "END1",
"leftPos" : 483,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 324
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 190,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"dstFieldName" : "PHONEID",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : "无值(NONE) ==> Default[PHONEID]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NONEVALUE"
} ],
"topPos" : 340
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDEFGroupDTO",
......@@ -2465,17 +2389,12 @@
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"actionName" : "aa",
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "aa",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "beforecreate"
},
"name" : "Aa",
"getPSAppDEMethodInput" : {
"codeName" : "AaInput",
"name" : "AaInput",
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
......@@ -2483,15 +2402,22 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "AaResult",
"name" : "AaResult",
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"builtinMethod" : false
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Aa"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
......
......@@ -31,6 +31,37 @@
"enablePagingBar" : false
} ],
"getAllPSAppDEActions" : [ {
"actionMode" : "CUSTOM",
"actionName" : "cc",
"codeName" : "Cc",
"methodType" : "DEACTION",
"name" : "Cc",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Cc.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Cc"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/cc",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
......@@ -742,6 +773,37 @@
"type" : "DEFILTER"
} ],
"getAllPSAppDEMethods" : [ {
"actionMode" : "CUSTOM",
"actionName" : "cc",
"codeName" : "Cc",
"methodType" : "DEACTION",
"name" : "Cc",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Cc.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Cc"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/cc",
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CHECKKEY",
"codeName" : "CheckKey",
"methodType" : "DEACTION",
......@@ -1094,6 +1156,26 @@
"builtinMethod" : false
} ],
"getAllPSAppDEUIActions" : [ {
"actionTarget" : "NONE",
"caption" : "cc",
"codeName" : "cc",
"fullCodeName" : "Song_cc",
"name" : "cc",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Cc"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
},
"timeout" : 60000,
"uIActionMode" : "BACKEND",
"uIActionTag" : "cc",
"uIActionType" : "DEUIACTION",
"enableConfirm" : true,
"id" : "cc@Song"
}, {
"actionTarget" : "MULTIKEY",
"caption" : "修改语言",
"codeName" : "update_lang",
......
......@@ -13320,10 +13320,10 @@
"codeName" : "VMGroup3",
"name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息",
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
"id" : "ViewMsg5"
}
}, {
"name" : "消息类型-错误信息",
......@@ -13332,10 +13332,10 @@
"id" : "ViewMsg6"
}
}, {
"name" : "消息类型-警告信息",
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
"id" : "ViewMsg4"
}
} ],
"uniqueTag" : "VMGroup3"
......@@ -13383,18 +13383,6 @@
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
......@@ -13433,28 +13421,40 @@
"modelref" : true,
"id" : "ViewMsg11"
}
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
} ],
"uniqueTag" : "VMGroup8"
}, {
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-删除",
"name" : "关闭模式-默认删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
"id" : "ViewMsg12"
}
}, {
"name" : "关闭模式-本次删除",
"name" : "关闭模式-删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
"id" : "ViewMsg11"
}
}, {
"name" : "关闭模式-默认删除",
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
"id" : "ViewMsg13"
}
} ],
"uniqueTag" : "VMGroup5"
......@@ -4094,6 +4094,31 @@
"uniqueTag" : "PHONE__DEACTION__UPDATE",
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"codeName" : "Aa",
"methodType" : "DEACTION",
"name" : "Aa",
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Aa.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/aa",
"uniqueTag" : "PHONE__DEACTION__AA",
"needResourceKey" : true
}, {
"codeName" : "CheckKey",
"dataAccessAction" : "CREATE",
......@@ -13997,6 +14022,31 @@
"uniqueTag" : "SONG__DEACTION__UPDATE",
"needResourceKey" : true,
"noServiceCodeName" : true
}, {
"codeName" : "Cc",
"methodType" : "DEACTION",
"name" : "Cc",
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Song/PSDEACTIONS/Cc.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "SongDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/cc",
"uniqueTag" : "SONG__DEACTION__CC",
"needResourceKey" : true
}, {
"codeName" : "CheckKey",
"dataAccessAction" : "CREATE",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册