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

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

上级 35178886
......@@ -961,6 +961,38 @@
"allowEmpty" : false,
"systemReserver" : true
} ],
"getAllPSDELogics" : [ {
"codeName" : "test3",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/X6DesingTest/PSDELOGICS/test3.json",
"logicName" : "test3",
"name" : "test3",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/X6DesingTest.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : true,
"enableFront" : false
} ],
"getAllPSDEMSLogics" : [ {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/X6DesingTest/PSDEMSLOGICS/test.json"
......
{
"codeName" : "test3",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/X6DesingTest/PSDELOGICS/test3.json",
"logicName" : "test3",
"name" : "test3",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/X6DesingTest.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.x6desingtesttest3" isClosed="false" isExecutable="true" name="test_x6desingtest_test3_ruleFlow" processType="Private" tns:packageName="cn.ibizlab.trainsys.core.test.service.logic.x6desingtesttest3">
<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="x6desingtesttest3default" type="entity"/>
<tns:metaData express="T(cn.ibizlab.trainsys.util.security.SpringContextHolder).getBean(T(cn.ibizlab.trainsys.core.test.service.IX6DesingTestService))" name="iBzSysX6desingtestDefaultService" type="service"/>
<tns:metaData express="T(cn.ibizlab.trainsys.util.security.AuthenticationUser).getAuthenticationUser()" name="curuser" type="session"/>
<tns:global identifier="x6desingtesttest3default" type="cn.ibizlab.trainsys.core.test.domain.X6DesingTest" />
</extensionElements>
<startEvent id="begin" isInterrupting="true"/>
<endEvent id="begin_end" name="end"/>
<sequenceFlow id="begin_end_line" sourceRef="begin" targetRef="begin_end"/>
</process>
</definitions>
\ No newline at end of file
package cn.ibizlab.trainsys.test.logic.x6desingtestlogic.test3;
import java.util.Map;
import java.util.HashMap;
import com.alibaba.fastjson.JSONObject;
import org.springframework.util.StringUtils;
import org.springframework.util.ObjectUtils;
import cn.ibizlab.trainsys.util.errors.BadRequestAlertException;
global cn.ibizlab.trainsys.core.test.domain.X6DesingTest x6desingtesttest3default;
global cn.ibizlab.trainsys.core.test.service.IX6DesingTestService iBzSysX6desingtestDefaultService;
global cn.ibizlab.trainsys.util.security.AuthenticationUser curuser;
no-loop
//逻辑处理节点[开始]
rule "begin"
ruleflow-group "x6desingtesttest3begin"
when
then
end
\ No newline at end of file
......@@ -5494,7 +5494,7 @@
"pluginCode" : "formulaEditor",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"rTObjectName" : "IBizFormulaEditor",
"rTObjectRepo" : "@ibiz-template-plugins/formula-editor@0.0.1-dev.4",
"rTObjectRepo" : "@ibiz-template-plugins/formula-editor@0.0.1-dev.5",
"refMode" : "EDITORSTYPE",
"runtimeObject" : true
}, {
......@@ -95,7 +95,7 @@
"pluginCode" : "formulaEditor",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"rTObjectName" : "IBizFormulaEditor",
"rTObjectRepo" : "@ibiz-template-plugins/formula-editor@0.0.1-dev.4",
"rTObjectRepo" : "@ibiz-template-plugins/formula-editor@0.0.1-dev.5",
"refMode" : "EDITORSTYPE",
"runtimeObject" : true
}, {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册