Operation List Profilings
Die Operation List Profilings
listet alle Profilings innerhalb des X4 Repositorys auf.
Beispiel
Output
Der Adapter erzeugt ein XML-Dokument als Output:
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Profilings>
<Profiling>
<Id>53b4a859-8b3b-4007-a3b4-f2fa1c90090a</Id>
<RepositoryName>1</RepositoryName>
<ProjectName>MyProject</ProjectName>
</Profiling>
<!-- ... further Profiling entries ... -->
</Profilings>
Folgende Elemente können im Output enthalten sein:
Element | Beschreibung |
---|---|
Id | UUID des Projekts, in dem sich eine Profiling .profiling befindet. |
RepositoryName | Name des X4 Repository-Ordners |
ProjectName | Name des Projekts im X4 Repository |