Last modified by Carina Enke on 13.02.2024

From version 16.1
edited by Carina Enke
on 13.02.2024
Change comment: There is no comment for this version
To version 14.1
edited by Carina Enke
on 13.02.2024
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -08 ONYX Reporter interface
1 +10 ONYX Reporter interface
Content
... ... @@ -1,3 +1,23 @@
1 +(% data-xwiki-non-generated-content="java.util.List" %)
2 +(((
3 +" data-xwiki-wikimacrocontent="true" class="xwiki-metadata-container">
4 +
5 +(% data-xwiki-non-generated-content="java.util.List" %)
6 +(((
7 +" data-xwiki-wikimacrocontent="true" class="xwiki-metadata-container">
8 +
9 +{{toc start="2"/}}
10 +
11 +
12 +)))
13 +
14 +{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Content"}}
15 +{{toc start="2"/}}
16 +
17 +
18 +{{/panel}}
19 +)))
20 +
1 1  {{layout-cell}}
2 2  {{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Content"}}
3 3  {{toc start="2"/}}
... ... @@ -42,6 +42,11 @@
42 42  
43 43  == Login through the LMS ==
44 44  
65 +(% data-xwiki-non-generated-content="java.util.List" %)
66 +(((
67 +" data-xwiki-parameter-name="title" class="xwiki-metadata-container">Login through the LMS
68 +)))
69 +
45 45  {{code language="xml" title="Login through the LMS"}}
46 46  @WebMethod(operationName = „armSite")
47 47  public String armSite(
... ... @@ -107,6 +107,11 @@
107 107  
108 108  == Initialisation through LMS ==
109 109  
135 +(% data-xwiki-non-generated-content="java.util.List" %)
136 +(((
137 +" data-xwiki-parameter-name="title" class="xwiki-metadata-container">Initialisation through LMS
138 +)))
139 +
110 110  {{code language="xml" title="Initialisation through LMS"}}
111 111  @WebMethod(operationName = „initiateSite")
112 112  public String initiateSite(
... ... @@ -228,6 +228,11 @@
228 228  
229 229  == Request of learner results through the LMS ==
230 230  
261 +(% data-xwiki-non-generated-content="java.util.List" %)
262 +(((
263 +" data-xwiki-parameter-name="title" class="xwiki-metadata-container">Request of learner results through the LMS
264 +)))
265 +
231 231  {{code language="xml" title="Request of learner results through the LMS"}}
232 232   @WebMethod(operationName = „getResultValues")
233 233  public HashMapWrapper getResultValues(
... ... @@ -280,6 +280,11 @@
280 280  
281 281  == Request of result variables through the LMS ==
282 282  
318 +(% data-xwiki-non-generated-content="java.util.List" %)
319 +(((
320 +" data-xwiki-parameter-name="title" class="xwiki-metadata-container">Request of result variables through the LMS
321 +)))
322 +
283 283  {{code language="xml" title="Request of result variables through the LMS"}}
284 284   @WebMethod(operationName = „getResultVariables")
285 285  public HashMapWrapper getResultVariables(