From d3b9afd52bbdc3033c83b2d0e7813b2ec689323a Mon Sep 17 00:00:00 2001 From: haoxiaofei Date: Fri, 30 Sep 2022 10:01:45 +0800 Subject: [PATCH 01/12] =?UTF-8?q?=E5=A2=9E=E5=8A=A0copyRight=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../viewmodel/accessory/AccessoryService.java | 16 ++++++++++++++++ .../viewmodel/action/ActionFormatParameter.java | 16 ++++++++++++++++ .../AbstractVoActionEventArgs.java | 16 ++++++++++++++++ .../entityeventargs/AbstractVoEntityArgs.java | 16 ++++++++++++++++ .../fieldeventargs/AbstractVofieldEventArgs.java | 16 ++++++++++++++++ .../extract/action/ActionIncrementExtractor.java | 16 ++++++++++++++++ 6 files changed, 96 insertions(+) diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/accessory/AccessoryService.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/accessory/AccessoryService.java index 576bacb..a7fa44b 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/accessory/AccessoryService.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/accessory/AccessoryService.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.accessory; import com.inspur.edp.formserver.viewmodel.GspViewModel; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/ActionFormatParameter.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/ActionFormatParameter.java index d32316e..c4e4b68 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/ActionFormatParameter.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/ActionFormatParameter.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.action; import java.io.Serializable; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dtconsistencycheck/actioneventargs/AbstractVoActionEventArgs.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dtconsistencycheck/actioneventargs/AbstractVoActionEventArgs.java index 2c17ebd..cf5313b 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dtconsistencycheck/actioneventargs/AbstractVoActionEventArgs.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dtconsistencycheck/actioneventargs/AbstractVoActionEventArgs.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.dtconsistencycheck.actioneventargs; import com.inspur.edp.cef.designtime.api.dtconsistencycheck.AbstractDtEventArgs; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dtconsistencycheck/entityeventargs/AbstractVoEntityArgs.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dtconsistencycheck/entityeventargs/AbstractVoEntityArgs.java index df82f86..4eb3260 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dtconsistencycheck/entityeventargs/AbstractVoEntityArgs.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dtconsistencycheck/entityeventargs/AbstractVoEntityArgs.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.dtconsistencycheck.entityeventargs; import com.inspur.edp.cef.designtime.api.dtconsistencycheck.AbstractDtEventArgs; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dtconsistencycheck/fieldeventargs/AbstractVofieldEventArgs.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dtconsistencycheck/fieldeventargs/AbstractVofieldEventArgs.java index 174bfd7..5b71ecb 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dtconsistencycheck/fieldeventargs/AbstractVofieldEventArgs.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dtconsistencycheck/fieldeventargs/AbstractVofieldEventArgs.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.dtconsistencycheck.fieldeventargs; import com.inspur.edp.cef.designtime.api.dtconsistencycheck.AbstractDtEventArgs; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/extract/action/ActionIncrementExtractor.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/extract/action/ActionIncrementExtractor.java index a4c3ce0..b5b6eef 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/extract/action/ActionIncrementExtractor.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/extract/action/ActionIncrementExtractor.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.increment.extract.action; import com.inspur.edp.cef.designtime.api.increment.extractor.AbstractIncrementExtractor; -- Gitee From d9d56ecfc0877ce19ac7839c0ec237d610ca906d Mon Sep 17 00:00:00 2001 From: haoxiaofei Date: Fri, 30 Sep 2022 10:07:18 +0800 Subject: [PATCH 02/12] =?UTF-8?q?view-object-model=E4=B8=AD=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0copyRight=E6=96=87=E4=BB=B6=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 3 +-- style/ubml_checkstyle.xml | 22 ++++++++++--------- view-object-manager/pom.xml | 3 +-- .../core/config/GspVoExtendInfoRpcConfig.java | 3 +-- .../GspVoExtendInfoRpcServiceImp.java | 3 +-- .../edp/formserver/viewmodel/Context.java | 16 ++++++++++++++ .../viewmodel/DotNetToJavaStringHelper.java | 16 ++++++++++++++ .../formserver/viewmodel/GspViewModel.java | 16 ++++++++++++++ .../viewmodel/GspViewModelElement.java | 16 ++++++++++++++ .../formserver/viewmodel/GspViewObject.java | 16 ++++++++++++++ .../viewmodel/action/IViewModelParameter.java | 16 ++++++++++++++ .../action/IViewModelParameterCollection.java | 16 ++++++++++++++ .../viewmodel/action/MappedBizAction.java | 16 ++++++++++++++ .../viewmodel/action/MappedCdpAction.java | 16 ++++++++++++++ .../viewmodel/action/MappedCdpActionBase.java | 16 ++++++++++++++ .../viewmodel/action/ViewModelAction.java | 16 ++++++++++++++ .../viewmodel/action/ViewModelActionType.java | 16 ++++++++++++++ .../ChangesetMappingAction.java | 16 ++++++++++++++ .../ChangesetReversalMappingAction.java | 16 ++++++++++++++ .../internalexternalaction/CreateAction.java | 16 ++++++++++++++ .../DataMappingAction.java | 16 ++++++++++++++ .../DataReversalMappingAction.java | 16 ++++++++++++++ .../internalexternalaction/DeleteAction.java | 16 ++++++++++++++ .../IInternalExtendAction.java | 16 ++++++++++++++ .../internalexternalaction/ModifyAction.java | 16 ++++++++++++++ .../MultiDeleteAction.java | 16 ++++++++++++++ .../internalexternalaction/QueryAction.java | 16 ++++++++++++++ .../RetrieveAction.java | 16 ++++++++++++++ .../mappedbiz/MappedBizActionParameter.java | 16 ++++++++++++++ .../MappedBizActionParameterCollection.java | 16 ++++++++++++++ .../mappedcdp/MappedCdpActionParameter.java | 16 ++++++++++++++ .../MappedCdpActionParameterCollection.java | 16 ++++++++++++++ .../ViewModelParActualValue.java | 16 ++++++++++++++ .../ViewModelParActualValueType.java | 16 ++++++++++++++ .../collection/ValueHelpConfigCollection.java | 16 ++++++++++++++ .../viewmodel/common/ConvertUtils.java | 16 ++++++++++++++ .../viewmodel/common/ConvertVoUtils.java | 16 ++++++++++++++ .../viewmodel/common/ElementHelpType.java | 16 ++++++++++++++ .../viewmodel/common/HelpExtendAction.java | 16 ++++++++++++++ .../viewmodel/common/InitVoUtil.java | 16 ++++++++++++++ .../common/InternalExtendActionUtil.java | 16 ++++++++++++++ .../viewmodel/common/LinkBeUtils.java | 16 ++++++++++++++ .../viewmodel/common/MappingType.java | 16 ++++++++++++++ .../viewmodel/common/MetadataType.java | 16 ++++++++++++++ .../viewmodel/common/TemplateVoInfo.java | 16 ++++++++++++++ .../viewmodel/common/ValueHelpConfig.java | 16 ++++++++++++++ .../viewmodel/common/ViewModelActionUtil.java | 16 ++++++++++++++ .../viewmodel/common/ViewModelMapping.java | 16 ++++++++++++++ .../viewmodel/common/copy/CopyContext.java | 16 ++++++++++++++ .../common/mapping/GspQoObjectMapping.java | 16 ++++++++++++++ .../common/mapping/GspVoElementMapping.java | 16 ++++++++++++++ .../mapping/GspVoElementSourceType.java | 16 ++++++++++++++ .../common/mapping/GspVoObjectMapping.java | 16 ++++++++++++++ .../common/mapping/GspVoObjectSourceType.java | 16 ++++++++++++++ .../ChangingVoActionCodeEventArgs.java | 16 ++++++++++++++ .../ChangingVoActionCollectTypeEventArgs.java | 16 ++++++++++++++ .../ChangingVoActionParamsEventArgs.java | 16 ++++++++++++++ .../ChangingVoActionReturnEventArgs.java | 16 ++++++++++++++ .../DeletingVoActionEventArgs.java | 16 ++++++++++++++ .../ChangingViewObjectCodeEventArgs.java | 16 ++++++++++++++ .../RemovingViewObjectEventArgs.java | 16 ++++++++++++++ .../ChangingVoFieldDataTypeEventArgs.java | 16 ++++++++++++++ .../ChangingVoFieldLabelIdEventArgs.java | 16 ++++++++++++++ .../ChangingVoFieldObjectTypeEventArgs.java | 16 ++++++++++++++ .../RemovingVoFieldEventArgs.java | 16 ++++++++++++++ .../api/GspVoExtendInfoService.java | 16 ++++++++++++++ .../extendinfo/entity/GspVoExtendInfo.java | 16 ++++++++++++++ .../i18n/ViewAssoRefEleResourceExtractor.java | 16 ++++++++++++++ .../i18n/ViewAssoResourceExtractor.java | 16 ++++++++++++++ .../i18n/ViewEleResourceExtractor.java | 16 ++++++++++++++ .../merger/ViewAssoRefEleResourceMerger.java | 16 ++++++++++++++ .../i18n/merger/ViewAssoResourceMerger.java | 16 ++++++++++++++ .../i18n/merger/ViewEleResourceMerger.java | 16 ++++++++++++++ .../increment/ViewModelIncrement.java | 16 ++++++++++++++ .../increment/entity/AddedHelpIncrement.java | 16 ++++++++++++++ .../increment/entity/DeleteHelpIncrement.java | 16 ++++++++++++++ .../increment/entity/HelpConfigIncrement.java | 16 ++++++++++++++ .../increment/entity/ModifyHelpIncrement.java | 16 ++++++++++++++ .../entity/action/AddedVoActionIncrement.java | 16 ++++++++++++++ .../action/DeletedVoActionIncrement.java | 16 ++++++++++++++ .../action/ModifyVoActionIncrement.java | 16 ++++++++++++++ .../extract/HelpIncrementExtractor.java | 16 ++++++++++++++ .../increment/extract/ViewModelExtractor.java | 16 ++++++++++++++ .../increment/merger/ViewModelMerger.java | 16 ++++++++++++++ .../json/ExtendPropertiesDeserializer.java | 16 ++++++++++++++ .../viewmodel/json/ViewModelJsonConst.java | 16 ++++++++++++++ .../json/element/ViewElementDeserializer.java | 16 ++++++++++++++ .../json/element/ViewElementSerializer.java | 16 ++++++++++++++ .../HelpConfigIncrementDeserializer.java | 16 ++++++++++++++ .../HelpConfigIncrementSerializer.java | 16 ++++++++++++++ .../ViewElementIncrementDeserializer.java | 16 ++++++++++++++ .../ViewElementIncrementSerializer.java | 16 ++++++++++++++ .../ViewModelIncrementDeserializer.java | 16 ++++++++++++++ .../ViewModelIncrementSerializer.java | 16 ++++++++++++++ .../mapping/GspQoObjectMappingSerializer.java | 16 ++++++++++++++ .../GspVoElementMappingDeserializer.java | 16 ++++++++++++++ .../GspVoElementMappingSerializer.java | 16 ++++++++++++++ .../GspVoObjectMappingDeserializer.java | 16 ++++++++++++++ .../mapping/GspVoObjectMappingSerializer.java | 16 ++++++++++++++ .../mapping/ViewModelMappingDeserializer.java | 16 ++++++++++++++ .../mapping/ViewModelMappingSerializer.java | 16 ++++++++++++++ .../model/ValueHelpConfigDeserizlizer.java | 16 ++++++++++++++ .../json/model/ValueHelpConfigSerizlizer.java | 16 ++++++++++++++ .../json/model/ViewModelDeserializer.java | 16 ++++++++++++++ .../MappedBizActionDeserializer.java | 16 ++++++++++++++ .../MappedBizActionParaDeserializer.java | 16 ++++++++++++++ .../MappedBizActionParaSerializer.java | 16 ++++++++++++++ .../operation/MappedBizActionSerializer.java | 16 ++++++++++++++ .../MappedCdpActionDeserializer.java | 16 ++++++++++++++ .../operation/MappedCdpActionSerializer.java | 16 ++++++++++++++ .../operation/MappedCdpParaDeserializer.java | 16 ++++++++++++++ .../operation/MappedCdpParaSerializer.java | 16 ++++++++++++++ .../IVmPushChangeSetListener.java | 16 ++++++++++++++ .../viewmodel/util/UpdateVoElementUtil.java | 16 ++++++++++++++ .../viewmodel/util/UpdateVoVariableUtil.java | 16 ++++++++++++++ .../IVoActionDTEventListener.java | 16 ++++++++++++++ .../IVoEntityDTEventListener.java | 16 ++++++++++++++ .../IVoFieldDTEventListener.java | 16 ++++++++++++++ .../server/api/GspVoExtendInfoRpcService.java | 16 ++++++++++++++ view-object-webapi/pom.xml | 3 +-- 120 files changed, 1841 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index 758a066..207f39e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ Date: Fri, 30 Sep 2022 10:12:22 +0800 Subject: [PATCH 03/12] =?UTF-8?q?view-object-model=E4=B8=AD=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0copyRight=E6=96=87=E4=BB=B6=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../viewmodel/action/VMActionResult.java | 16 ++++++++++++++++ .../action/viewmodelbase/ViewModelParameter.java | 16 ++++++++++++++++ .../ViewModelParameterCollection.java | 16 ++++++++++++++++ .../viewmodelbase/ViewModelReturnValue.java | 16 ++++++++++++++++ .../viewmodelbase/ViewModelVoidReturnValue.java | 16 ++++++++++++++++ .../viewmodel/collection/VMActionCollection.java | 16 ++++++++++++++++ .../collection/VMElementCollection.java | 16 ++++++++++++++++ .../collection/ViewObjectCollection.java | 16 ++++++++++++++++ .../common/VMCollectionParameterType.java | 16 ++++++++++++++++ .../viewmodel/common/VMHelpConfig.java | 16 ++++++++++++++++ .../viewmodel/common/VMParameterMode.java | 16 ++++++++++++++++ .../viewmodel/common/VMParameterType.java | 16 ++++++++++++++++ .../controlrule/rule/VoControlRule.java | 16 ++++++++++++++++ .../controlrule/rule/VoFeildControlRule.java | 16 ++++++++++++++++ .../controlrule/rule/VoObjControlRule.java | 16 ++++++++++++++++ .../rule/convert/VoControlRuleConvertor.java | 16 ++++++++++++++++ .../rule/parser/VoControlRuleParser.java | 16 ++++++++++++++++ .../rule/parser/VoFieldRuleParser.java | 16 ++++++++++++++++ .../serializer/VoFieldControlRuleSerializer.java | 16 ++++++++++++++++ .../controlrule/ruledefine/VoControlRuleDef.java | 16 ++++++++++++++++ .../ruledefine/VoControlRuleDefNames.java | 16 ++++++++++++++++ .../ruledefine/VoFieldControlRuleDef.java | 16 ++++++++++++++++ .../ruledefine/VoFieldControlRuleNames.java | 16 ++++++++++++++++ .../ruledefine/VoObjectControlRuleDef.java | 16 ++++++++++++++++ .../parser/VoControlRuleDefParser.java | 16 ++++++++++++++++ .../parser/VoFieldControlRuleDefParser.java | 16 ++++++++++++++++ .../parser/VoObjectControlRuleDefParser.java | 16 ++++++++++++++++ .../serializer/VoControlRuleDefSerializer.java | 16 ++++++++++++++++ .../VoFieldControlRuleDefSerializer.java | 16 ++++++++++++++++ .../dataextendinfo/VoDataExtendInfo.java | 16 ++++++++++++++++ .../entity/VoConfigCollectionInfo.java | 16 ++++++++++++++++ .../entity/VoConfigCollectionInfoConverter.java | 16 ++++++++++++++++ .../i18n/ViewModelResourceExtractor.java | 16 ++++++++++++++++ .../viewmodel/i18n/ViewObjResourceExtractor.java | 16 ++++++++++++++++ .../i18n/merger/ViewModelResourceMerger.java | 16 ++++++++++++++++ .../i18n/merger/ViewObjResourceMerger.java | 16 ++++++++++++++++ .../entity/action/VoActionIncrement.java | 16 ++++++++++++++++ .../increment/extract/AddedHelpExtractor.java | 16 ++++++++++++++++ .../extract/action/AddedActionExtractor.java | 16 ++++++++++++++++ .../ViewObjectIncrementDeserializer.java | 16 ++++++++++++++++ .../increment/ViewObjectIncrementSerializer.java | 16 ++++++++++++++++ .../increment/VoActionIncrementDeserializer.java | 16 ++++++++++++++++ .../increment/VoActionIncrementSerializer.java | 16 ++++++++++++++++ .../json/model/ViewModelSerializer.java | 16 ++++++++++++++++ .../json/model/VoDataExtendInfoDeserializer.java | 16 ++++++++++++++++ .../json/model/VoDataExtendInfoSerializer.java | 16 ++++++++++++++++ .../json/object/ViewObjectDeserializer.java | 16 ++++++++++++++++ .../json/object/ViewObjectSerializer.java | 16 ++++++++++++++++ .../VmActionCollectionDeserializer.java | 16 ++++++++++++++++ .../operation/VmActionCollectionSerializer.java | 16 ++++++++++++++++ .../json/operation/VmActionDeserializer.java | 16 ++++++++++++++++ .../json/operation/VmActionSerializer.java | 16 ++++++++++++++++ .../json/operation/VmParameterDeserializer.java | 16 ++++++++++++++++ .../json/operation/VmParameterSerializer.java | 16 ++++++++++++++++ .../operation/VmReturnValueDeserializer.java | 16 ++++++++++++++++ .../pushchangesetargs/VmPushChangeSet.java | 16 ++++++++++++++++ .../pushchangesetargs/VmPushChangeSetArgs.java | 16 ++++++++++++++++ .../viewmodel/util/ViewModelUtils.java | 16 ++++++++++++++++ .../VoActionDTEventListener.java | 16 ++++++++++++++++ .../VoEntityDTEventListener.java | 16 ++++++++++++++++ .../viewmodeldtevent/VoFieldDTEventListener.java | 16 ++++++++++++++++ 61 files changed, 976 insertions(+) diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/VMActionResult.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/VMActionResult.java index 51d8d40..9e8bcbd 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/VMActionResult.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/VMActionResult.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.action; import java.io.Serializable; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelParameter.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelParameter.java index fa77494..b25c586 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelParameter.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelParameter.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.action.viewmodelbase; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelParameterCollection.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelParameterCollection.java index 643f240..cbdd607 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelParameterCollection.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelParameterCollection.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.action.viewmodelbase; import com.inspur.edp.cef.designtime.api.collection.BaseList; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelReturnValue.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelReturnValue.java index d120524..6bce0f6 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelReturnValue.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelReturnValue.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.action.viewmodelbase; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelVoidReturnValue.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelVoidReturnValue.java index 917348c..0a661c9 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelVoidReturnValue.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/viewmodelbase/ViewModelVoidReturnValue.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.action.viewmodelbase; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/collection/VMActionCollection.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/collection/VMActionCollection.java index a73ca89..11b72ad 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/collection/VMActionCollection.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/collection/VMActionCollection.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.collection; import com.inspur.edp.cef.designtime.api.collection.BaseList; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/collection/VMElementCollection.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/collection/VMElementCollection.java index 3f8f83e..7299d38 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/collection/VMElementCollection.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/collection/VMElementCollection.java @@ -1,4 +1,20 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.collection; import com.inspur.edp.cef.designtime.api.IGspCommonField; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/collection/ViewObjectCollection.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/collection/ViewObjectCollection.java index 6ec7dc8..d29cf31 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/collection/ViewObjectCollection.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/collection/ViewObjectCollection.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.collection; import com.inspur.edp.das.commonmodel.IGspCommonObject; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMCollectionParameterType.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMCollectionParameterType.java index c0e24d1..1eb91ef 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMCollectionParameterType.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMCollectionParameterType.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.common; /** diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMHelpConfig.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMHelpConfig.java index 5f2ee56..aaca782 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMHelpConfig.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMHelpConfig.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.common; /** diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMParameterMode.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMParameterMode.java index 4d0e9e9..05e77c9 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMParameterMode.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMParameterMode.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.common; /** diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMParameterType.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMParameterType.java index 6f1959b..24ea865 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMParameterType.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/common/VMParameterType.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.common; /** diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/VoControlRule.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/VoControlRule.java index db5d852..919eff5 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/VoControlRule.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/VoControlRule.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.rule; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/VoFeildControlRule.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/VoFeildControlRule.java index dbdca12..043cc4f 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/VoFeildControlRule.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/VoFeildControlRule.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.rule; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/VoObjControlRule.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/VoObjControlRule.java index 5391300..034c9b5 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/VoObjControlRule.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/VoObjControlRule.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.rule; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/convert/VoControlRuleConvertor.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/convert/VoControlRuleConvertor.java index 96355ad..8af7d19 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/convert/VoControlRuleConvertor.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/convert/VoControlRuleConvertor.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.rule.convert; import com.inspur.edp.bef.bizentity.GspBizEntityObject; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/parser/VoControlRuleParser.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/parser/VoControlRuleParser.java index ef360e4..1fcc6c0 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/parser/VoControlRuleParser.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/parser/VoControlRuleParser.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.rule.parser; import com.fasterxml.jackson.databind.JsonDeserializer; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/parser/VoFieldRuleParser.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/parser/VoFieldRuleParser.java index b40fc46..f3fd61d 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/parser/VoFieldRuleParser.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/parser/VoFieldRuleParser.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.rule.parser; import com.inspur.edp.das.commonmodel.controlrule.CmFieldControlRule; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/serializer/VoFieldControlRuleSerializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/serializer/VoFieldControlRuleSerializer.java index 4c866dd..0185040 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/serializer/VoFieldControlRuleSerializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/serializer/VoFieldControlRuleSerializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.rule.serializer; import com.inspur.edp.das.commonmodel.controlrule.serializer.CmFieldControlRuleSerializer; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoControlRuleDef.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoControlRuleDef.java index e74112a..8fb8f13 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoControlRuleDef.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoControlRuleDef.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.ruledefine; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoControlRuleDefNames.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoControlRuleDefNames.java index 7bbcd8a..37d5cc1 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoControlRuleDefNames.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoControlRuleDefNames.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.ruledefine; public class VoControlRuleDefNames { diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoFieldControlRuleDef.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoFieldControlRuleDef.java index 7a60912..42d91db 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoFieldControlRuleDef.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoFieldControlRuleDef.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.ruledefine; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoFieldControlRuleNames.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoFieldControlRuleNames.java index 60d07e3..6dcca5d 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoFieldControlRuleNames.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoFieldControlRuleNames.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.ruledefine; public class VoFieldControlRuleNames { diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoObjectControlRuleDef.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoObjectControlRuleDef.java index d5f5c27..ad84fe0 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoObjectControlRuleDef.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoObjectControlRuleDef.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.ruledefine; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/parser/VoControlRuleDefParser.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/parser/VoControlRuleDefParser.java index 224b88f..1f6fa71 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/parser/VoControlRuleDefParser.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/parser/VoControlRuleDefParser.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.ruledefine.parser; import com.fasterxml.jackson.databind.JsonDeserializer; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/parser/VoFieldControlRuleDefParser.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/parser/VoFieldControlRuleDefParser.java index 62bc8b8..273368a 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/parser/VoFieldControlRuleDefParser.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/parser/VoFieldControlRuleDefParser.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.ruledefine.parser; import com.inspur.edp.das.commonmodel.controlruledef.entity.CmFieldControlRuleDef; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/parser/VoObjectControlRuleDefParser.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/parser/VoObjectControlRuleDefParser.java index 910ee53..9a23974 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/parser/VoObjectControlRuleDefParser.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/parser/VoObjectControlRuleDefParser.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.ruledefine.parser; import com.fasterxml.jackson.databind.JsonDeserializer; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/serializer/VoControlRuleDefSerializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/serializer/VoControlRuleDefSerializer.java index 03a0469..e26c4bd 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/serializer/VoControlRuleDefSerializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/serializer/VoControlRuleDefSerializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.ruledefine.serializer; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/serializer/VoFieldControlRuleDefSerializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/serializer/VoFieldControlRuleDefSerializer.java index e5b52c2..25f6da3 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/serializer/VoFieldControlRuleDefSerializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/serializer/VoFieldControlRuleDefSerializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.ruledefine.serializer; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dataextendinfo/VoDataExtendInfo.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dataextendinfo/VoDataExtendInfo.java index d01b35f..29e164c 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dataextendinfo/VoDataExtendInfo.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/dataextendinfo/VoDataExtendInfo.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.dataextendinfo; import com.inspur.edp.formserver.viewmodel.collection.VMActionCollection; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfo.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfo.java index 685767d..a2d2d38 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfo.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfo.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.extendinfo.entity; import com.inspur.edp.cef.entity.config.CefConfig; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfoConverter.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfoConverter.java index a72813d..bf4c784 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfoConverter.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfoConverter.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.extendinfo.entity; import com.inspur.edp.cdp.common.utils.json.JsonUtil; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/ViewModelResourceExtractor.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/ViewModelResourceExtractor.java index 01ecacf..689f6a8 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/ViewModelResourceExtractor.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/ViewModelResourceExtractor.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.i18n; import com.inspur.edp.cef.designtime.api.i18n.context.CefResourcePrefixInfo; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/ViewObjResourceExtractor.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/ViewObjResourceExtractor.java index e4e2305..c81c9fd 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/ViewObjResourceExtractor.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/ViewObjResourceExtractor.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.i18n; import com.inspur.edp.cef.designtime.api.i18n.context.CefResourcePrefixInfo; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/merger/ViewModelResourceMerger.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/merger/ViewModelResourceMerger.java index c39e357..0311447 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/merger/ViewModelResourceMerger.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/merger/ViewModelResourceMerger.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.i18n.merger; import com.inspur.edp.cef.designtime.api.i18n.context.ICefResourceMergeContext; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/merger/ViewObjResourceMerger.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/merger/ViewObjResourceMerger.java index 1fe0f68..c36a81c 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/merger/ViewObjResourceMerger.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/merger/ViewObjResourceMerger.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.i18n.merger; import com.inspur.edp.cef.designtime.api.i18n.context.ICefResourceMergeContext; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/entity/action/VoActionIncrement.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/entity/action/VoActionIncrement.java index e722330..18a2a15 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/entity/action/VoActionIncrement.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/entity/action/VoActionIncrement.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.increment.entity.action; import com.inspur.edp.cef.designtime.api.increment.AbstractIncrement; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/extract/AddedHelpExtractor.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/extract/AddedHelpExtractor.java index 7068275..3c3f85e 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/extract/AddedHelpExtractor.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/extract/AddedHelpExtractor.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.increment.extract; import com.inspur.edp.formserver.viewmodel.common.ValueHelpConfig; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/extract/action/AddedActionExtractor.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/extract/action/AddedActionExtractor.java index 8a4da41..dc53601 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/extract/action/AddedActionExtractor.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/increment/extract/action/AddedActionExtractor.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.increment.extract.action; import com.inspur.edp.formserver.viewmodel.action.ViewModelAction; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/ViewObjectIncrementDeserializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/ViewObjectIncrementDeserializer.java index 32de024..d5d604b 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/ViewObjectIncrementDeserializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/ViewObjectIncrementDeserializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.increment; import com.inspur.edp.cef.designtime.api.entity.increment.ModifyEntityIncrement; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/ViewObjectIncrementSerializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/ViewObjectIncrementSerializer.java index 1138504..5da4e95 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/ViewObjectIncrementSerializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/ViewObjectIncrementSerializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.increment; import com.inspur.edp.das.commonmodel.json.increment.CommonElementIncrementSerializer; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/VoActionIncrementDeserializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/VoActionIncrementDeserializer.java index 666e926..d404149 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/VoActionIncrementDeserializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/VoActionIncrementDeserializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.increment; import com.fasterxml.jackson.core.JsonParser; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/VoActionIncrementSerializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/VoActionIncrementSerializer.java index b1e1b06..184506a 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/VoActionIncrementSerializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/increment/VoActionIncrementSerializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.increment; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/model/ViewModelSerializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/model/ViewModelSerializer.java index 79e43c8..8648bf0 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/model/ViewModelSerializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/model/ViewModelSerializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.model; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/model/VoDataExtendInfoDeserializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/model/VoDataExtendInfoDeserializer.java index 64b1406..ece5121 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/model/VoDataExtendInfoDeserializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/model/VoDataExtendInfoDeserializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.model; import com.fasterxml.jackson.core.JsonParser; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/model/VoDataExtendInfoSerializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/model/VoDataExtendInfoSerializer.java index ffa8628..900edfc 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/model/VoDataExtendInfoSerializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/model/VoDataExtendInfoSerializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.model; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/object/ViewObjectDeserializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/object/ViewObjectDeserializer.java index 6dda4e6..10e8ab9 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/object/ViewObjectDeserializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/object/ViewObjectDeserializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.object; import com.fasterxml.jackson.core.JsonParser; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/object/ViewObjectSerializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/object/ViewObjectSerializer.java index d75ccb4..e087cd1 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/object/ViewObjectSerializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/object/ViewObjectSerializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.object; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionCollectionDeserializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionCollectionDeserializer.java index 76f9ab2..7e7c794 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionCollectionDeserializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionCollectionDeserializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.operation; import com.fasterxml.jackson.core.JsonParser; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionCollectionSerializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionCollectionSerializer.java index 556c16c..2997286 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionCollectionSerializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionCollectionSerializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.operation; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionDeserializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionDeserializer.java index afad819..b9423e9 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionDeserializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionDeserializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.operation; import com.fasterxml.jackson.core.JsonParser; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionSerializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionSerializer.java index 28af97d..187ea52 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionSerializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmActionSerializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.operation; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmParameterDeserializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmParameterDeserializer.java index f19712d..6aa1bc4 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmParameterDeserializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmParameterDeserializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.operation; import com.fasterxml.jackson.core.JsonParser; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmParameterSerializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmParameterSerializer.java index 3812f53..9663bb6 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmParameterSerializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmParameterSerializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.operation; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmReturnValueDeserializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmReturnValueDeserializer.java index 818bc52..172904c 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmReturnValueDeserializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/json/operation/VmReturnValueDeserializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.json.operation; import com.fasterxml.jackson.core.JsonParser; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/pushchangesetargs/VmPushChangeSet.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/pushchangesetargs/VmPushChangeSet.java index f4b2b17..3c6c82b 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/pushchangesetargs/VmPushChangeSet.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/pushchangesetargs/VmPushChangeSet.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.pushchangesetargs; import com.inspur.edp.lcm.metadata.api.entity.GspMetadata; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/pushchangesetargs/VmPushChangeSetArgs.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/pushchangesetargs/VmPushChangeSetArgs.java index ac84d70..dde7a85 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/pushchangesetargs/VmPushChangeSetArgs.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/pushchangesetargs/VmPushChangeSetArgs.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.pushchangesetargs; import com.inspur.edp.bef.bizentity.pushchangesetargs.AbstractPushChangeSetArgs; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/ViewModelUtils.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/ViewModelUtils.java index 9a5b23f..2d6ed45 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/ViewModelUtils.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/ViewModelUtils.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.util; import java.io.File; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/viewmodeldtevent/VoActionDTEventListener.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/viewmodeldtevent/VoActionDTEventListener.java index a672fb1..d01213a 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/viewmodeldtevent/VoActionDTEventListener.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/viewmodeldtevent/VoActionDTEventListener.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.viewmodeldtevent; import com.inspur.edp.formserver.viewmodel.dtconsistencycheck.actioneventargs.ChangingVoActionCodeEventArgs; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/viewmodeldtevent/VoEntityDTEventListener.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/viewmodeldtevent/VoEntityDTEventListener.java index f573664..a8fd672 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/viewmodeldtevent/VoEntityDTEventListener.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/viewmodeldtevent/VoEntityDTEventListener.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.viewmodeldtevent; import com.inspur.edp.formserver.viewmodel.dtconsistencycheck.entityeventargs.ChangingViewObjectCodeEventArgs; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/viewmodeldtevent/VoFieldDTEventListener.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/viewmodeldtevent/VoFieldDTEventListener.java index a437942..bafcffe 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/viewmodeldtevent/VoFieldDTEventListener.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/viewmodeldtevent/VoFieldDTEventListener.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.viewmodeldtevent; import com.inspur.edp.formserver.viewmodel.dtconsistencycheck.fieldeventargs.ChangingVoFieldDataTypeEventArgs; -- Gitee From ff77ced7211a196d214efe5fb91fa3e4ba84f4ff Mon Sep 17 00:00:00 2001 From: haoxiaofei Date: Fri, 30 Sep 2022 10:16:55 +0800 Subject: [PATCH 04/12] =?UTF-8?q?view-object-model=E4=B8=AD=E5=BA=8F?= =?UTF-8?q?=E5=88=97=E5=8C=96=E5=99=A8=E5=A2=9E=E5=8A=A0copyRight=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../edp/formserver/viewmodel/VoThreadLoacl.java | 16 ++++++++++++++++ .../rule/parser/VoObjectControlRuleParser.java | 16 ++++++++++++++++ .../VoObjectControlRuleSerializer.java | 16 ++++++++++++++++ .../rule/serializer/VoRuleSerializer.java | 16 ++++++++++++++++ .../ruledefine/VoObjectRuleDefNames.java | 16 ++++++++++++++++ .../VoObjectControlRuleDefSerializer.java | 16 ++++++++++++++++ .../i18n/names/VoResourceDescriptionNames.java | 16 ++++++++++++++++ .../viewmodel/i18n/names/VoResourceKeyNames.java | 16 ++++++++++++++++ 8 files changed, 128 insertions(+) diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/VoThreadLoacl.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/VoThreadLoacl.java index a6adfda..2fc2220 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/VoThreadLoacl.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/VoThreadLoacl.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel; public class VoThreadLoacl { diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/parser/VoObjectControlRuleParser.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/parser/VoObjectControlRuleParser.java index aaa18e4..a016162 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/parser/VoObjectControlRuleParser.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/parser/VoObjectControlRuleParser.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.rule.parser; import com.fasterxml.jackson.databind.JsonDeserializer; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/serializer/VoObjectControlRuleSerializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/serializer/VoObjectControlRuleSerializer.java index 2b05246..03e3ab5 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/serializer/VoObjectControlRuleSerializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/serializer/VoObjectControlRuleSerializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.rule.serializer; import com.inspur.edp.das.commonmodel.controlrule.serializer.CmEntityControlRuleSerializer; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/serializer/VoRuleSerializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/serializer/VoRuleSerializer.java index dc4bb26..27e34aa 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/serializer/VoRuleSerializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/rule/serializer/VoRuleSerializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.rule.serializer; import com.inspur.edp.das.commonmodel.controlrule.serializer.CmRuleSerializer; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoObjectRuleDefNames.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoObjectRuleDefNames.java index c811c1e..c14d0dc 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoObjectRuleDefNames.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/VoObjectRuleDefNames.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.ruledefine; public class VoObjectRuleDefNames { diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/serializer/VoObjectControlRuleDefSerializer.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/serializer/VoObjectControlRuleDefSerializer.java index 2e23d61..5e6535c 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/serializer/VoObjectControlRuleDefSerializer.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/controlrule/ruledefine/serializer/VoObjectControlRuleDefSerializer.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.controlrule.ruledefine.serializer; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/names/VoResourceDescriptionNames.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/names/VoResourceDescriptionNames.java index 30b3e3d..00cd839 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/names/VoResourceDescriptionNames.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/names/VoResourceDescriptionNames.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.i18n.names; public class VoResourceDescriptionNames { diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/names/VoResourceKeyNames.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/names/VoResourceKeyNames.java index a80380c..1014ba2 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/names/VoResourceKeyNames.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/i18n/names/VoResourceKeyNames.java @@ -1,5 +1,21 @@ +/* + * Copyright © OpenAtom Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.inspur.edp.formserver.viewmodel.i18n.names; public class VoResourceKeyNames { -- Gitee From 91efa401e7ac0eea4cefa6b871fc5dd6a6990cd2 Mon Sep 17 00:00:00 2001 From: haoxiaofei Date: Fri, 30 Sep 2022 10:35:41 +0800 Subject: [PATCH 05/12] =?UTF-8?q?view-object-model=E4=B8=AD=E5=BA=8F?= =?UTF-8?q?=E5=88=97=E5=8C=96=E5=99=A8=E5=A2=9E=E5=8A=A0copyRight=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rtwebapi/BffMetadataRtWebApiServiceAutoConfig.java | 5 +++++ .../formserver/viewmodel/rtwebapi/VMCodeGenController.java | 5 +++++ .../formserver/viewmodel/rtwebapi/VMMetadataController.java | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/rtwebapi/BffMetadataRtWebApiServiceAutoConfig.java b/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/rtwebapi/BffMetadataRtWebApiServiceAutoConfig.java index c94fe08..b37527d 100644 --- a/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/rtwebapi/BffMetadataRtWebApiServiceAutoConfig.java +++ b/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/rtwebapi/BffMetadataRtWebApiServiceAutoConfig.java @@ -19,6 +19,11 @@ package com.inspur.edp.formserver.viewmodel.rtwebapi; import io.iec.edp.caf.rest.RESTEndpoint; import org.springframework.context.annotation.Bean; +/** + * 元数据config信息 + * + * @author haoxiaofei + */ public class BffMetadataRtWebApiServiceAutoConfig { @Bean public VMMetadataController getRtBffMetadataRtWebApi() { diff --git a/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/rtwebapi/VMCodeGenController.java b/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/rtwebapi/VMCodeGenController.java index 70e2a9c..9ef72d5 100644 --- a/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/rtwebapi/VMCodeGenController.java +++ b/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/rtwebapi/VMCodeGenController.java @@ -46,6 +46,11 @@ import javax.ws.rs.Path; import javax.ws.rs.Produces; import javax.ws.rs.core.MediaType; +/** + * 生成代码控制层 + * + * @author haoxiaofei + */ @Path("") @Produces(MediaType.APPLICATION_JSON) public class VMCodeGenController { diff --git a/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/rtwebapi/VMMetadataController.java b/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/rtwebapi/VMMetadataController.java index f4dbde0..d74635c 100644 --- a/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/rtwebapi/VMMetadataController.java +++ b/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/rtwebapi/VMMetadataController.java @@ -45,6 +45,11 @@ import javax.ws.rs.Produces; import javax.ws.rs.QueryParam; import javax.ws.rs.core.MediaType; +/** + * view-object元数据控制层 + * + * @author haoxiaofei + */ public class VMMetadataController { private final String EXCEPTIONCODE="vmMetadataRtWebApi"; -- Gitee From 73eac91681beac403918cedf87b124660d8e9ea4 Mon Sep 17 00:00:00 2001 From: haoxiaofei Date: Fri, 30 Sep 2022 10:45:35 +0800 Subject: [PATCH 06/12] =?UTF-8?q?view-object-model=E4=B8=AD=E5=BA=8F?= =?UTF-8?q?=E5=88=97=E5=8C=96=E5=99=A8=E5=A2=9E=E5=8A=A0copyRight=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../edp/formserver/viewmodel/util/UpdateVoElementUtil.java | 5 +++-- .../edp/formserver/viewmodel/util/UpdateVoVariableUtil.java | 5 +++-- .../inspur/edp/formserver/viewmodel/util/ViewModelUtils.java | 5 +++++ 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/UpdateVoElementUtil.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/UpdateVoElementUtil.java index 0886fd5..6487937 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/UpdateVoElementUtil.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/UpdateVoElementUtil.java @@ -41,8 +41,9 @@ import com.inspur.edp.udt.designtime.api.entity.enumtype.UseType; import java.util.UUID; /** - 更新udt字段 - + * 更新udt字段工具类 + * + * @author haoxiaofei */ public class UpdateVoElementUtil { diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/UpdateVoVariableUtil.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/UpdateVoVariableUtil.java index e19a1e8..2dbede6 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/UpdateVoVariableUtil.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/UpdateVoVariableUtil.java @@ -36,8 +36,9 @@ import com.inspur.edp.udt.designtime.api.entity.enumtype.UseType; import java.util.UUID; /** - 更新udt字段 - + * 更新udt字段 + * + * @author haoxiaofei */ public class UpdateVoVariableUtil { diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/ViewModelUtils.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/ViewModelUtils.java index 2d6ed45..d281a1f 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/ViewModelUtils.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/util/ViewModelUtils.java @@ -21,6 +21,11 @@ package com.inspur.edp.formserver.viewmodel.util; import java.io.File; import java.nio.file.Paths; +/** + * VO模型工具类 + * + * @author haoxiaofei + */ public class ViewModelUtils { /** -- Gitee From 953c0b6ffd035a60850c4abeb0667e4762113ae0 Mon Sep 17 00:00:00 2001 From: haoxiaofei Date: Fri, 30 Sep 2022 10:59:55 +0800 Subject: [PATCH 07/12] =?UTF-8?q?view-object-model=E4=B8=AD=E5=BA=8F?= =?UTF-8?q?=E5=88=97=E5=8C=96=E5=99=A8=E5=A2=9E=E5=8A=A0copyRight=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extendinfo/entity/GspVoExtendInfo.java | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/GspVoExtendInfo.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/GspVoExtendInfo.java index 5c8b3b0..109f114 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/GspVoExtendInfo.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/GspVoExtendInfo.java @@ -67,15 +67,50 @@ public class GspVoExtendInfo { this.voConfigCollectionInfo = voConfigCollectionInfo; } + /** + * ID + */ @Id private String id; + + /** + * 扩展信息 + */ private String extendInfo; + + /** + * config ID + */ private String configId; + + /** + * 创建人 + */ private String createdBy; + + /** + * 创建时间 + */ private Date createdOn; + + /** + * 最后修改人 + */ private String lastChangedBy; + + /** + * 最后修改时间 + */ private Date lastChangedOn; + + /** + * 业务实体ID + */ private String beSourceId; + + /** + * config信息 + */ @Convert(converter = VoConfigCollectionInfoConverter.class) private VoConfigCollectionInfo voConfigCollectionInfo; -- Gitee From a6ce4d3326fdb5b34e8729c353c1d48c87cd0862 Mon Sep 17 00:00:00 2001 From: haoxiaofei Date: Fri, 30 Sep 2022 11:11:35 +0800 Subject: [PATCH 08/12] =?UTF-8?q?=E8=A7=86=E5=9B=BE=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E8=8E=B7=E5=8F=96config=E4=BF=A1=E6=81=AF=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../viewmodel/extendinfo/entity/VoConfigCollectionInfo.java | 3 ++- .../extendinfo/entity/VoConfigCollectionInfoConverter.java | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfo.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfo.java index a2d2d38..8e5e931 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfo.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfo.java @@ -22,7 +22,8 @@ import com.inspur.edp.cef.entity.config.CefConfig; import com.inspur.edp.lcm.metadata.api.entity.ProcessMode; /** - * 生成代码中configCollection的getConfigs中信息 + * config信息 + * * @author haoxiaofei */ public class VoConfigCollectionInfo { diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfoConverter.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfoConverter.java index bf4c784..0a0209e 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfoConverter.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/extendinfo/entity/VoConfigCollectionInfoConverter.java @@ -24,6 +24,11 @@ import javax.persistence.AttributeConverter; import org.slf4j.Logger; import org.slf4j.LoggerFactory; +/** + * config信息转换 + * + * @author haoxiaofei + */ public class VoConfigCollectionInfoConverter implements AttributeConverter { private static Logger logger = LoggerFactory.getLogger(VoConfigCollectionInfo.class); -- Gitee From 433a43654d6ce132f6c3594c4f04c8c045cfc58c Mon Sep 17 00:00:00 2001 From: haoxiaofei Date: Sat, 1 Oct 2022 15:18:52 +0800 Subject: [PATCH 09/12] =?UTF-8?q?=E8=A7=86=E5=9B=BE=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=8A=A8=E4=BD=9C=E8=BF=94=E5=9B=9E=E5=80=BC=E7=B1=BB=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../viewmodel/action/VMActionResult.java | 79 ++++++++----------- 1 file changed, 32 insertions(+), 47 deletions(-) diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/VMActionResult.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/VMActionResult.java index 9e8bcbd..767555d 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/VMActionResult.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/VMActionResult.java @@ -22,52 +22,37 @@ import java.io.Serializable; /** * The Definition Of The View Model Action Result - * - * @ClassName: VMActionResult - * @Author: Benjamin Gong - * @Date: 2021/1/11 17:13 - * @Version: V1.0 */ -public class VMActionResult implements Cloneable, Serializable -{ - ///#region 属性 - - /** - 类型名称 - - */ - private String privateTypeName; - public final String getTypeName() - { - return privateTypeName; - } - public final void setTypeName(String value) - { - privateTypeName = value; - } - - ///#endregion - - ///#region 方法 - - /** - 克隆 - - @return Action执行结果 - */ - public final VMActionResult clone() - { -// return MemberwiseClone(); - Object tempVar = null; - try { - tempVar = super.clone(); - } catch (CloneNotSupportedException e) { - e.printStackTrace(); - } - VMActionResult obj = (VMActionResult) ((tempVar instanceof ActionFormatParameter) ? tempVar : null); - - return obj; - - ///#endregion -} +public class VMActionResult implements Cloneable, Serializable { + + /** + * 类型名称 + */ + private String privateTypeName; + + public final String getTypeName() { + return privateTypeName; + } + + public final void setTypeName(String value) { + privateTypeName = value; + } + + /** + * 克隆 + * + * @return Action执行结果 + */ + public final VMActionResult clone() { + Object tempVar = null; + try { + tempVar = super.clone(); + } catch (CloneNotSupportedException e) { + e.printStackTrace(); + } + VMActionResult obj = (VMActionResult) ((tempVar instanceof ActionFormatParameter) ? tempVar : null); + + return obj; + + } } -- Gitee From a18bf752cb01e9715f9a8efd16e6801d5a7e81c8 Mon Sep 17 00:00:00 2001 From: haoxiaofei Date: Sat, 1 Oct 2022 15:22:21 +0800 Subject: [PATCH 10/12] =?UTF-8?q?=E8=A7=86=E5=9B=BE=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E7=B1=BB=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../viewmodel/action/MappedCdpActionBase.java | 155 ++++--- .../viewmodel/action/ViewModelAction.java | 402 +++++++++--------- .../viewmodel/action/ViewModelActionType.java | 57 +-- 3 files changed, 295 insertions(+), 319 deletions(-) diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/MappedCdpActionBase.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/MappedCdpActionBase.java index c9b6ffa..5f66d83 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/MappedCdpActionBase.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/MappedCdpActionBase.java @@ -22,87 +22,78 @@ import java.io.Serializable; /** * The Definition Of The Parameter With Component - * - * @ClassName: MappedCdpActionBase - * @Author: Benjamin Gong - * @Date: 2021/1/11 17:13 - * @Version: V1.0 */ -public abstract class MappedCdpActionBase extends ViewModelAction implements Serializable -{ - ///#region 属性 - private String componentEntityId = ""; - /** - 对应构件实体Id - - */ - public String getComponentEntityId(){ - return componentEntityId; - } - public void setComponentEntityId(String value){ - this.componentEntityId=value; - } - /** - 对应构件实体包名 - - */ - private String privateComponentPkgName; - public String getComponentPkgName() - { - return privateComponentPkgName; - } - public void setComponentPkgName(String value) - { - privateComponentPkgName = value; - } - - private boolean privateIsGenerateComponent; - public boolean getIsGenerateComponent() - { - return privateIsGenerateComponent; - } - public void setIsGenerateComponent(boolean value) - { - privateIsGenerateComponent = value; - } - - ///#endregion - - ///#region 方法 - - /** - 当前对象是否等于同一类型的另一个对象。 - - @param other 与此对象进行比较的对象。 - @return 如果当前对象等于 other 参数,则为 true;否则为 false。 - */ - @Override - public boolean equals(ViewModelAction other) - { - - MappedCdpActionBase cdpAction = (MappedCdpActionBase)((other instanceof MappedCdpActionBase) ? other : null); - if (cdpAction == null) - { - return false; - } - if (getID().equals(cdpAction.getComponentEntityId()) && getCode().equals(cdpAction.getCode()) && getName().equals(cdpAction.getName()) && getType() == cdpAction.getType() && getComponentPkgName().equals(cdpAction.getComponentPkgName()) && getComponentName().equals(cdpAction.getComponentName()) && getIsGenerateComponent() == cdpAction.getIsGenerateComponent() && getComponentEntityId().equals(cdpAction.getComponentEntityId())) - { - return true; - } - - return false; - } - - /** - 重载ToString方法 - - @return 描述 - */ - @Override - public String toString() - { - return String.format("[VM action] ID:%1$s, Code:%2$s, Name:%3$s", getID(), getCode(), getName()); - } - - ///#endregion +public abstract class MappedCdpActionBase extends ViewModelAction implements Serializable { + ///#region 属性 + private String componentEntityId = ""; + + /** + * 对应构件实体Id + */ + public String getComponentEntityId() { + return componentEntityId; + } + + public void setComponentEntityId(String value) { + this.componentEntityId = value; + } + + /** + * 对应构件实体包名 + */ + private String privateComponentPkgName; + + public String getComponentPkgName() { + return privateComponentPkgName; + } + + public void setComponentPkgName(String value) { + privateComponentPkgName = value; + } + + private boolean privateIsGenerateComponent; + + public boolean getIsGenerateComponent() { + return privateIsGenerateComponent; + } + + public void setIsGenerateComponent(boolean value) { + privateIsGenerateComponent = value; + } + + ///#endregion + + ///#region 方法 + + /** + * 当前对象是否等于同一类型的另一个对象。 + * + * @param other 与此对象进行比较的对象。 + * @return 如果当前对象等于 other 参数,则为 true;否则为 false。 + */ + @Override + public boolean equals(ViewModelAction other) { + + MappedCdpActionBase cdpAction = (MappedCdpActionBase) ((other instanceof MappedCdpActionBase) ? other : null); + if (cdpAction == null) { + return false; + } + if (getID().equals(cdpAction.getComponentEntityId()) && getCode().equals(cdpAction.getCode()) && getName().equals(cdpAction.getName()) && getType() == cdpAction.getType() && getComponentPkgName().equals(cdpAction.getComponentPkgName()) && getComponentName().equals(cdpAction.getComponentName()) && getIsGenerateComponent() == cdpAction.getIsGenerateComponent() && getComponentEntityId().equals(cdpAction.getComponentEntityId())) { + return true; + } + + return false; + } + + /** + * 重载ToString方法 + * + * @return 描述 + */ + @Override + public String toString() { + return String.format("[VM action] ID:%1$s, Code:%2$s, Name:%3$s", getID(), getCode(), getName()); + } + + ///#endregion } diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/ViewModelAction.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/ViewModelAction.java index 37f5ba2..f8cb8a3 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/ViewModelAction.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/ViewModelAction.java @@ -27,162 +27,158 @@ import java.io.Serializable; /** * The Definition Of The View Model Action - * - * @ClassName: ViewModelAction - * @Author: Benjamin Gong - * @Date: 2021/1/11 17:13 - * @Version: V1.0 */ public abstract class ViewModelAction implements Cloneable, Serializable { - ///#region 属性 - - /** - * 标识 - */ - private String privateID; - - public String getID() { - return privateID; - } - - public void setID(String value) { - privateID = value; - } - - /** - * 编号 - */ - private String privateCode; - - public String getCode() { - return privateCode; - } - - public void setCode(String value) { - privateCode = value; - } - - /** - * 名称 - */ - private String privateName; - - public String getName() { - return privateName; - } - - public void setName(String value) { - privateName = value; - } - - ///// - ///// Action所在的节点 - ///// - //public virtual GspViewObject Owner { get; set; } - - /** - * 类型 - */ - private ViewModelActionType privateType = ViewModelActionType.forValue(0); - - public ViewModelActionType getType() { - return privateType; - } - - public void setType(ViewModelActionType value) { - privateType = value; - } - - /** - * 参数列表 - */ - public IViewModelParameterCollection getParameterCollection() { - return getParameters(); - } - - /** - * 返回值 - */ - private ViewModelReturnValue privateReturnValue; - - public final ViewModelReturnValue getReturnValue() { - return privateReturnValue; - } - - public final void setReturnValue(ViewModelReturnValue value) { - privateReturnValue = value; - } - - protected abstract IViewModelParameterCollection getParameters(); - - /** - * 操作映射 - */ - private ViewModelMapping privateMapping; - - public final ViewModelMapping getMapping() { - return privateMapping; - } - - public final void setMapping(ViewModelMapping value) { - privateMapping = value; - } - - /** - * 对应构件名 - */ - private String privateComponentName; - - public final String getComponentName() { - return privateComponentName; - } - - public final void setComponentName(String value) { - privateComponentName = value; - } - - private java.util.HashMap extendProperties; - - /** - * 表单拓展节点 - */ - public final java.util.HashMap getExtendProperties() { - if (extendProperties == null) { - extendProperties = new java.util.HashMap(); + ///#region 属性 + + /** + * 标识 + */ + private String privateID; + + public String getID() { + return privateID; + } + + public void setID(String value) { + privateID = value; + } + + /** + * 编号 + */ + private String privateCode; + + public String getCode() { + return privateCode; + } + + public void setCode(String value) { + privateCode = value; + } + + /** + * 名称 + */ + private String privateName; + + public String getName() { + return privateName; + } + + public void setName(String value) { + privateName = value; + } + + ///// + ///// Action所在的节点 + ///// + //public virtual GspViewObject Owner { get; set; } + + /** + * 类型 + */ + private ViewModelActionType privateType = ViewModelActionType.forValue(0); + + public ViewModelActionType getType() { + return privateType; + } + + public void setType(ViewModelActionType value) { + privateType = value; } - return extendProperties; - } - public void setExtendProperties(java.util.HashMap value) { - extendProperties = value; - } + /** + * 参数列表 + */ + public IViewModelParameterCollection getParameterCollection() { + return getParameters(); + } + + /** + * 返回值 + */ + private ViewModelReturnValue privateReturnValue; - private boolean privateIsAutoSave; + public final ViewModelReturnValue getReturnValue() { + return privateReturnValue; + } - public final boolean getIsAutoSave() { - return privateIsAutoSave; - } + public final void setReturnValue(ViewModelReturnValue value) { + privateReturnValue = value; + } - public final void setIsAutoSave(boolean value) { - privateIsAutoSave = value; - } + protected abstract IViewModelParameterCollection getParameters(); - private CustomizationInfo customizationInfo = new CustomizationInfo(); - public CustomizationInfo getCustomizationInfo() { - return this.customizationInfo; - } + /** + * 操作映射 + */ + private ViewModelMapping privateMapping; - public void setCustomizationInfo(CustomizationInfo customizationInfo) { - this.customizationInfo = customizationInfo; - } - ///#endregion + public final ViewModelMapping getMapping() { + return privateMapping; + } + + public final void setMapping(ViewModelMapping value) { + privateMapping = value; + } - ///#region 方法 + /** + * 对应构件名 + */ + private String privateComponentName; - /** - * 重写Clone - */ - public abstract ViewModelAction clone(); + public final String getComponentName() { + return privateComponentName; + } + + public final void setComponentName(String value) { + privateComponentName = value; + } + + private java.util.HashMap extendProperties; + + /** + * 表单拓展节点 + */ + public final java.util.HashMap getExtendProperties() { + if (extendProperties == null) { + extendProperties = new java.util.HashMap(); + } + return extendProperties; + } + + public void setExtendProperties(java.util.HashMap value) { + extendProperties = value; + } + + private boolean privateIsAutoSave; + + public final boolean getIsAutoSave() { + return privateIsAutoSave; + } + + public final void setIsAutoSave(boolean value) { + privateIsAutoSave = value; + } + + private CustomizationInfo customizationInfo = new CustomizationInfo(); + + public CustomizationInfo getCustomizationInfo() { + return this.customizationInfo; + } + + public void setCustomizationInfo(CustomizationInfo customizationInfo) { + this.customizationInfo = customizationInfo; + } + ///#endregion + + ///#region 方法 + + /** + * 重写Clone + */ + public abstract ViewModelAction clone(); // public ViewModelAction clone() { // ObjectMapper objectMapper = new ObjectMapper(); // try { @@ -192,22 +188,22 @@ public abstract class ViewModelAction implements Cloneable, Serializable { // } // } - /** - * 重写相等判断 - */ - @Override - public boolean equals(Object obj) { - if (obj.equals(null)) { - return false; - } - if (obj.equals(this)) { - return true; + /** + * 重写相等判断 + */ + @Override + public boolean equals(Object obj) { + if (obj.equals(null)) { + return false; + } + if (obj.equals(this)) { + return true; + } + if (obj.getClass() != getClass()) { + return false; + } + return equals((ViewModelAction) obj); } - if (obj.getClass() != getClass()) { - return false; - } - return equals((ViewModelAction) obj); - } // @Override // public boolean equals(Object obj) // { @@ -226,53 +222,53 @@ public abstract class ViewModelAction implements Cloneable, Serializable { // return equals((ViewModelAction)obj); // } - /** - * 强类型相等判断 - */ - public boolean equals(ViewModelAction other) { + /** + * 强类型相等判断 + */ + public boolean equals(ViewModelAction other) { - if (other == null) { - return false; - } + if (other == null) { + return false; + } - if (getID().equals(other.getID()) && getCode().equals(other.getCode()) && getName() - .equals(other.getName()) && getType() == other.getType() && getMapping() - .equals(other.getMapping()) && getComponentName().equals(other.getComponentName())) { - return true; - } + if (getID().equals(other.getID()) && getCode().equals(other.getCode()) && getName() + .equals(other.getName()) && getType() == other.getType() && getMapping() + .equals(other.getMapping()) && getComponentName().equals(other.getComponentName())) { + return true; + } - return false; - } + return false; + } - /** - * 重写HashCode - */ - @Override - public int hashCode() { + /** + * 重写HashCode + */ + @Override + public int hashCode() { // unchecked - { - int hashCode = (getID() != null ? getID().hashCode() : 0); - hashCode = (hashCode * 397) ^ (getCode() != null ? getCode().hashCode() : 0); - hashCode = (hashCode * 397) ^ (getName() != null ? getName().hashCode() : 0); - hashCode = (hashCode * 397) ^ (getReturnValue() != null ? getReturnValue().hashCode() : 0); - hashCode = (hashCode * 397) ^ getType().getValue(); - hashCode = - (hashCode * 397) ^ (getComponentName() != null ? getComponentName().hashCode() : 0); - hashCode = (hashCode * 397) ^ (getMapping() != null ? getMapping().hashCode() : 0); - - return hashCode; + { + int hashCode = (getID() != null ? getID().hashCode() : 0); + hashCode = (hashCode * 397) ^ (getCode() != null ? getCode().hashCode() : 0); + hashCode = (hashCode * 397) ^ (getName() != null ? getName().hashCode() : 0); + hashCode = (hashCode * 397) ^ (getReturnValue() != null ? getReturnValue().hashCode() : 0); + hashCode = (hashCode * 397) ^ getType().getValue(); + hashCode = + (hashCode * 397) ^ (getComponentName() != null ? getComponentName().hashCode() : 0); + hashCode = (hashCode * 397) ^ (getMapping() != null ? getMapping().hashCode() : 0); + + return hashCode; + } + } + + /** + * 重载ToString方法 + * + * @return 描述 + */ + @Override + public String toString() { + return String + .format("[VM BizAction] ID:%1$s,Code:%2$s,Name:%3$s", getID(), getCode(), getName()); } - } - - /** - * 重载ToString方法 - * - * @return 描述 - */ - @Override - public String toString() { - return String - .format("[VM BizAction] ID:%1$s,Code:%2$s,Name:%3$s", getID(), getCode(), getName()); - } - ///#endregion + ///#endregion } diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/ViewModelActionType.java b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/ViewModelActionType.java index 2a77476..2324b6e 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/ViewModelActionType.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/viewmodel/action/ViewModelActionType.java @@ -20,39 +20,28 @@ package com.inspur.edp.formserver.viewmodel.action; /** * The Definition Of The View Model Action Type - * - * @ClassName: ViewModelActionType - * @Author: Benjamin Gong - * @Date: 2021/1/11 17:13 - * @Version: V1.0 */ -public enum ViewModelActionType -{ - /** - BE 的业务操作 - - */ - BEAction, - - /** - VM 操作 - - */ - VMAction, - - /** - 自定义操作 - - */ - Custom; - - public int getValue() - { - return this.ordinal(); - } - - public static ViewModelActionType forValue(int value) - { - return values()[value]; - } +public enum ViewModelActionType { + /** + * BE 的业务操作 + */ + BEAction, + + /** + * VM 操作 + */ + VMAction, + + /** + * 自定义操作 + */ + Custom; + + public int getValue() { + return this.ordinal(); + } + + public static ViewModelActionType forValue(int value) { + return values()[value]; + } } -- Gitee From 274ed8e8f8c523872bab1ef25fd34db6091cfa65 Mon Sep 17 00:00:00 2001 From: haoxiaofei Date: Sun, 2 Oct 2022 15:30:31 +0800 Subject: [PATCH 11/12] =?UTF-8?q?=E8=A7=86=E5=9B=BE=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=A3=E7=A0=81=E7=B1=BB=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../formserver/vmmanager/lowcode/MdPkgDeployListener.java | 5 +++++ .../vmmanager/lowcode/MdPkgToolsDeployListener.java | 5 +++++ .../voextendinfo/server/api/GspVoExtendInfoRpcService.java | 6 +++++- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/view-object-manager/src/main/java/com/inspur/edp/formserver/vmmanager/lowcode/MdPkgDeployListener.java b/view-object-manager/src/main/java/com/inspur/edp/formserver/vmmanager/lowcode/MdPkgDeployListener.java index fa73f30..ad4e1ba 100644 --- a/view-object-manager/src/main/java/com/inspur/edp/formserver/vmmanager/lowcode/MdPkgDeployListener.java +++ b/view-object-manager/src/main/java/com/inspur/edp/formserver/vmmanager/lowcode/MdPkgDeployListener.java @@ -29,6 +29,11 @@ import java.util.ArrayList; import java.util.List; import java.util.stream.Collectors; +/** + * 元数据部署监听器 + * + * @author haoxiaofei + */ public class MdPkgDeployListener implements MdPkgChangedEventListener { CustomizationService metadataService; diff --git a/view-object-manager/src/main/java/com/inspur/edp/formserver/vmmanager/lowcode/MdPkgToolsDeployListener.java b/view-object-manager/src/main/java/com/inspur/edp/formserver/vmmanager/lowcode/MdPkgToolsDeployListener.java index 1b26bf3..623f011 100644 --- a/view-object-manager/src/main/java/com/inspur/edp/formserver/vmmanager/lowcode/MdPkgToolsDeployListener.java +++ b/view-object-manager/src/main/java/com/inspur/edp/formserver/vmmanager/lowcode/MdPkgToolsDeployListener.java @@ -20,6 +20,11 @@ import com.inspur.edp.metadata.rtcustomization.spi.event.ExtMdSavedArgs; import com.inspur.edp.metadata.rtcustomization.spi.event.IMetadataDeployEventListener; import com.inspur.edp.metadata.rtcustomization.spi.event.MdPkgDeployedEventArgs; +/** + * 元数据工具部署监听器 + * + * @author haoxiaofei + */ public class MdPkgToolsDeployListener implements IMetadataDeployEventListener { diff --git a/view-object-model/src/main/java/com/inspur/edp/formserver/voextendinfo/server/api/GspVoExtendInfoRpcService.java b/view-object-model/src/main/java/com/inspur/edp/formserver/voextendinfo/server/api/GspVoExtendInfoRpcService.java index 2755a73..79bb26e 100644 --- a/view-object-model/src/main/java/com/inspur/edp/formserver/voextendinfo/server/api/GspVoExtendInfoRpcService.java +++ b/view-object-model/src/main/java/com/inspur/edp/formserver/voextendinfo/server/api/GspVoExtendInfoRpcService.java @@ -23,7 +23,11 @@ import io.iec.edp.caf.rpc.api.annotation.GspServiceBundle; import io.iec.edp.caf.rpc.api.annotation.RpcParam; import java.util.List; - +/** + * 查询获取视图模型扩展信息 + * + * @author haoxiaofei + */ @GspServiceBundle(applicationName = "runtime", serviceUnitName = "Lcm", serviceName = "GspVoExtendInfoRpcService") public interface GspVoExtendInfoRpcService { /** -- Gitee From fa8fd6e1e67a6aacd55f59a8c9400bd79f7162e0 Mon Sep 17 00:00:00 2001 From: haoxiaofei Date: Mon, 3 Oct 2022 10:24:24 +0800 Subject: [PATCH 12/12] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A0=E6=95=88?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../viewmodel/webapi/ViewModelController.java | 40 ------------------- 1 file changed, 40 deletions(-) diff --git a/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/webapi/ViewModelController.java b/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/webapi/ViewModelController.java index 84c3943..fe2c93a 100644 --- a/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/webapi/ViewModelController.java +++ b/view-object-webapi/src/main/java/com/inspur/edp/formserver/viewmodel/webapi/ViewModelController.java @@ -598,46 +598,6 @@ public class ViewModelController { } } - -// private GspCommonAssociation getBizAsso(String path, GspVoElementMapping voEleMapping, -// String assoId) { -// GspBusinessEntity be = getBizEntity(path, voEleMapping.getTargetMetadataPkgName(), voEleMapping.getTargetMetadataId()); -// String bizEleId = voEleMapping.getTargetElementId(); -// GspBizEntityElement bizEle = (GspBizEntityElement) be.findElementById(bizEleId); -// if (bizEle == null) -// { -// throw new VmManagerException("",EXCEPTIONCODE, "找不到当前vo字段映射的be字段, 字段id={bizEleId}",null,ExceptionLevel.Error,false); -// } -// if (bizEle.getChildAssociations().getCount() == 0) -// { -// throw new VmManagerException("",EXCEPTIONCODE, "当前vo字段映射的be字段, 不是关联字段。",null,ExceptionLevel.Error,false); -// -// } -// GspAssociation association= bizEle.getChildAssociations().stream().filter(item->item.getId().equals(assoId)).findFirst().orElse(null); -// if (!(association instanceof GspCommonAssociation)) -// { -// throw new VmManagerException("",EXCEPTIONCODE, "找找不到当前vo关联映射的be关联, 关联id={assoId}。",null,ExceptionLevel.Error,false); -// } -// return (GspCommonAssociation) association; -// } - -// private GspVoElementMapping readVoEleMapping(String voEleMappingJson) { -// ObjectMapper mapper=new ObjectMapper(); -// SimpleModule module =new SimpleModule(); -// module.addSerializer(ViewModelMapping.class,new GspVoElementMappingSerializer()); -// module.addDeserializer(ViewModelMapping.class,new GspVoElementMappingDeserializer()); -// mapper.registerModule(module); -// try { -// GspVoElementMapping voElemapping= (GspVoElementMapping) mapper.readValue(voEleMappingJson,ViewModelMapping.class); -// if(voElemapping==null){ -// throw new VmManagerException("",EXCEPTIONCODE, "找不到当前vo字段映射的映射关系。",null,ExceptionLevel.Error,false); -// } -// return voElemapping; -// } catch (JsonProcessingException e) { -// throw new RuntimeException("VoElementMapping反序列化失败"+e); -// } -// } - public static GspElementCollection convertPartialElementsToVoElements(IGspCommonObject co, List eleIdList, String pkgName, String metaId, GspVoElementSourceType sourceType ) { GspElementCollection voElements = new GspElementCollection(null); -- Gitee