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

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

上级 cb550489
...@@ -193,6 +193,33 @@ ...@@ -193,6 +193,33 @@
}, },
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdeactions/Save", "rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdeactions/Save",
"builtinAction" : true "builtinAction" : true
}, {
"actionHolder" : 1,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Test",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json",
"logicName" : "行为",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdeactions/test",
"name" : "test",
"getPSDEActionInput" : {
"name" : "TestInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "TestResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/PhoneNumber.json"
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdeactions/test",
"enableFront" : false
} ], } ],
"getAllPSDEDBConfigs" : [ { "getAllPSDEDBConfigs" : [ {
"dBType" : "MYSQL5", "dBType" : "MYSQL5",
......
{
"actionHolder" : 1,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Test",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json",
"logicName" : "行为",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdeactions/test",
"name" : "test",
"getPSDEActionInput" : {
"name" : "TestInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "TestResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/PhoneNumber.json"
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdeactions/test",
"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="common_phone_test_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.common.service.logic.phonephonenumber" id="PhoneNumber" name="PhoneNumber.json.bpmn"/>
<sequenceFlow id="begin_PhoneNumber" sourceRef="begin" targetRef="PhoneNumber"/>
<sequenceFlow id="PhoneNumber_PhoneNumber" sourceRef="PhoneNumber" targetRef="prepareparam1_end"/>
</process>
</definitions>
\ No newline at end of file
...@@ -96,46 +96,6 @@ ...@@ -96,46 +96,6 @@
"rTMOSFilePath" : "psappdeuilogicnodes/Begin", "rTMOSFilePath" : "psappdeuilogicnodes/Begin",
"topPos" : 322, "topPos" : 322,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "BINDPARAM1",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "AppContext"
},
"leftPos" : 610,
"logicNodeType" : "BINDPARAM",
"mOSFilePath" : "psappdeuilogicnodes/BINDPARAM1",
"name" : "绑定参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "VIEWCTRLFIREEVENT1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "BINDPARAM1"
}
}, {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "THROWEXCEPTION1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "BINDPARAM1"
}
} ],
"rTMOSFilePath" : "psappdeuilogicnodes/BINDPARAM1",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"topPos" : 262,
"parallelOutput" : true
}, { }, {
"codeName" : "END1", "codeName" : "END1",
"leftPos" : 1420, "leftPos" : 1420,
...@@ -183,119 +143,159 @@ ...@@ -183,119 +143,159 @@
"returnType" : "LOGICPARAM", "returnType" : "LOGICPARAM",
"topPos" : 402 "topPos" : 402
}, { }, {
"codeName" : "END2", "codeName" : "Deuiaction1",
"leftPos" : 1420, "getDstPSAppDEUIAction" : {
"logicNodeType" : "END", "getPSAppDataEntity" : {
"mOSFilePath" : "psappdeuilogicnodes/END2", "modelref" : true,
"name" : "结束", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
"rTMOSFilePath" : "psappdeuilogicnodes/END2", },
"topPos" : 604 "modelref" : true,
}, { "id" : "frontEndTest@Phone"
"buttonsType" : "YESNO", },
"codeName" : "MSGBOX1", "getDstPSAppDataEntity" : {
"leftPos" : 990, "modelref" : true,
"logicNodeType" : "MSGBOX", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
"mOSFilePath" : "psappdeuilogicnodes/MSGBOX1", },
"getMsgBoxParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
}, },
"msgBoxType" : "INFO", "leftPos" : 610,
"name" : "消息弹窗", "logicNodeType" : "DEUIACTION",
"mOSFilePath" : "psappdeuilogicnodes/Deuiaction1",
"name" : "xxx",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END2" "id" : "MSGBOX1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "MSGBOX1" "id" : "Deuiaction1"
} }
} ],
"rTMOSFilePath" : "psappdeuilogicnodes/MSGBOX1",
"showMode" : "CENTER",
"title" : "是否删除",
"topPos" : 612
}, {
"codeName" : "END3",
"leftPos" : 1420,
"logicNodeType" : "END",
"mOSFilePath" : "psappdeuilogicnodes/END3",
"name" : "结束",
"rTMOSFilePath" : "psappdeuilogicnodes/END3",
"topPos" : 254
}, { }, {
"codeName" : "THROWEXCEPTION1",
"errorCode" : 0,
"errorInfo" : "阿莱莱",
"leftPos" : 1030,
"logicNodeType" : "THROWEXCEPTION",
"mOSFilePath" : "psappdeuilogicnodes/THROWEXCEPTION1",
"name" : "抛出异常",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END3" "id" : "DELOGIC1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "THROWEXCEPTION1" "id" : "Deuiaction1"
} }
} ], } ],
"rTMOSFilePath" : "psappdeuilogicnodes/THROWEXCEPTION1", "rTMOSFilePath" : "psappdeuilogicnodes/Deuiaction1",
"topPos" : 262 "topPos" : 410,
"parallelOutput" : true
}, { }, {
"codeName" : "Deuiaction1", "codeName" : "BINDPARAM1",
"getDstPSAppDEUIAction" : { "getDstPSDEUILogicParam" : {
"getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json" "id" : "AppContext"
}, },
"leftPos" : 610,
"logicNodeType" : "BINDPARAM",
"mOSFilePath" : "psappdeuilogicnodes/BINDPARAM1",
"name" : "绑定参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "frontEndTest@Phone" "id" : "VIEWCTRLFIREEVENT1"
}, },
"getDstPSAppDataEntity" : { "linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json" "id" : "BINDPARAM1"
}
}, {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "THROWEXCEPTION1"
}, },
"getDstPSDEUILogicParam" : { "linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "BINDPARAM1"
}
} ],
"rTMOSFilePath" : "psappdeuilogicnodes/BINDPARAM1",
"getSrcPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
}, },
"leftPos" : 610, "topPos" : 262,
"logicNodeType" : "DEUIACTION", "parallelOutput" : true
"mOSFilePath" : "psappdeuilogicnodes/Deuiaction1", }, {
"name" : "xxx", "codeName" : "THROWEXCEPTION1",
"errorCode" : 0,
"errorInfo" : "阿莱莱",
"leftPos" : 1030,
"logicNodeType" : "THROWEXCEPTION",
"mOSFilePath" : "psappdeuilogicnodes/THROWEXCEPTION1",
"name" : "抛出异常",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "MSGBOX1" "id" : "END3"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "Deuiaction1" "id" : "THROWEXCEPTION1"
} }
} ],
"rTMOSFilePath" : "psappdeuilogicnodes/THROWEXCEPTION1",
"topPos" : 262
}, {
"codeName" : "END2",
"leftPos" : 1420,
"logicNodeType" : "END",
"mOSFilePath" : "psappdeuilogicnodes/END2",
"name" : "结束",
"rTMOSFilePath" : "psappdeuilogicnodes/END2",
"topPos" : 604
}, {
"codeName" : "END3",
"leftPos" : 1420,
"logicNodeType" : "END",
"mOSFilePath" : "psappdeuilogicnodes/END3",
"name" : "结束",
"rTMOSFilePath" : "psappdeuilogicnodes/END3",
"topPos" : 254
}, { }, {
"buttonsType" : "YESNO",
"codeName" : "MSGBOX1",
"leftPos" : 990,
"logicNodeType" : "MSGBOX",
"mOSFilePath" : "psappdeuilogicnodes/MSGBOX1",
"getMsgBoxParam" : {
"modelref" : true,
"id" : "Default"
},
"msgBoxType" : "INFO",
"name" : "消息弹窗",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "DELOGIC1" "id" : "END2"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "Deuiaction1" "id" : "MSGBOX1"
} }
} ], } ],
"rTMOSFilePath" : "psappdeuilogicnodes/Deuiaction1", "rTMOSFilePath" : "psappdeuilogicnodes/MSGBOX1",
"topPos" : 410, "showMode" : "CENTER",
"parallelOutput" : true "title" : "是否删除",
"topPos" : 612
}, { }, {
"codeName" : "DELOGIC1", "codeName" : "DELOGIC1",
"leftPos" : 990, "leftPos" : 990,
...@@ -318,6 +318,27 @@ ...@@ -318,6 +318,27 @@
"topPos" : 410 "topPos" : 410
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "SampleDataVar",
"logicName" : "简单数据",
"mOSFilePath" : "psappdeuilogicparams/SampleDataVar",
"name" : "简单数据",
"rTMOSFilePath" : "psappdeuilogicparams/SampleDataVar",
"simpleParam" : true
}, {
"codeName" : "ViewRouteParam",
"logicName" : "视图路由参数",
"mOSFilePath" : "psappdeuilogicparams/ViewRouteParam",
"name" : "视图路由参数",
"rTMOSFilePath" : "psappdeuilogicparams/ViewRouteParam",
"navViewParamParam" : true
}, {
"codeName" : "CurrentView",
"logicName" : "当前视图",
"mOSFilePath" : "psappdeuilogicparams/CurrentView",
"name" : "当前视图",
"rTMOSFilePath" : "psappdeuilogicparams/CurrentView",
"activeViewParam" : true
}, {
"codeName" : "CurrentControl", "codeName" : "CurrentControl",
"logicName" : "当前部件", "logicName" : "当前部件",
"mOSFilePath" : "psappdeuilogicparams/CurrentControl", "mOSFilePath" : "psappdeuilogicparams/CurrentControl",
...@@ -326,27 +347,33 @@ ...@@ -326,27 +347,33 @@
"activeCtrlParam" : true, "activeCtrlParam" : true,
"ctrlParam" : true "ctrlParam" : true
}, { }, {
"codeName" : "AppGlobalVariable", "codeName" : "AppointControl",
"logicName" : "应用全局变量", "logicName" : "指定部件",
"mOSFilePath" : "psappdeuilogicparams/AppGlobalVariable", "mOSFilePath" : "psappdeuilogicparams/AppointControl",
"name" : "应用全局变量", "name" : "指定部件",
"paramFieldName" : "pssysid", "rTMOSFilePath" : "psappdeuilogicparams/AppointControl",
"rTMOSFilePath" : "psappdeuilogicparams/AppGlobalVariable", "ctrlParam" : true
"appGlobalParam" : true
}, { }, {
"codeName" : "SampleDataList", "codeName" : "RouteViewSession",
"logicName" : "简单数据列表", "logicName" : "路由视图会话",
"mOSFilePath" : "psappdeuilogicparams/SampleDataList", "mOSFilePath" : "psappdeuilogicparams/RouteViewSession",
"name" : "简单数据列表", "name" : "路由视图会话",
"rTMOSFilePath" : "psappdeuilogicparams/SampleDataList", "paramFieldName" : "sss",
"simpleListParam" : true "rTMOSFilePath" : "psappdeuilogicparams/RouteViewSession",
"routeViewSessionParam" : true
}, { }, {
"codeName" : "AppContext", "codeName" : "session",
"logicName" : "应用上下文", "logicName" : "会话",
"mOSFilePath" : "psappdeuilogicparams/AppContext", "mOSFilePath" : "psappdeuilogicparams/session",
"name" : "应用上下文", "name" : "会话",
"rTMOSFilePath" : "psappdeuilogicparams/AppContext", "rTMOSFilePath" : "psappdeuilogicparams/session"
"navContextParam" : true }, {
"codeName" : "filter",
"logicName" : "过滤器",
"mOSFilePath" : "psappdeuilogicparams/filter",
"name" : "过滤器",
"rTMOSFilePath" : "psappdeuilogicparams/filter",
"filterParam" : true
}, { }, {
"codeName" : "CurrentApp", "codeName" : "CurrentApp",
"logicName" : "当前应用", "logicName" : "当前应用",
...@@ -354,14 +381,6 @@ ...@@ -354,14 +381,6 @@
"name" : "当前应用", "name" : "当前应用",
"rTMOSFilePath" : "psappdeuilogicparams/CurrentApp", "rTMOSFilePath" : "psappdeuilogicparams/CurrentApp",
"applicationParam" : true "applicationParam" : true
}, {
"codeName" : "Default",
"logicName" : "传入变量",
"mOSFilePath" : "psappdeuilogicparams/Default",
"name" : "传入变量",
"rTMOSFilePath" : "psappdeuilogicparams/Default",
"default" : true,
"entityParam" : true
}, { }, {
"codeName" : "context", "codeName" : "context",
"logicName" : "应用上下文", "logicName" : "应用上下文",
...@@ -369,26 +388,6 @@ ...@@ -369,26 +388,6 @@
"name" : "应用上下文", "name" : "应用上下文",
"rTMOSFilePath" : "psappdeuilogicparams/context", "rTMOSFilePath" : "psappdeuilogicparams/context",
"navContextParam" : true "navContextParam" : true
}, {
"codeName" : "DataObjectList",
"logicName" : "数据对象列表",
"mOSFilePath" : "psappdeuilogicparams/DataObjectList",
"name" : "数据对象列表",
"rTMOSFilePath" : "psappdeuilogicparams/DataObjectList",
"entityListParam" : true
}, {
"codeName" : "ViewRouteParam",
"logicName" : "视图路由参数",
"mOSFilePath" : "psappdeuilogicparams/ViewRouteParam",
"name" : "视图路由参数",
"rTMOSFilePath" : "psappdeuilogicparams/ViewRouteParam",
"navViewParamParam" : true
}, {
"codeName" : "session",
"logicName" : "会话",
"mOSFilePath" : "psappdeuilogicparams/session",
"name" : "会话",
"rTMOSFilePath" : "psappdeuilogicparams/session"
}, { }, {
"codeName" : "environment", "codeName" : "environment",
"logicName" : "环境", "logicName" : "环境",
...@@ -402,27 +401,6 @@ ...@@ -402,27 +401,6 @@
"name" : "当前容器", "name" : "当前容器",
"rTMOSFilePath" : "psappdeuilogicparams/CurrentContainer", "rTMOSFilePath" : "psappdeuilogicparams/CurrentContainer",
"activeContainerParam" : true "activeContainerParam" : true
}, {
"codeName" : "filter",
"logicName" : "过滤器",
"mOSFilePath" : "psappdeuilogicparams/filter",
"name" : "过滤器",
"rTMOSFilePath" : "psappdeuilogicparams/filter",
"filterParam" : true
}, {
"codeName" : "LastCallReturn",
"logicName" : "上次调用返回",
"mOSFilePath" : "psappdeuilogicparams/LastCallReturn",
"name" : "上次调用返回",
"rTMOSFilePath" : "psappdeuilogicparams/LastCallReturn",
"lastReturnParam" : true
}, {
"codeName" : "ViewExpData",
"logicName" : "视图导航数据",
"mOSFilePath" : "psappdeuilogicparams/ViewExpData",
"name" : "视图导航数据",
"rTMOSFilePath" : "psappdeuilogicparams/ViewExpData",
"viewNavDataParam" : true
}, { }, {
"codeName" : "PaginationQueryResults", "codeName" : "PaginationQueryResults",
"logicName" : "分页查询结果", "logicName" : "分页查询结果",
...@@ -431,19 +409,20 @@ ...@@ -431,19 +409,20 @@
"rTMOSFilePath" : "psappdeuilogicparams/PaginationQueryResults", "rTMOSFilePath" : "psappdeuilogicparams/PaginationQueryResults",
"entityPageParam" : true "entityPageParam" : true
}, { }, {
"codeName" : "CurrentView", "codeName" : "AppGlobalVariable",
"logicName" : "当前视图", "logicName" : "应用全局变量",
"mOSFilePath" : "psappdeuilogicparams/CurrentView", "mOSFilePath" : "psappdeuilogicparams/AppGlobalVariable",
"name" : "当前视图", "name" : "应用全局变量",
"rTMOSFilePath" : "psappdeuilogicparams/CurrentView", "paramFieldName" : "pssysid",
"activeViewParam" : true "rTMOSFilePath" : "psappdeuilogicparams/AppGlobalVariable",
"appGlobalParam" : true
}, { }, {
"codeName" : "SampleDataVar", "codeName" : "LastCallReturn",
"logicName" : "简单数据", "logicName" : "上次调用返回",
"mOSFilePath" : "psappdeuilogicparams/SampleDataVar", "mOSFilePath" : "psappdeuilogicparams/LastCallReturn",
"name" : "简单数据", "name" : "上次调用返回",
"rTMOSFilePath" : "psappdeuilogicparams/SampleDataVar", "rTMOSFilePath" : "psappdeuilogicparams/LastCallReturn",
"simpleParam" : true "lastReturnParam" : true
}, { }, {
"codeName" : "CurrentViewSession", "codeName" : "CurrentViewSession",
"logicName" : "当前视图会话", "logicName" : "当前视图会话",
...@@ -453,20 +432,41 @@ ...@@ -453,20 +432,41 @@
"rTMOSFilePath" : "psappdeuilogicparams/CurrentViewSession", "rTMOSFilePath" : "psappdeuilogicparams/CurrentViewSession",
"viewSessionParam" : true "viewSessionParam" : true
}, { }, {
"codeName" : "AppointControl", "codeName" : "DataObjectList",
"logicName" : "指定部件", "logicName" : "数据对象列表",
"mOSFilePath" : "psappdeuilogicparams/AppointControl", "mOSFilePath" : "psappdeuilogicparams/DataObjectList",
"name" : "指定部件", "name" : "数据对象列表",
"rTMOSFilePath" : "psappdeuilogicparams/AppointControl", "rTMOSFilePath" : "psappdeuilogicparams/DataObjectList",
"ctrlParam" : true "entityListParam" : true
}, { }, {
"codeName" : "RouteViewSession", "codeName" : "SampleDataList",
"logicName" : "路由视图会话", "logicName" : "简单数据列表",
"mOSFilePath" : "psappdeuilogicparams/RouteViewSession", "mOSFilePath" : "psappdeuilogicparams/SampleDataList",
"name" : "路由视图会话", "name" : "简单数据列表",
"paramFieldName" : "sss", "rTMOSFilePath" : "psappdeuilogicparams/SampleDataList",
"rTMOSFilePath" : "psappdeuilogicparams/RouteViewSession", "simpleListParam" : true
"routeViewSessionParam" : true }, {
"codeName" : "Default",
"logicName" : "传入变量",
"mOSFilePath" : "psappdeuilogicparams/Default",
"name" : "传入变量",
"rTMOSFilePath" : "psappdeuilogicparams/Default",
"default" : true,
"entityParam" : true
}, {
"codeName" : "ViewExpData",
"logicName" : "视图导航数据",
"mOSFilePath" : "psappdeuilogicparams/ViewExpData",
"name" : "视图导航数据",
"rTMOSFilePath" : "psappdeuilogicparams/ViewExpData",
"viewNavDataParam" : true
}, {
"codeName" : "AppContext",
"logicName" : "应用上下文",
"mOSFilePath" : "psappdeuilogicparams/AppContext",
"name" : "应用上下文",
"rTMOSFilePath" : "psappdeuilogicparams/AppContext",
"navContextParam" : true
} ], } ],
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdataentities/Phone/psappdeuilogics/test", "rTMOSFilePath" : "pssysapps/TemplatePublish/psappdataentities/Phone/psappdeuilogics/test",
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
......
...@@ -4136,46 +4136,6 @@ ...@@ -4136,46 +4136,6 @@
"rTMOSFilePath" : "psappdeuilogicnodes/Begin", "rTMOSFilePath" : "psappdeuilogicnodes/Begin",
"topPos" : 322, "topPos" : 322,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "BINDPARAM1",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "AppContext"
},
"leftPos" : 610,
"logicNodeType" : "BINDPARAM",
"mOSFilePath" : "psappdeuilogicnodes/BINDPARAM1",
"name" : "绑定参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "VIEWCTRLFIREEVENT1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "BINDPARAM1"
}
}, {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "THROWEXCEPTION1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "BINDPARAM1"
}
} ],
"rTMOSFilePath" : "psappdeuilogicnodes/BINDPARAM1",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"topPos" : 262,
"parallelOutput" : true
}, { }, {
"codeName" : "END1", "codeName" : "END1",
"leftPos" : 1420, "leftPos" : 1420,
...@@ -4223,119 +4183,159 @@ ...@@ -4223,119 +4183,159 @@
"returnType" : "LOGICPARAM", "returnType" : "LOGICPARAM",
"topPos" : 402 "topPos" : 402
}, { }, {
"codeName" : "END2", "codeName" : "Deuiaction1",
"leftPos" : 1420, "getDstPSAppDEUIAction" : {
"logicNodeType" : "END", "getPSAppDataEntity" : {
"mOSFilePath" : "psappdeuilogicnodes/END2", "modelref" : true,
"name" : "结束", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
"rTMOSFilePath" : "psappdeuilogicnodes/END2", },
"topPos" : 604 "modelref" : true,
}, { "id" : "frontEndTest@Phone"
"buttonsType" : "YESNO", },
"codeName" : "MSGBOX1", "getDstPSAppDataEntity" : {
"leftPos" : 990, "modelref" : true,
"logicNodeType" : "MSGBOX", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
"mOSFilePath" : "psappdeuilogicnodes/MSGBOX1", },
"getMsgBoxParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
}, },
"msgBoxType" : "INFO", "leftPos" : 610,
"name" : "消息弹窗", "logicNodeType" : "DEUIACTION",
"mOSFilePath" : "psappdeuilogicnodes/Deuiaction1",
"name" : "xxx",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END2" "id" : "MSGBOX1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "MSGBOX1" "id" : "Deuiaction1"
} }
} ],
"rTMOSFilePath" : "psappdeuilogicnodes/MSGBOX1",
"showMode" : "CENTER",
"title" : "是否删除",
"topPos" : 612
}, {
"codeName" : "END3",
"leftPos" : 1420,
"logicNodeType" : "END",
"mOSFilePath" : "psappdeuilogicnodes/END3",
"name" : "结束",
"rTMOSFilePath" : "psappdeuilogicnodes/END3",
"topPos" : 254
}, { }, {
"codeName" : "THROWEXCEPTION1",
"errorCode" : 0,
"errorInfo" : "阿莱莱",
"leftPos" : 1030,
"logicNodeType" : "THROWEXCEPTION",
"mOSFilePath" : "psappdeuilogicnodes/THROWEXCEPTION1",
"name" : "抛出异常",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END3" "id" : "DELOGIC1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "THROWEXCEPTION1" "id" : "Deuiaction1"
} }
} ], } ],
"rTMOSFilePath" : "psappdeuilogicnodes/THROWEXCEPTION1", "rTMOSFilePath" : "psappdeuilogicnodes/Deuiaction1",
"topPos" : 262 "topPos" : 410,
"parallelOutput" : true
}, { }, {
"codeName" : "Deuiaction1", "codeName" : "BINDPARAM1",
"getDstPSAppDEUIAction" : { "getDstPSDEUILogicParam" : {
"getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json" "id" : "AppContext"
}, },
"leftPos" : 610,
"logicNodeType" : "BINDPARAM",
"mOSFilePath" : "psappdeuilogicnodes/BINDPARAM1",
"name" : "绑定参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "frontEndTest@Phone" "id" : "VIEWCTRLFIREEVENT1"
}, },
"getDstPSAppDataEntity" : { "linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json" "id" : "BINDPARAM1"
}
}, {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "THROWEXCEPTION1"
}, },
"getDstPSDEUILogicParam" : { "linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "BINDPARAM1"
}
} ],
"rTMOSFilePath" : "psappdeuilogicnodes/BINDPARAM1",
"getSrcPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
}, },
"leftPos" : 610, "topPos" : 262,
"logicNodeType" : "DEUIACTION", "parallelOutput" : true
"mOSFilePath" : "psappdeuilogicnodes/Deuiaction1", }, {
"name" : "xxx", "codeName" : "THROWEXCEPTION1",
"errorCode" : 0,
"errorInfo" : "阿莱莱",
"leftPos" : 1030,
"logicNodeType" : "THROWEXCEPTION",
"mOSFilePath" : "psappdeuilogicnodes/THROWEXCEPTION1",
"name" : "抛出异常",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "MSGBOX1" "id" : "END3"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "Deuiaction1" "id" : "THROWEXCEPTION1"
} }
} ],
"rTMOSFilePath" : "psappdeuilogicnodes/THROWEXCEPTION1",
"topPos" : 262
}, {
"codeName" : "END2",
"leftPos" : 1420,
"logicNodeType" : "END",
"mOSFilePath" : "psappdeuilogicnodes/END2",
"name" : "结束",
"rTMOSFilePath" : "psappdeuilogicnodes/END2",
"topPos" : 604
}, {
"codeName" : "END3",
"leftPos" : 1420,
"logicNodeType" : "END",
"mOSFilePath" : "psappdeuilogicnodes/END3",
"name" : "结束",
"rTMOSFilePath" : "psappdeuilogicnodes/END3",
"topPos" : 254
}, { }, {
"buttonsType" : "YESNO",
"codeName" : "MSGBOX1",
"leftPos" : 990,
"logicNodeType" : "MSGBOX",
"mOSFilePath" : "psappdeuilogicnodes/MSGBOX1",
"getMsgBoxParam" : {
"modelref" : true,
"id" : "Default"
},
"msgBoxType" : "INFO",
"name" : "消息弹窗",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "DELOGIC1" "id" : "END2"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "Deuiaction1" "id" : "MSGBOX1"
} }
} ], } ],
"rTMOSFilePath" : "psappdeuilogicnodes/Deuiaction1", "rTMOSFilePath" : "psappdeuilogicnodes/MSGBOX1",
"topPos" : 410, "showMode" : "CENTER",
"parallelOutput" : true "title" : "是否删除",
"topPos" : 612
}, { }, {
"codeName" : "DELOGIC1", "codeName" : "DELOGIC1",
"leftPos" : 990, "leftPos" : 990,
...@@ -4358,6 +4358,27 @@ ...@@ -4358,6 +4358,27 @@
"topPos" : 410 "topPos" : 410
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "SampleDataVar",
"logicName" : "简单数据",
"mOSFilePath" : "psappdeuilogicparams/SampleDataVar",
"name" : "简单数据",
"rTMOSFilePath" : "psappdeuilogicparams/SampleDataVar",
"simpleParam" : true
}, {
"codeName" : "ViewRouteParam",
"logicName" : "视图路由参数",
"mOSFilePath" : "psappdeuilogicparams/ViewRouteParam",
"name" : "视图路由参数",
"rTMOSFilePath" : "psappdeuilogicparams/ViewRouteParam",
"navViewParamParam" : true
}, {
"codeName" : "CurrentView",
"logicName" : "当前视图",
"mOSFilePath" : "psappdeuilogicparams/CurrentView",
"name" : "当前视图",
"rTMOSFilePath" : "psappdeuilogicparams/CurrentView",
"activeViewParam" : true
}, {
"codeName" : "CurrentControl", "codeName" : "CurrentControl",
"logicName" : "当前部件", "logicName" : "当前部件",
"mOSFilePath" : "psappdeuilogicparams/CurrentControl", "mOSFilePath" : "psappdeuilogicparams/CurrentControl",
...@@ -4366,27 +4387,33 @@ ...@@ -4366,27 +4387,33 @@
"activeCtrlParam" : true, "activeCtrlParam" : true,
"ctrlParam" : true "ctrlParam" : true
}, { }, {
"codeName" : "AppGlobalVariable", "codeName" : "AppointControl",
"logicName" : "应用全局变量", "logicName" : "指定部件",
"mOSFilePath" : "psappdeuilogicparams/AppGlobalVariable", "mOSFilePath" : "psappdeuilogicparams/AppointControl",
"name" : "应用全局变量", "name" : "指定部件",
"paramFieldName" : "pssysid", "rTMOSFilePath" : "psappdeuilogicparams/AppointControl",
"rTMOSFilePath" : "psappdeuilogicparams/AppGlobalVariable", "ctrlParam" : true
"appGlobalParam" : true
}, { }, {
"codeName" : "SampleDataList", "codeName" : "RouteViewSession",
"logicName" : "简单数据列表", "logicName" : "路由视图会话",
"mOSFilePath" : "psappdeuilogicparams/SampleDataList", "mOSFilePath" : "psappdeuilogicparams/RouteViewSession",
"name" : "简单数据列表", "name" : "路由视图会话",
"rTMOSFilePath" : "psappdeuilogicparams/SampleDataList", "paramFieldName" : "sss",
"simpleListParam" : true "rTMOSFilePath" : "psappdeuilogicparams/RouteViewSession",
"routeViewSessionParam" : true
}, { }, {
"codeName" : "AppContext", "codeName" : "session",
"logicName" : "应用上下文", "logicName" : "会话",
"mOSFilePath" : "psappdeuilogicparams/AppContext", "mOSFilePath" : "psappdeuilogicparams/session",
"name" : "应用上下文", "name" : "会话",
"rTMOSFilePath" : "psappdeuilogicparams/AppContext", "rTMOSFilePath" : "psappdeuilogicparams/session"
"navContextParam" : true }, {
"codeName" : "filter",
"logicName" : "过滤器",
"mOSFilePath" : "psappdeuilogicparams/filter",
"name" : "过滤器",
"rTMOSFilePath" : "psappdeuilogicparams/filter",
"filterParam" : true
}, { }, {
"codeName" : "CurrentApp", "codeName" : "CurrentApp",
"logicName" : "当前应用", "logicName" : "当前应用",
...@@ -4394,14 +4421,6 @@ ...@@ -4394,14 +4421,6 @@
"name" : "当前应用", "name" : "当前应用",
"rTMOSFilePath" : "psappdeuilogicparams/CurrentApp", "rTMOSFilePath" : "psappdeuilogicparams/CurrentApp",
"applicationParam" : true "applicationParam" : true
}, {
"codeName" : "Default",
"logicName" : "传入变量",
"mOSFilePath" : "psappdeuilogicparams/Default",
"name" : "传入变量",
"rTMOSFilePath" : "psappdeuilogicparams/Default",
"default" : true,
"entityParam" : true
}, { }, {
"codeName" : "context", "codeName" : "context",
"logicName" : "应用上下文", "logicName" : "应用上下文",
...@@ -4409,26 +4428,6 @@ ...@@ -4409,26 +4428,6 @@
"name" : "应用上下文", "name" : "应用上下文",
"rTMOSFilePath" : "psappdeuilogicparams/context", "rTMOSFilePath" : "psappdeuilogicparams/context",
"navContextParam" : true "navContextParam" : true
}, {
"codeName" : "DataObjectList",
"logicName" : "数据对象列表",
"mOSFilePath" : "psappdeuilogicparams/DataObjectList",
"name" : "数据对象列表",
"rTMOSFilePath" : "psappdeuilogicparams/DataObjectList",
"entityListParam" : true
}, {
"codeName" : "ViewRouteParam",
"logicName" : "视图路由参数",
"mOSFilePath" : "psappdeuilogicparams/ViewRouteParam",
"name" : "视图路由参数",
"rTMOSFilePath" : "psappdeuilogicparams/ViewRouteParam",
"navViewParamParam" : true
}, {
"codeName" : "session",
"logicName" : "会话",
"mOSFilePath" : "psappdeuilogicparams/session",
"name" : "会话",
"rTMOSFilePath" : "psappdeuilogicparams/session"
}, { }, {
"codeName" : "environment", "codeName" : "environment",
"logicName" : "环境", "logicName" : "环境",
...@@ -4442,27 +4441,6 @@ ...@@ -4442,27 +4441,6 @@
"name" : "当前容器", "name" : "当前容器",
"rTMOSFilePath" : "psappdeuilogicparams/CurrentContainer", "rTMOSFilePath" : "psappdeuilogicparams/CurrentContainer",
"activeContainerParam" : true "activeContainerParam" : true
}, {
"codeName" : "filter",
"logicName" : "过滤器",
"mOSFilePath" : "psappdeuilogicparams/filter",
"name" : "过滤器",
"rTMOSFilePath" : "psappdeuilogicparams/filter",
"filterParam" : true
}, {
"codeName" : "LastCallReturn",
"logicName" : "上次调用返回",
"mOSFilePath" : "psappdeuilogicparams/LastCallReturn",
"name" : "上次调用返回",
"rTMOSFilePath" : "psappdeuilogicparams/LastCallReturn",
"lastReturnParam" : true
}, {
"codeName" : "ViewExpData",
"logicName" : "视图导航数据",
"mOSFilePath" : "psappdeuilogicparams/ViewExpData",
"name" : "视图导航数据",
"rTMOSFilePath" : "psappdeuilogicparams/ViewExpData",
"viewNavDataParam" : true
}, { }, {
"codeName" : "PaginationQueryResults", "codeName" : "PaginationQueryResults",
"logicName" : "分页查询结果", "logicName" : "分页查询结果",
...@@ -4471,19 +4449,20 @@ ...@@ -4471,19 +4449,20 @@
"rTMOSFilePath" : "psappdeuilogicparams/PaginationQueryResults", "rTMOSFilePath" : "psappdeuilogicparams/PaginationQueryResults",
"entityPageParam" : true "entityPageParam" : true
}, { }, {
"codeName" : "CurrentView", "codeName" : "AppGlobalVariable",
"logicName" : "当前视图", "logicName" : "应用全局变量",
"mOSFilePath" : "psappdeuilogicparams/CurrentView", "mOSFilePath" : "psappdeuilogicparams/AppGlobalVariable",
"name" : "当前视图", "name" : "应用全局变量",
"rTMOSFilePath" : "psappdeuilogicparams/CurrentView", "paramFieldName" : "pssysid",
"activeViewParam" : true "rTMOSFilePath" : "psappdeuilogicparams/AppGlobalVariable",
"appGlobalParam" : true
}, { }, {
"codeName" : "SampleDataVar", "codeName" : "LastCallReturn",
"logicName" : "简单数据", "logicName" : "上次调用返回",
"mOSFilePath" : "psappdeuilogicparams/SampleDataVar", "mOSFilePath" : "psappdeuilogicparams/LastCallReturn",
"name" : "简单数据", "name" : "上次调用返回",
"rTMOSFilePath" : "psappdeuilogicparams/SampleDataVar", "rTMOSFilePath" : "psappdeuilogicparams/LastCallReturn",
"simpleParam" : true "lastReturnParam" : true
}, { }, {
"codeName" : "CurrentViewSession", "codeName" : "CurrentViewSession",
"logicName" : "当前视图会话", "logicName" : "当前视图会话",
...@@ -4493,20 +4472,41 @@ ...@@ -4493,20 +4472,41 @@
"rTMOSFilePath" : "psappdeuilogicparams/CurrentViewSession", "rTMOSFilePath" : "psappdeuilogicparams/CurrentViewSession",
"viewSessionParam" : true "viewSessionParam" : true
}, { }, {
"codeName" : "AppointControl", "codeName" : "DataObjectList",
"logicName" : "指定部件", "logicName" : "数据对象列表",
"mOSFilePath" : "psappdeuilogicparams/AppointControl", "mOSFilePath" : "psappdeuilogicparams/DataObjectList",
"name" : "指定部件", "name" : "数据对象列表",
"rTMOSFilePath" : "psappdeuilogicparams/AppointControl", "rTMOSFilePath" : "psappdeuilogicparams/DataObjectList",
"ctrlParam" : true "entityListParam" : true
}, { }, {
"codeName" : "RouteViewSession", "codeName" : "SampleDataList",
"logicName" : "路由视图会话", "logicName" : "简单数据列表",
"mOSFilePath" : "psappdeuilogicparams/RouteViewSession", "mOSFilePath" : "psappdeuilogicparams/SampleDataList",
"name" : "路由视图会话", "name" : "简单数据列表",
"paramFieldName" : "sss", "rTMOSFilePath" : "psappdeuilogicparams/SampleDataList",
"rTMOSFilePath" : "psappdeuilogicparams/RouteViewSession", "simpleListParam" : true
"routeViewSessionParam" : true }, {
"codeName" : "Default",
"logicName" : "传入变量",
"mOSFilePath" : "psappdeuilogicparams/Default",
"name" : "传入变量",
"rTMOSFilePath" : "psappdeuilogicparams/Default",
"default" : true,
"entityParam" : true
}, {
"codeName" : "ViewExpData",
"logicName" : "视图导航数据",
"mOSFilePath" : "psappdeuilogicparams/ViewExpData",
"name" : "视图导航数据",
"rTMOSFilePath" : "psappdeuilogicparams/ViewExpData",
"viewNavDataParam" : true
}, {
"codeName" : "AppContext",
"logicName" : "应用上下文",
"mOSFilePath" : "psappdeuilogicparams/AppContext",
"name" : "应用上下文",
"rTMOSFilePath" : "psappdeuilogicparams/AppContext",
"navContextParam" : true
} ], } ],
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdataentities/Phone/psappdeuilogics/test", "rTMOSFilePath" : "pssysapps/TemplatePublish/psappdataentities/Phone/psappdeuilogics/test",
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
......
...@@ -260,6 +260,37 @@ ...@@ -260,6 +260,37 @@
"requestPath" : "/save", "requestPath" : "/save",
"builtinMethod" : false, "builtinMethod" : false,
"needResourceKey" : true "needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"codeName" : "Test",
"methodType" : "DEACTION",
"name" : "Test",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Test"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdemethods/Test",
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/test",
"builtinMethod" : false,
"needResourceKey" : true
}, { }, {
"actionMode" : "UPDATE", "actionMode" : "UPDATE",
"codeName" : "Update", "codeName" : "Update",
...@@ -1337,6 +1368,37 @@ ...@@ -1337,6 +1368,37 @@
"requestPath" : "/save", "requestPath" : "/save",
"builtinMethod" : false, "builtinMethod" : false,
"needResourceKey" : true "needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"codeName" : "Test",
"methodType" : "DEACTION",
"name" : "Test",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Test"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdemethods/Test",
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/test",
"builtinMethod" : false,
"needResourceKey" : true
}, { }, {
"actionMode" : "UPDATE", "actionMode" : "UPDATE",
"codeName" : "Update", "codeName" : "Update",
...@@ -1624,46 +1686,6 @@ ...@@ -1624,46 +1686,6 @@
"rTMOSFilePath" : "psappdeuilogicnodes/Begin", "rTMOSFilePath" : "psappdeuilogicnodes/Begin",
"topPos" : 322, "topPos" : 322,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "BINDPARAM1",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "AppContext"
},
"leftPos" : 610,
"logicNodeType" : "BINDPARAM",
"mOSFilePath" : "psappdeuilogicnodes/BINDPARAM1",
"name" : "绑定参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "VIEWCTRLFIREEVENT1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "BINDPARAM1"
}
}, {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "THROWEXCEPTION1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "BINDPARAM1"
}
} ],
"rTMOSFilePath" : "psappdeuilogicnodes/BINDPARAM1",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"topPos" : 262,
"parallelOutput" : true
}, { }, {
"codeName" : "END1", "codeName" : "END1",
"leftPos" : 1420, "leftPos" : 1420,
...@@ -1711,119 +1733,159 @@ ...@@ -1711,119 +1733,159 @@
"returnType" : "LOGICPARAM", "returnType" : "LOGICPARAM",
"topPos" : 402 "topPos" : 402
}, { }, {
"codeName" : "END2", "codeName" : "Deuiaction1",
"leftPos" : 1420, "getDstPSAppDEUIAction" : {
"logicNodeType" : "END", "getPSAppDataEntity" : {
"mOSFilePath" : "psappdeuilogicnodes/END2", "modelref" : true,
"name" : "结束", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
"rTMOSFilePath" : "psappdeuilogicnodes/END2", },
"topPos" : 604 "modelref" : true,
}, { "id" : "frontEndTest@Phone"
"buttonsType" : "YESNO", },
"codeName" : "MSGBOX1", "getDstPSAppDataEntity" : {
"leftPos" : 990, "modelref" : true,
"logicNodeType" : "MSGBOX", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
"mOSFilePath" : "psappdeuilogicnodes/MSGBOX1", },
"getMsgBoxParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
}, },
"msgBoxType" : "INFO", "leftPos" : 610,
"name" : "消息弹窗", "logicNodeType" : "DEUIACTION",
"mOSFilePath" : "psappdeuilogicnodes/Deuiaction1",
"name" : "xxx",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END2" "id" : "MSGBOX1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "MSGBOX1" "id" : "Deuiaction1"
} }
} ],
"rTMOSFilePath" : "psappdeuilogicnodes/MSGBOX1",
"showMode" : "CENTER",
"title" : "是否删除",
"topPos" : 612
}, { }, {
"codeName" : "END3",
"leftPos" : 1420,
"logicNodeType" : "END",
"mOSFilePath" : "psappdeuilogicnodes/END3",
"name" : "结束",
"rTMOSFilePath" : "psappdeuilogicnodes/END3",
"topPos" : 254
}, {
"codeName" : "THROWEXCEPTION1",
"errorCode" : 0,
"errorInfo" : "阿莱莱",
"leftPos" : 1030,
"logicNodeType" : "THROWEXCEPTION",
"mOSFilePath" : "psappdeuilogicnodes/THROWEXCEPTION1",
"name" : "抛出异常",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END3" "id" : "DELOGIC1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "THROWEXCEPTION1" "id" : "Deuiaction1"
} }
} ], } ],
"rTMOSFilePath" : "psappdeuilogicnodes/THROWEXCEPTION1", "rTMOSFilePath" : "psappdeuilogicnodes/Deuiaction1",
"topPos" : 262 "topPos" : 410,
"parallelOutput" : true
}, { }, {
"codeName" : "Deuiaction1", "codeName" : "BINDPARAM1",
"getDstPSAppDEUIAction" : { "getDstPSDEUILogicParam" : {
"getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "id" : "AppContext"
}, },
"leftPos" : 610,
"logicNodeType" : "BINDPARAM",
"mOSFilePath" : "psappdeuilogicnodes/BINDPARAM1",
"name" : "绑定参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "frontEndTest@Phone" "id" : "VIEWCTRLFIREEVENT1"
}, },
"getDstPSAppDataEntity" : { "linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "id" : "BINDPARAM1"
}
}, {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "THROWEXCEPTION1"
}, },
"getDstPSDEUILogicParam" : { "linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "BINDPARAM1"
}
} ],
"rTMOSFilePath" : "psappdeuilogicnodes/BINDPARAM1",
"getSrcPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "Default" "id" : "Default"
}, },
"leftPos" : 610, "topPos" : 262,
"logicNodeType" : "DEUIACTION", "parallelOutput" : true
"mOSFilePath" : "psappdeuilogicnodes/Deuiaction1", }, {
"name" : "xxx", "codeName" : "THROWEXCEPTION1",
"errorCode" : 0,
"errorInfo" : "阿莱莱",
"leftPos" : 1030,
"logicNodeType" : "THROWEXCEPTION",
"mOSFilePath" : "psappdeuilogicnodes/THROWEXCEPTION1",
"name" : "抛出异常",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "MSGBOX1" "id" : "END3"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "Deuiaction1" "id" : "THROWEXCEPTION1"
} }
} ],
"rTMOSFilePath" : "psappdeuilogicnodes/THROWEXCEPTION1",
"topPos" : 262
}, {
"codeName" : "END2",
"leftPos" : 1420,
"logicNodeType" : "END",
"mOSFilePath" : "psappdeuilogicnodes/END2",
"name" : "结束",
"rTMOSFilePath" : "psappdeuilogicnodes/END2",
"topPos" : 604
}, {
"codeName" : "END3",
"leftPos" : 1420,
"logicNodeType" : "END",
"mOSFilePath" : "psappdeuilogicnodes/END3",
"name" : "结束",
"rTMOSFilePath" : "psappdeuilogicnodes/END3",
"topPos" : 254
}, { }, {
"buttonsType" : "YESNO",
"codeName" : "MSGBOX1",
"leftPos" : 990,
"logicNodeType" : "MSGBOX",
"mOSFilePath" : "psappdeuilogicnodes/MSGBOX1",
"getMsgBoxParam" : {
"modelref" : true,
"id" : "Default"
},
"msgBoxType" : "INFO",
"name" : "消息弹窗",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "DELOGIC1" "id" : "END2"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "Deuiaction1" "id" : "MSGBOX1"
} }
} ], } ],
"rTMOSFilePath" : "psappdeuilogicnodes/Deuiaction1", "rTMOSFilePath" : "psappdeuilogicnodes/MSGBOX1",
"topPos" : 410, "showMode" : "CENTER",
"parallelOutput" : true "title" : "是否删除",
"topPos" : 612
}, { }, {
"codeName" : "DELOGIC1", "codeName" : "DELOGIC1",
"leftPos" : 990, "leftPos" : 990,
...@@ -1846,6 +1908,27 @@ ...@@ -1846,6 +1908,27 @@
"topPos" : 410 "topPos" : 410
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "SampleDataVar",
"logicName" : "简单数据",
"mOSFilePath" : "psappdeuilogicparams/SampleDataVar",
"name" : "简单数据",
"rTMOSFilePath" : "psappdeuilogicparams/SampleDataVar",
"simpleParam" : true
}, {
"codeName" : "ViewRouteParam",
"logicName" : "视图路由参数",
"mOSFilePath" : "psappdeuilogicparams/ViewRouteParam",
"name" : "视图路由参数",
"rTMOSFilePath" : "psappdeuilogicparams/ViewRouteParam",
"navViewParamParam" : true
}, {
"codeName" : "CurrentView",
"logicName" : "当前视图",
"mOSFilePath" : "psappdeuilogicparams/CurrentView",
"name" : "当前视图",
"rTMOSFilePath" : "psappdeuilogicparams/CurrentView",
"activeViewParam" : true
}, {
"codeName" : "CurrentControl", "codeName" : "CurrentControl",
"logicName" : "当前部件", "logicName" : "当前部件",
"mOSFilePath" : "psappdeuilogicparams/CurrentControl", "mOSFilePath" : "psappdeuilogicparams/CurrentControl",
...@@ -1854,27 +1937,33 @@ ...@@ -1854,27 +1937,33 @@
"activeCtrlParam" : true, "activeCtrlParam" : true,
"ctrlParam" : true "ctrlParam" : true
}, { }, {
"codeName" : "AppGlobalVariable", "codeName" : "AppointControl",
"logicName" : "应用全局变量", "logicName" : "指定部件",
"mOSFilePath" : "psappdeuilogicparams/AppGlobalVariable", "mOSFilePath" : "psappdeuilogicparams/AppointControl",
"name" : "应用全局变量", "name" : "指定部件",
"paramFieldName" : "pssysid", "rTMOSFilePath" : "psappdeuilogicparams/AppointControl",
"rTMOSFilePath" : "psappdeuilogicparams/AppGlobalVariable", "ctrlParam" : true
"appGlobalParam" : true
}, { }, {
"codeName" : "SampleDataList", "codeName" : "RouteViewSession",
"logicName" : "简单数据列表", "logicName" : "路由视图会话",
"mOSFilePath" : "psappdeuilogicparams/SampleDataList", "mOSFilePath" : "psappdeuilogicparams/RouteViewSession",
"name" : "简单数据列表", "name" : "路由视图会话",
"rTMOSFilePath" : "psappdeuilogicparams/SampleDataList", "paramFieldName" : "sss",
"simpleListParam" : true "rTMOSFilePath" : "psappdeuilogicparams/RouteViewSession",
"routeViewSessionParam" : true
}, { }, {
"codeName" : "AppContext", "codeName" : "session",
"logicName" : "应用上下文", "logicName" : "会话",
"mOSFilePath" : "psappdeuilogicparams/AppContext", "mOSFilePath" : "psappdeuilogicparams/session",
"name" : "应用上下文", "name" : "会话",
"rTMOSFilePath" : "psappdeuilogicparams/AppContext", "rTMOSFilePath" : "psappdeuilogicparams/session"
"navContextParam" : true }, {
"codeName" : "filter",
"logicName" : "过滤器",
"mOSFilePath" : "psappdeuilogicparams/filter",
"name" : "过滤器",
"rTMOSFilePath" : "psappdeuilogicparams/filter",
"filterParam" : true
}, { }, {
"codeName" : "CurrentApp", "codeName" : "CurrentApp",
"logicName" : "当前应用", "logicName" : "当前应用",
...@@ -1882,14 +1971,6 @@ ...@@ -1882,14 +1971,6 @@
"name" : "当前应用", "name" : "当前应用",
"rTMOSFilePath" : "psappdeuilogicparams/CurrentApp", "rTMOSFilePath" : "psappdeuilogicparams/CurrentApp",
"applicationParam" : true "applicationParam" : true
}, {
"codeName" : "Default",
"logicName" : "传入变量",
"mOSFilePath" : "psappdeuilogicparams/Default",
"name" : "传入变量",
"rTMOSFilePath" : "psappdeuilogicparams/Default",
"default" : true,
"entityParam" : true
}, { }, {
"codeName" : "context", "codeName" : "context",
"logicName" : "应用上下文", "logicName" : "应用上下文",
...@@ -1897,26 +1978,6 @@ ...@@ -1897,26 +1978,6 @@
"name" : "应用上下文", "name" : "应用上下文",
"rTMOSFilePath" : "psappdeuilogicparams/context", "rTMOSFilePath" : "psappdeuilogicparams/context",
"navContextParam" : true "navContextParam" : true
}, {
"codeName" : "DataObjectList",
"logicName" : "数据对象列表",
"mOSFilePath" : "psappdeuilogicparams/DataObjectList",
"name" : "数据对象列表",
"rTMOSFilePath" : "psappdeuilogicparams/DataObjectList",
"entityListParam" : true
}, {
"codeName" : "ViewRouteParam",
"logicName" : "视图路由参数",
"mOSFilePath" : "psappdeuilogicparams/ViewRouteParam",
"name" : "视图路由参数",
"rTMOSFilePath" : "psappdeuilogicparams/ViewRouteParam",
"navViewParamParam" : true
}, {
"codeName" : "session",
"logicName" : "会话",
"mOSFilePath" : "psappdeuilogicparams/session",
"name" : "会话",
"rTMOSFilePath" : "psappdeuilogicparams/session"
}, { }, {
"codeName" : "environment", "codeName" : "environment",
"logicName" : "环境", "logicName" : "环境",
...@@ -1930,27 +1991,6 @@ ...@@ -1930,27 +1991,6 @@
"name" : "当前容器", "name" : "当前容器",
"rTMOSFilePath" : "psappdeuilogicparams/CurrentContainer", "rTMOSFilePath" : "psappdeuilogicparams/CurrentContainer",
"activeContainerParam" : true "activeContainerParam" : true
}, {
"codeName" : "filter",
"logicName" : "过滤器",
"mOSFilePath" : "psappdeuilogicparams/filter",
"name" : "过滤器",
"rTMOSFilePath" : "psappdeuilogicparams/filter",
"filterParam" : true
}, {
"codeName" : "LastCallReturn",
"logicName" : "上次调用返回",
"mOSFilePath" : "psappdeuilogicparams/LastCallReturn",
"name" : "上次调用返回",
"rTMOSFilePath" : "psappdeuilogicparams/LastCallReturn",
"lastReturnParam" : true
}, {
"codeName" : "ViewExpData",
"logicName" : "视图导航数据",
"mOSFilePath" : "psappdeuilogicparams/ViewExpData",
"name" : "视图导航数据",
"rTMOSFilePath" : "psappdeuilogicparams/ViewExpData",
"viewNavDataParam" : true
}, { }, {
"codeName" : "PaginationQueryResults", "codeName" : "PaginationQueryResults",
"logicName" : "分页查询结果", "logicName" : "分页查询结果",
...@@ -1959,19 +1999,20 @@ ...@@ -1959,19 +1999,20 @@
"rTMOSFilePath" : "psappdeuilogicparams/PaginationQueryResults", "rTMOSFilePath" : "psappdeuilogicparams/PaginationQueryResults",
"entityPageParam" : true "entityPageParam" : true
}, { }, {
"codeName" : "CurrentView", "codeName" : "AppGlobalVariable",
"logicName" : "当前视图", "logicName" : "应用全局变量",
"mOSFilePath" : "psappdeuilogicparams/CurrentView", "mOSFilePath" : "psappdeuilogicparams/AppGlobalVariable",
"name" : "当前视图", "name" : "应用全局变量",
"rTMOSFilePath" : "psappdeuilogicparams/CurrentView", "paramFieldName" : "pssysid",
"activeViewParam" : true "rTMOSFilePath" : "psappdeuilogicparams/AppGlobalVariable",
"appGlobalParam" : true
}, { }, {
"codeName" : "SampleDataVar", "codeName" : "LastCallReturn",
"logicName" : "简单数据", "logicName" : "上次调用返回",
"mOSFilePath" : "psappdeuilogicparams/SampleDataVar", "mOSFilePath" : "psappdeuilogicparams/LastCallReturn",
"name" : "简单数据", "name" : "上次调用返回",
"rTMOSFilePath" : "psappdeuilogicparams/SampleDataVar", "rTMOSFilePath" : "psappdeuilogicparams/LastCallReturn",
"simpleParam" : true "lastReturnParam" : true
}, { }, {
"codeName" : "CurrentViewSession", "codeName" : "CurrentViewSession",
"logicName" : "当前视图会话", "logicName" : "当前视图会话",
...@@ -1981,20 +2022,41 @@ ...@@ -1981,20 +2022,41 @@
"rTMOSFilePath" : "psappdeuilogicparams/CurrentViewSession", "rTMOSFilePath" : "psappdeuilogicparams/CurrentViewSession",
"viewSessionParam" : true "viewSessionParam" : true
}, { }, {
"codeName" : "AppointControl", "codeName" : "DataObjectList",
"logicName" : "指定部件", "logicName" : "数据对象列表",
"mOSFilePath" : "psappdeuilogicparams/AppointControl", "mOSFilePath" : "psappdeuilogicparams/DataObjectList",
"name" : "指定部件", "name" : "数据对象列表",
"rTMOSFilePath" : "psappdeuilogicparams/AppointControl", "rTMOSFilePath" : "psappdeuilogicparams/DataObjectList",
"ctrlParam" : true "entityListParam" : true
}, { }, {
"codeName" : "RouteViewSession", "codeName" : "SampleDataList",
"logicName" : "路由视图会话", "logicName" : "简单数据列表",
"mOSFilePath" : "psappdeuilogicparams/RouteViewSession", "mOSFilePath" : "psappdeuilogicparams/SampleDataList",
"name" : "路由视图会话", "name" : "简单数据列表",
"paramFieldName" : "sss", "rTMOSFilePath" : "psappdeuilogicparams/SampleDataList",
"rTMOSFilePath" : "psappdeuilogicparams/RouteViewSession", "simpleListParam" : true
"routeViewSessionParam" : true }, {
"codeName" : "Default",
"logicName" : "传入变量",
"mOSFilePath" : "psappdeuilogicparams/Default",
"name" : "传入变量",
"rTMOSFilePath" : "psappdeuilogicparams/Default",
"default" : true,
"entityParam" : true
}, {
"codeName" : "ViewExpData",
"logicName" : "视图导航数据",
"mOSFilePath" : "psappdeuilogicparams/ViewExpData",
"name" : "视图导航数据",
"rTMOSFilePath" : "psappdeuilogicparams/ViewExpData",
"viewNavDataParam" : true
}, {
"codeName" : "AppContext",
"logicName" : "应用上下文",
"mOSFilePath" : "psappdeuilogicparams/AppContext",
"name" : "应用上下文",
"rTMOSFilePath" : "psappdeuilogicparams/AppContext",
"navContextParam" : true
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdeuilogics/test", "rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdeuilogics/test",
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
......
...@@ -430,6 +430,32 @@ ...@@ -430,6 +430,32 @@
"requestPath" : "/save", "requestPath" : "/save",
"uniqueTag" : "PHONE__DEACTION__SAVE", "uniqueTag" : "PHONE__DEACTION__SAVE",
"needResourceKey" : true "needResourceKey" : true
}, {
"codeName" : "Test",
"methodType" : "DEACTION",
"name" : "Test",
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"rTMOSFilePath" : "pssysserviceapis/TrainSys/psdeserviceapis/Phone/psdesadetails/Test",
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/test",
"uniqueTag" : "PHONE__DEACTION__TEST",
"needResourceKey" : true
}, { }, {
"codeName" : "FetchByIPhone", "codeName" : "FetchByIPhone",
"dataAccessAction" : "READ", "dataAccessAction" : "READ",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册