Operation: List Project Parameters
The operation List Project Parameters
expects a UUID
as input and returns the XML structure of the parameters for the project with the given UUID
.
Example
Input
The adapter expects an XML document as input:
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Id>efb66be5-9ff3-4c1a-9879-9f46854694c0</Id>
Output
The adapter generates an XML document as output:
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Parameters xmlns:ns2="http://softproject.de/parameter/1.0"
id="efb66be5-9ff3-4c1a-9879-9f46854694c0"
projectName="WebAppProject_2"
workspace="1">
<Variable completeName="MyGroup.Test">test</Variable>
</Parameters>
The following elements can be included in the output:
Element | Attribute | Description |
---|---|---|
Parameters | Project parameter with ID, name and workspace of the project | |
Id | UUID of the project containing a .param file with project parameters | |
ProjectName | Name of the project in the X4 repository | |
Workspace | Name of the workspace in which the project is stored | |
Variable | Type of project parameter | |
Constant | Type of project parameter | |
completeName | Name of parameter with parameter group |