Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
70f40eaf
提交
70f40eaf
编写于
7月 04, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [TrainSys,Mob]
上级
266613ed
变更
11
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
268 行增加
和
6 行删除
+268
-6
README.md
README.md
+1
-1
Test.json
...n/resources/model/cn/ibizlab/trainsys/PSMODULES/Test.json
+4
-0
WorkFlow.json
...zlab/trainsys/PSMODULES/Test/PSDATAENTITIES/WorkFlow.json
+29
-0
WorkFlowWf.json
...izlab/trainsys/PSMODULES/Test/PSWORKFLOWS/WorkFlowWf.json
+2
-2
WorkFlowWfv1.json
...est/PSWORKFLOWS/WorkFlowWf/PSWFVERSIONS/WorkFlowWfv1.json
+1
-1
WorkFlowWfv1.json.bpmn
...SWORKFLOWS/WorkFlowWf/PSWFVERSIONS/WorkFlowWfv1.json.bpmn
+1
-1
WorkFlow.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json
+46
-1
WorkFlowEditView_Form.json
...PDATAENTITIES/WorkFlow/PSFORMS/WorkFlowEditView_Form.json
+30
-0
WorkFlowWorkFlowEditView.json
.../PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWorkFlowEditView.json
+126
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+20
-0
PSSYSTEM.json
...rc/main/resources/model/cn/ibizlab/trainsys/PSSYSTEM.json
+8
-0
未找到文件。
README.md
浏览文件 @
70f40eaf
...
...
@@ -18,7 +18,7 @@
*
[
Mob
](
ibizmos:/pssysapps/Mob.ibizmodel
)
## 工作流
无
*
[
测试流程(WorkFlow)
](
workflow/WorkFlowWf.md
)
## 服务接口
*
[
默认服务接口
](
service/TrainSys.md
)
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test.json
浏览文件 @
70f40eaf
...
...
@@ -28,6 +28,10 @@
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/WorkFlow.json"
}
],
"getAllPSWorkflows"
:
[
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSWORKFLOWS/WorkFlowWf.json"
}
],
"codeName"
:
"Test"
,
"dynaModelFilePath"
:
"PSMODULES/Test.json"
,
"name"
:
"测试模块"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/WorkFlow.json
浏览文件 @
70f40eaf
...
...
@@ -1284,6 +1284,35 @@
"logicName"
:
"更新"
,
"name"
:
"UPDATE"
}
],
"getAllPSDEWFs"
:
[
{
"codeName"
:
"WF"
,
"dynaModelFilePath"
:
"PSMODULES/Test/PSDATAENTITIES/WorkFlow/PSWFDES/WF.json"
,
"getEntityStatePSCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSCODELISTS/WFStatus.json"
},
"name"
:
"WORKFLOW"
,
"getPSWorkflow"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSWORKFLOWS/WorkFlowWf.json"
},
"getUDStatePSDEField"
:
{
"name"
:
"WFSTATE"
,
"codeName"
:
"Wfstate"
},
"wFProxyMode"
:
0
,
"getWFStepPSCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSCODELISTS/WorkFlowWfStep.json"
},
"getWFStepPSDEField"
:
{
"name"
:
"WFSTEP"
,
"codeName"
:
"Wfstep"
},
"defaultMode"
:
true
,
"enableUserStart"
:
true
,
"useWFProxyApp"
:
false
}
],
"getAllPSModelDatas"
:
[
{
"codeName"
:
"EditView"
,
"logicName"
:
"工作流实体编辑视图"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSWORKFLOWS/WorkFlowWf.json
浏览文件 @
70f40eaf
{
"codeName"
:
"WorkFlowWf"
,
"dynaModelFilePath"
:
"PSMODULES/Test/PSWORKFLOWS/WorkFlowWf.json"
,
"logicName"
:
"
工作流
(WorkFlow)"
,
"name"
:
"
工作流
(WorkFlow)"
,
"logicName"
:
"
测试流程
(WorkFlow)"
,
"name"
:
"
测试流程
(WorkFlow)"
,
"getPSSystemModule"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test.json"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSWORKFLOWS/WorkFlowWf/PSWFVERSIONS/WorkFlowWfv1.json
浏览文件 @
70f40eaf
{
"codeName"
:
"WorkFlowWfv1"
,
"dynaModelFilePath"
:
"PSMODULES/Test/PSWORKFLOWS/WorkFlowWf/PSWFVERSIONS/WorkFlowWfv1.json"
,
"name"
:
"
工作流
(WorkFlow) v1"
,
"name"
:
"
测试流程
(WorkFlow) v1"
,
"wFCodeName"
:
"WorkFlowWf"
,
"wFVersion"
:
1
,
"hasMobStartView"
:
false
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSWORKFLOWS/WorkFlowWf/PSWFVERSIONS/WorkFlowWfv1.json.bpmn
浏览文件 @
70f40eaf
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions
xmlns=
"http://www.omg.org/spec/BPMN/20100524/MODEL"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
xmlns:flowable=
"http://flowable.org/bpmn"
xmlns:bpmndi=
"http://www.omg.org/spec/BPMN/20100524/DI"
xmlns:omgdc=
"http://www.omg.org/spec/DD/20100524/DC"
xmlns:omgdi=
"http://www.omg.org/spec/DD/20100524/DI"
typeLanguage=
"http://www.w3.org/2001/XMLSchema"
expressionLanguage=
"http://www.w3.org/1999/XPath"
targetNamespace=
"http://www.flowable.org/processdef"
>
<process
id=
"trainsys-workflowwfv1"
isClosed=
"false"
isExecutable=
"true"
name=
"
工作流
(WorkFlow) v1"
processType=
"None"
>
<process
id=
"trainsys-workflowwfv1"
isClosed=
"false"
isExecutable=
"true"
name=
"
测试流程
(WorkFlow) v1"
processType=
"None"
>
<extensionElements>
<flowable:eventListener
delegateExpression=
"${processInstanceListener}"
/>
<flowable:field
name=
"bookings"
>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json
浏览文件 @
70f40eaf
...
...
@@ -1215,6 +1215,51 @@
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/select"
,
"builtinMethod"
:
false
},
{
"codeName"
:
"WFClose"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFCLOSE"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFGoto"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFGOTO"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFMarkRead"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFMARKREAD"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFReassign"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFREASSIGN"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFRestart"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFRESTART"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFRollback"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFROLLBACK"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFSendBack"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFSENDBACK"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFStart"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFSTART"
,
"builtinMethod"
:
true
},
{
"codeName"
:
"WFSubmit"
,
"methodType"
:
"WFACTION"
,
"name"
:
"WFSUBMIT"
,
"builtinMethod"
:
true
}
],
"getAllPSAppViews"
:
[
{
"modelref"
:
true
,
...
...
@@ -1282,6 +1327,6 @@
"enableUICreate"
:
true
,
"enableUIModify"
:
true
,
"enableUIRemove"
:
true
,
"enableWFActions"
:
fals
e
,
"enableWFActions"
:
tru
e
,
"major"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow/PSFORMS/WorkFlowEditView_Form.json
浏览文件 @
70f40eaf
...
...
@@ -543,6 +543,36 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
"getWFStartPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"wfstart"
,
"actionName"
:
"WFSTART"
,
"actionType"
:
"WFACTION"
,
"name"
:
"wfstart"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFStart"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
"getWFSubmitPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"wfsubmit"
,
"actionName"
:
"WFSUBMIT"
,
"actionType"
:
"WFACTION"
,
"name"
:
"wfsubmit"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFSubmit"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
"noTabHeader"
:
false
,
"modelid"
:
"A8BA07E3-3C30-4706-8C38-B629CD7FACCF"
,
"modeltype"
:
"PSDEFORM_EDITFORM"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWorkFlowEditView.json
浏览文件 @
70f40eaf
...
...
@@ -33,6 +33,10 @@
"value"
:
0
}
]
}
],
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"WorkFlowWf"
},
"getPSControls"
:
[
{
"codeName"
:
"WorkFlowEditViewtoolbar"
,
"controlType"
:
"TOOLBAR"
,
...
...
@@ -105,6 +109,66 @@
},
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"defaultContent"
:
"启动流程"
,
"lanResTag"
:
"TBB.TEXT.*.STARTWF"
,
"lanResType"
:
"TBB.TEXT"
,
"name"
:
"工具栏按钮文本[*.STARTWF]"
,
"refFlag"
:
true
},
"caption"
:
"开始流程"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction2"
},
"getPSSysImage"
:
{
"glyph"
:
"xf04b@FontAwesome"
,
"cssClass"
:
"fa fa-play"
},
"getPSUIAction"
:
{
"getCapPSLanguageRes"
:
{
"defaultContent"
:
"启动流程"
,
"lanResTag"
:
"TBB.TEXT.*.STARTWF"
,
"lanResType"
:
"TBB.TEXT"
,
"name"
:
"工具栏按钮文本[*.STARTWF]"
,
"refFlag"
:
true
},
"caption"
:
"开始流程"
,
"codeName"
:
"SaveAndStart"
,
"fullCodeName"
:
"SaveAndStart"
,
"name"
:
"编辑界面_保存并开始流程操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf04b@FontAwesome"
,
"cssClass"
:
"fa fa-play"
},
"predefinedType"
:
"EDITVIEW_SAVEANDSTARTWFACTION"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"defaultContent"
:
"启动流程"
,
"lanResTag"
:
"TBB.TOOLTIP.*.STARTWF"
,
"lanResType"
:
"TBB.TOOLTIP"
,
"name"
:
"工具栏按钮提示[*.STARTWF]"
,
"refFlag"
:
true
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"SaveAndStart"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"开始流程"
,
"getTooltipPSLanguageRes"
:
{
"defaultContent"
:
"启动流程"
,
"lanResTag"
:
"TBB.TOOLTIP.*.STARTWF"
,
"lanResType"
:
"TBB.TOOLTIP"
,
"name"
:
"工具栏按钮提示[*.STARTWF]"
,
"refFlag"
:
true
},
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"defaultContent"
:
"关闭"
,
...
...
@@ -315,6 +379,30 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
{
"actionName"
:
"WFSTART"
,
"actionType"
:
"WFACTION"
,
"name"
:
"wfstart"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFStart"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
{
"actionName"
:
"WFSUBMIT"
,
"actionType"
:
"WFACTION"
,
"name"
:
"wfsubmit"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFSubmit"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
}
],
"enableDEFieldPrivilege"
:
false
,
"id"
:
"编辑表单处理器"
...
...
@@ -798,6 +886,36 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
"getWFStartPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"wfstart"
,
"actionName"
:
"WFSTART"
,
"actionType"
:
"WFACTION"
,
"name"
:
"wfstart"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFStart"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
"getWFSubmitPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"wfsubmit"
,
"actionName"
:
"WFSUBMIT"
,
"actionType"
:
"WFACTION"
,
"name"
:
"wfsubmit"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"WFSubmit"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
}
},
"noTabHeader"
:
false
,
"name"
:
"form"
,
"modelid"
:
"A8BA07E3-3C30-4706-8C38-B629CD7FACCF"
,
...
...
@@ -847,6 +965,14 @@
"layoutPanel"
:
true
,
"useDefaultLayout"
:
true
},
"getPSWFVersion"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSWORKFLOWS/WorkFlowWf/PSWFVERSIONS/WorkFlowWfv1.json"
},
"getPSWorkflow"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSWORKFLOWS/WorkFlowWf.json"
},
"title"
:
"工作流编辑"
,
"viewStyle"
:
"DEFAULT"
,
"viewType"
:
"DEEDITVIEW"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
70f40eaf
...
...
@@ -3720,6 +3720,26 @@
"resource"
:
"Reginfo"
,
"view"
:
"StuInfoList"
}
],
"getAllPSAppWFs"
:
[
{
"codeName"
:
"WorkFlowWf"
,
"name"
:
"测试流程(WorkFlow)"
,
"getPSAppWFDEs"
:
[
{
"name"
:
"WORKFLOW"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/WorkFlow.json"
},
"getPSAppWF"
:
{
"modelref"
:
true
,
"id"
:
"WorkFlowWf"
}
}
],
"getPSWorkflow"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSWORKFLOWS/WorkFlowWf.json"
},
"hasPSAppWFVer"
:
false
}
],
"getAllPSDEOPPrivs"
:
[
{
"logicName"
:
"建立"
,
"name"
:
"CREATE"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSTEM.json
浏览文件 @
70f40eaf
...
...
@@ -913,6 +913,10 @@
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/WorkFlow.json"
}
],
"getAllPSWorkflows"
:
[
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSWORKFLOWS/WorkFlowWf.json"
}
],
"codeName"
:
"Test"
,
"dynaModelFilePath"
:
"PSMODULES/Test.json"
,
"name"
:
"测试模块"
...
...
@@ -980,6 +984,10 @@
"dynaModelFilePath"
:
"PSMODULES/common.json"
,
"name"
:
"公共模块"
}
],
"getAllPSWorkflows"
:
[
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSWORKFLOWS/WorkFlowWf.json"
}
],
"codeName"
:
"TrainSys"
,
"defaultLanguage"
:
"ZH_CN"
,
"getDefaultPSSysI18N"
:
{
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录