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

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

上级 cb550489
......@@ -193,6 +193,33 @@
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdeactions/Save",
"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" : [ {
"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
......@@ -430,6 +430,32 @@
"requestPath" : "/save",
"uniqueTag" : "PHONE__DEACTION__SAVE",
"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",
"dataAccessAction" : "READ",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册