-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[yang] workflow defined mask in factory manager 1112 (#1189)
- Loading branch information
1 parent
7d18f22
commit b2c0d3b
Showing
36 changed files
with
3,956 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
modules/xdev/yang/XMOM/xmcp/yang/LoadYangAssignmentsData.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<!-- | ||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||
* Copyright 2024 Xyna GmbH, Germany | ||
* | ||
* 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. | ||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||
--><DataType xmlns="http://www.gip.com/xyna/xdev/xfractmod" IsAbstract="false" Label="Load Yang Assignments Data" TypeName="LoadYangAssignmentsData" TypePath="xmcp.yang" Version="1.8"> | ||
<Meta> | ||
<IsServiceGroupOnly>false</IsServiceGroupOnly> | ||
</Meta> | ||
<Data Label="Total Yang Path" VariableName="totalYangPath"> | ||
<Meta> | ||
<Type>String</Type> | ||
</Meta> | ||
</Data> | ||
<Data Label="Fqn" VariableName="fqn"> | ||
<Meta> | ||
<Type>String</Type> | ||
</Meta> | ||
</Data> | ||
<Data Label="Usecase" VariableName="usecase"> | ||
<Meta> | ||
<Type>String</Type> | ||
</Meta> | ||
</Data> | ||
<Data Label="Workspace Name" VariableName="workspaceName"> | ||
<Meta> | ||
<Type>String</Type> | ||
</Meta> | ||
</Data> | ||
</DataType> |
38 changes: 38 additions & 0 deletions
38
modules/xdev/yang/XMOM/xmcp/yang/UseCaseAssignmentTableData.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<!-- | ||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||
* Copyright 2024 Xyna GmbH, Germany | ||
* | ||
* 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. | ||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||
--><DataType xmlns="http://www.gip.com/xyna/xdev/xfractmod" IsAbstract="false" Label="Use Case Assignment Table Data" TypeName="UseCaseAssignmentTableData" TypePath="xmcp.yang" Version="1.8"> | ||
<Meta> | ||
<IsServiceGroupOnly>false</IsServiceGroupOnly> | ||
</Meta> | ||
<Data Label="Type" VariableName="type"> | ||
<Meta> | ||
<Type>String</Type> | ||
</Meta> | ||
</Data> | ||
<Data Label="Yang Path" VariableName="yangPath"> | ||
<Meta> | ||
<Type>String</Type> | ||
</Meta> | ||
</Data> | ||
<Data Label="Value" VariableName="value"> | ||
<Meta> | ||
<Type>String</Type> | ||
</Meta> | ||
</Data> | ||
<Data Label="Load Yang Assignments Data" ReferenceName="LoadYangAssignmentsData" ReferencePath="xmcp.yang" VariableName="loadYangAssignmentsData"/> | ||
</DataType> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<!-- | ||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||
* Copyright 2024 Xyna GmbH, Germany | ||
* | ||
* 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. | ||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||
--><DataType xmlns="http://www.gip.com/xyna/xdev/xfractmod" IsAbstract="false" Label="Use Case Table Data" TypeName="UseCaseTableData" TypePath="xmcp.yang" Version="1.8"> | ||
<Meta> | ||
<IsServiceGroupOnly>false</IsServiceGroupOnly> | ||
</Meta> | ||
<Data Label="Usecase Group" VariableName="usecaseGroup"> | ||
<Meta> | ||
<Type>String</Type> | ||
</Meta> | ||
</Data> | ||
<Data Label="Use Case" VariableName="useCase"> | ||
<Meta> | ||
<Type>String</Type> | ||
</Meta> | ||
</Data> | ||
<Data Label="Rpc Name" VariableName="rpcName"> | ||
<Meta> | ||
<Type>String</Type> | ||
</Meta> | ||
</Data> | ||
<Data Label="Runtime Context" VariableName="runtimeContext"> | ||
<Meta> | ||
<Type>String</Type> | ||
</Meta> | ||
</Data> | ||
<Data Label="Mapping Count" VariableName="mappingCount"> | ||
<Meta> | ||
<Type>int</Type> | ||
</Meta> | ||
</Data> | ||
</DataType> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<!-- | ||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||
* Copyright 2024 Xyna GmbH, Germany | ||
* | ||
* 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. | ||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||
--><DataType xmlns="http://www.gip.com/xyna/xdev/xfractmod" IsAbstract="false" Label="Yang Import Table Data" TypeName="YangImportTableData" TypePath="xmcp.yang" Version="1.8"> | ||
<Meta> | ||
<IsServiceGroupOnly>false</IsServiceGroupOnly> | ||
</Meta> | ||
<Data Label="Application Name" VariableName="applicationName"> | ||
<Meta> | ||
<Type>String</Type> | ||
</Meta> | ||
</Data> | ||
<Data Label="Application Type" VariableName="applicationType"> | ||
<Meta> | ||
<Type>String</Type> | ||
</Meta> | ||
</Data> | ||
<Data Label="Order Id" VariableName="orderId"> | ||
<Meta> | ||
<Type>long</Type> | ||
</Meta> | ||
</Data> | ||
</DataType> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<!-- | ||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||
* Copyright 2024 Xyna GmbH, Germany | ||
* | ||
* 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. | ||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | ||
--><Service xmlns="http://www.gip.com/xyna/xdev/xfractmod" Label="Add Use Case" TypeName="AddUseCase" TypePath="xmcp.yang.fman" Version="1.8"> | ||
<Operation ID="0" IsStatic="false" Label="Add Use Case" Name="AddUseCase"> | ||
<Input> | ||
<Data ID="37" Label="Text" ReferenceName="Text" ReferencePath="base" VariableName="text37"/> | ||
<Data ID="58" Label="Text" ReferenceName="Text" ReferencePath="base" VariableName="text58"/> | ||
<Data ID="111" Label="Workspace" ReferenceName="Workspace" ReferencePath="xprc.xpce" VariableName="workspace111"/> | ||
<Data ID="112" Label="Text" ReferenceName="Text" ReferencePath="base" VariableName="text112"/> | ||
<Data ID="129" Label="Text" ReferenceName="Text" ReferencePath="base" VariableName="text129"/> | ||
</Input> | ||
<Output/> | ||
<ServiceReference ID="19" Label="Yang App Generation" ReferenceName="YangAppGeneration.YangAppGeneration" ReferencePath="xdev.yang"> | ||
<Source RefID="18"/> | ||
<Target RefID="18"/> | ||
</ServiceReference> | ||
<Function ID="18" Label="Add Usecase"> | ||
<Source RefID="19"/> | ||
<Source RefID="37"/> | ||
<Source RefID="58"/> | ||
<Source RefID="111"/> | ||
<Source RefID="112"/> | ||
<Source RefID="129"/> | ||
<Target RefID="19"/> | ||
<Invoke Operation="addUsecase" ServiceID="19"> | ||
<Source RefID="37"> | ||
<Meta> | ||
<LinkType>UserConnected</LinkType> | ||
</Meta> | ||
</Source> | ||
<Source RefID="58"> | ||
<Meta> | ||
<LinkType>UserConnected</LinkType> | ||
</Meta> | ||
</Source> | ||
<Source RefID="111"/> | ||
<Source RefID="112"> | ||
<Meta> | ||
<LinkType>UserConnected</LinkType> | ||
</Meta> | ||
</Source> | ||
<Source RefID="129"> | ||
<Meta> | ||
<LinkType>UserConnected</LinkType> | ||
</Meta> | ||
</Source> | ||
</Invoke> | ||
<Receive ServiceID="19"/> | ||
</Function> | ||
<Assign ID="1"/> | ||
</Operation> | ||
</Service> |
Oops, something went wrong.