Änderungen von Dokument 08 Schnittstelle ONYX Reporter
Zuletzt geändert von Carina Enke am 13.02.2024
Von Version 328.1
bearbeitet von Carina Enke
am 24.09.2018
am 24.09.2018
Änderungskommentar:
Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 1.11.1.
Auf Version 382.1
bearbeitet von sandra_riediger
am 15.12.2014
am 15.12.2014
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Zusammenfassung
-
Seiteneigenschaften (2 geändert, 0 hinzugefügt, 0 gelöscht)
-
Objekte (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Dokument-Autor
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. carina1 +XWiki.sandra_riediger - Inhalt
-
... ... @@ -1,16 +1,5 @@ 1 1 {{sv-translation language="de"}} 2 2 {{layout}} 3 -{{layout-section ac:type="single"}} 4 -{{layout-cell}} 5 - 6 - 7 -(% class="removedPlaceholderWrapper" %) 8 - 9 - 10 - 11 -{{/layout-cell}} 12 -{{/layout-section}} 13 - 14 14 {{layout-section ac:type="two_right_sidebar"}} 15 15 {{layout-cell}} 16 16 ====== Inhalt: ====== ... ... @@ -17,11 +17,34 @@ 17 17 18 18 19 19 20 -{{toc maxLevel="5" outline="true" absoluteUrl="true" style="square"/}}9 +{{toc maxLevel="5" style="square" outline="true" absoluteUrl="true"/}} 21 21 {{/layout-cell}} 22 22 23 23 {{layout-cell}} 13 +|=(% colspan="1" %)(% colspan="1" %) 14 +((( 15 +Programmversion 16 +)))|(% colspan="1" %)(% colspan="1" %) 17 +((( 24 24 19 +))) 20 +|=((( 21 +Status 22 +)))|((( 23 +(% class="status-macro aui-lozenge aui-lozenge-error" %)ENTWURF 24 +))) 25 +|=((( 26 +Aufgaben 27 +)))|((( 28 + 29 + 30 + 31 +))) 32 +|=((( 33 +JIRA 34 +)))|((( 35 + 36 +))) 25 25 {{/layout-cell}} 26 26 {{/layout-section}} 27 27 ... ... @@ -61,7 +61,7 @@ 61 61 62 62 == Anmeldung des LMS == 63 63 64 -{{code language="xml"title="Anmeldung des LMS"}}76 +{{code title="Anmeldung des LMS" language="xml"}} 65 65 @WebMethod(operationName = „armSite") 66 66 public String armSite( 67 67 @WebParam(name = „version") final Integer version, ... ... @@ -126,7 +126,7 @@ 126 126 127 127 == Initialisierung durch LMS == 128 128 129 -{{code language="xml"title="Initialisierung durch LMS"}}141 +{{code title="Initialisierung durch LMS" language="xml"}} 130 130 @WebMethod(operationName = „initiateSite") 131 131 public String initiateSite( 132 132 @WebParam(name = „version") final Integer version, ... ... @@ -247,7 +247,7 @@ 247 247 248 248 == Abfrage von Lernerresultaten durch LMS == 249 249 250 -{{code language="xml"title="Abfrage von Lernerresultaten durch LMS"}}262 +{{code title="Abfrage von Lernerresultaten durch LMS" language="xml"}} 251 251 @WebMethod(operationName = „getResultValues") 252 252 public HashMapWrapper getResultValues( 253 253 @WebParam(name = „version") final Integer version, ... ... @@ -299,7 +299,7 @@ 299 299 300 300 == Abfrage von Ergebnisvariablen durch LMS == 301 301 302 -{{code language="xml"title="Abfrage von Ergebnisvariablen durch LMS"}}314 +{{code title="Abfrage von Ergebnisvariablen durch LMS" language="xml"}} 303 303 @WebMethod(operationName = „getResultVariables") 304 304 public HashMapWrapper getResultVariables( 305 305 @WebParam(name = „version") final Integer version, ... ... @@ -336,7 +336,7 @@ 336 336 337 337 == Wrapper == 338 338 339 -Da die Übertragung von Maps und Listen über JAX-WS Probleme machen kann, müssen diese gewrappt werden.351 +Da die Übertragung von Maps und Listen über JAX-WS Probleme macht (clientseitig gefüllte Listen werden leer über den WS versandt und kommen daher auch leer serverseitig an), müssen diese gewrappt werden. 340 340 341 341 === Wrapper für die HashMap<String, String> === 342 342 ... ... @@ -362,7 +362,7 @@ 362 362 {{layout-cell}} 363 363 ====== relevante Links: ====== 364 364 365 -* [[doc:ONYX Player Interface]]377 +* [[doc:Schnittstelle ONYX WebPlayer]] 366 366 {{/layout-cell}} 367 367 {{/layout-section}} 368 368 {{/layout}} ... ... @@ -376,16 +376,41 @@ 376 376 377 377 378 378 379 -{{toc maxLevel="5" outline="true" absoluteUrl="true" style="square"/}}391 +{{toc style="square" maxLevel="5" outline="true" absoluteUrl="true"/}} 380 380 {{/layout-cell}} 381 381 382 382 {{layout-cell}} 395 +|=(% colspan="1" %)(% colspan="1" %) 396 +((( 397 +Programmversion 398 +)))|(% colspan="1" %)(% colspan="1" %) 399 +((( 383 383 401 +))) 402 +|=((( 403 +Status 404 +)))|((( 405 +(% class="status-macro aui-lozenge aui-lozenge-error" %)DONE 406 +))) 407 +|=((( 408 +Aufgaben 409 +)))|((( 410 + 411 + 412 + 413 +))) 414 +|=((( 415 +JIRA 416 +)))|((( 417 + 418 +))) 384 384 {{/layout-cell}} 385 385 {{/layout-section}} 386 386 387 387 {{layout-section ac:type="single"}} 388 388 {{layout-cell}} 424 + 425 + 389 389 == General == 390 390 391 391 The API to the ONYX WebReporter enables the communication between the LMS and the reporter. Therefore, a couple of commands will be executed: ... ... @@ -420,7 +420,7 @@ 420 420 421 421 == Connection to the LMS == 422 422 423 -{{code language="xml"title="Anmeldung des LMS"}}460 +{{code title="Anmeldung des LMS" language="xml"}} 424 424 @WebMethod(operationName = „armSite") 425 425 public String armSite( 426 426 @WebParam(name = „version") final Integer version, ... ... @@ -485,7 +485,7 @@ 485 485 486 486 == Initialisation through LMS == 487 487 488 -{{code language="xml"title="Initialisierung durch LMS"}}525 +{{code title="Initialisierung durch LMS" language="xml"}} 489 489 @WebMethod(operationName = „initiateSite") 490 490 public String initiateSite( 491 491 @WebParam(name = „version") final Integer version, ... ... @@ -608,7 +608,7 @@ 608 608 609 609 == Request of learning results through the LMS == 610 610 611 -{{code language="xml"title="Abfrage von Lernerresultaten durch LMS"}}648 +{{code title="Abfrage von Lernerresultaten durch LMS" language="xml"}} 612 612 @WebMethod(operationName = „getResultValues") 613 613 public HashMapWrapper getResultValues( 614 614 @WebParam(name = „version") final Integer version, ... ... @@ -660,7 +660,7 @@ 660 660 661 661 == Request of result variables through the LMS == 662 662 663 -{{code language="xml"title="Abfrage von Ergebnisvariablen durch LMS"}}700 +{{code title="Abfrage von Ergebnisvariablen durch LMS" language="xml"}} 664 664 @WebMethod(operationName = „getResultVariables") 665 665 public HashMapWrapper getResultVariables( 666 666 @WebParam(name = „version") final Integer version,
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 - 1821905401 +3342922 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/ 182190540/Schnittstelle ONYX Reporter1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/3342922/Schnittstelle ONYX Reporter