Änderungen von Dokument 08 Schnittstelle ONYX Reporter
Zuletzt geändert von Carina Enke am 13.02.2024
Von Version 362.1
bearbeitet von sandra_riediger
am 15.12.2014
am 15.12.2014
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Auf Version 313.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.
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. sandra_riediger1 +XWiki.carina - Inhalt
-
... ... @@ -1,42 +1,86 @@ 1 1 {{sv-translation language="de"}} 2 2 {{layout}} 3 -{{layout-section ac:type=" two_right_sidebar"}}3 +{{layout-section ac:type="single"}} 4 4 {{layout-cell}} 5 -====== Inhalt: ====== 6 6 7 7 7 +{{conditionalcontent 0="Zielgruppe: (BPS)" sv-attr:866DE48701525447C13BC59401CD793F="866DE48701525447C13C469E1E314A59" atlassian-macro-output-type="INLINE"}} 8 +{{details}} 9 +|=((( 10 +Verantwortlicher 11 +)))|((( 12 + 13 +))) 14 +|=(% colspan="1" %)(% colspan="1" %) 15 +((( 16 +Status 17 +)))|(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %)(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %) 18 +((( 19 +{{sv-metadata type="workflow-status"/}} 8 8 9 -{{toc style="square" maxLevel="5" outline="true" absoluteUrl="true"/}} 10 -{{/layout-cell}} 11 - 12 -{{layout-cell}} 21 +{{status colour="Green" title="Fertig"/}} 22 +))) 13 13 |=(% colspan="1" %)(% colspan="1" %) 14 14 ((( 15 - Programmversion25 +Varianten 16 16 )))|(% colspan="1" %)(% colspan="1" %) 17 17 ((( 18 - 28 +{{sv-metadata type="variants"/}} 19 19 ))) 20 -|=((( 21 -Status 22 -)))|((( 23 -(% class="status-macro aui-lozenge aui-lozenge-error" %)ENTWURF 30 +|=(% colspan="1" %)(% colspan="1" %) 31 +((( 32 +Attribute 33 +)))|(% colspan="1" %)(% colspan="1" %) 34 +((( 35 +{{sv-metadata type="attributes"/}} 24 24 ))) 25 -|=((( 26 -Aufgaben 27 -)))|((( 28 - 37 +|=(% colspan="1" %)(% colspan="1" %) 38 +((( 39 +Pagekey 40 +)))|(% colspan="1" %)(% colspan="1" %) 41 +((( 42 +{{sv-metadata type="pagekey"/}} 43 +))) 44 +|=(% colspan="1" %)(% colspan="1" %) 45 +((( 46 +Übersetzung 47 +)))|(% colspan="1" %)(% colspan="1" %) 48 +((( 29 29 30 - 50 + 51 +{{status colour="Green" title="Fertig"/}} 31 31 ))) 32 -|=((( 33 -JIRA 34 -)))|((( 35 - 53 +|=(% colspan="1" %)(% colspan="1" %) 54 +((( 55 +TODOs 56 +)))|(% colspan="1" %)(% colspan="1" %) 57 +((( 58 +(% class="task-list" %) 59 +((( 60 +{{task reference="/Tasks/Task_9" status="Done"}} 61 +carina {{mention reference="XWiki.0a49950f5c0f19a8015c101b60e10001" style="FULL_NAME" anchor="XWiki-0a49950f5c0f19a8015c101b60e10001-phXzt"/}}: Übersetzung offen 62 +{{/task}} 36 36 ))) 64 +))) 65 +{{/details}} 66 +{{/conditionalcontent}} 37 37 {{/layout-cell}} 38 38 {{/layout-section}} 39 39 70 +{{layout-section ac:type="two_right_sidebar"}} 71 +{{layout-cell}} 72 +====== Inhalt: ====== 73 + 74 + 75 + 76 +{{toc maxLevel="5" outline="true" absoluteUrl="true" style="square"/}} 77 +{{/layout-cell}} 78 + 79 +{{layout-cell}} 80 + 81 +{{/layout-cell}} 82 +{{/layout-section}} 83 + 40 40 {{layout-section ac:type="single"}} 41 41 {{layout-cell}} 42 42 == Allgemeines == ... ... @@ -73,7 +73,7 @@ 73 73 74 74 == Anmeldung des LMS == 75 75 76 -{{code title="Anmeldung des LMS" language="xml"}}120 +{{code language="xml" title="Anmeldung des LMS"}} 77 77 @WebMethod(operationName = „armSite") 78 78 public String armSite( 79 79 @WebParam(name = „version") final Integer version, ... ... @@ -138,7 +138,7 @@ 138 138 139 139 == Initialisierung durch LMS == 140 140 141 -{{code title="Initialisierung durch LMS" language="xml"}}185 +{{code language="xml" title="Initialisierung durch LMS"}} 142 142 @WebMethod(operationName = „initiateSite") 143 143 public String initiateSite( 144 144 @WebParam(name = „version") final Integer version, ... ... @@ -259,7 +259,7 @@ 259 259 260 260 == Abfrage von Lernerresultaten durch LMS == 261 261 262 -{{code title="Abfrage von Lernerresultaten durch LMS" language="xml"}}306 +{{code language="xml" title="Abfrage von Lernerresultaten durch LMS"}} 263 263 @WebMethod(operationName = „getResultValues") 264 264 public HashMapWrapper getResultValues( 265 265 @WebParam(name = „version") final Integer version, ... ... @@ -311,7 +311,7 @@ 311 311 312 312 == Abfrage von Ergebnisvariablen durch LMS == 313 313 314 -{{code title="Abfrage von Ergebnisvariablen durch LMS" language="xml"}}358 +{{code language="xml" title="Abfrage von Ergebnisvariablen durch LMS"}} 315 315 @WebMethod(operationName = „getResultVariables") 316 316 public HashMapWrapper getResultVariables( 317 317 @WebParam(name = „version") final Integer version, ... ... @@ -348,7 +348,7 @@ 348 348 349 349 == Wrapper == 350 350 351 -Da die Übertragung von Maps und Listen über JAX-WS Probleme mach t (clientseitiggefüllte Listen werden leer über den WS versandt undkommen daher auch leer serverseitig an), müssen diese gewrappt werden.395 +Da die Übertragung von Maps und Listen über JAX-WS Probleme machen kann, müssen diese gewrappt werden. 352 352 353 353 === Wrapper für die HashMap<String, String> === 354 354 ... ... @@ -374,7 +374,7 @@ 374 374 {{layout-cell}} 375 375 ====== relevante Links: ====== 376 376 377 -* [[doc: SchnittstelleONYXWebPlayer]]421 +* [[doc:ONYX Player Interface]] 378 378 {{/layout-cell}} 379 379 {{/layout-section}} 380 380 {{/layout}} ... ... @@ -388,41 +388,16 @@ 388 388 389 389 390 390 391 -{{toc style="square"maxLevel="5" outline="true" absoluteUrl="true"/}}435 +{{toc maxLevel="5" outline="true" absoluteUrl="true" style="square"/}} 392 392 {{/layout-cell}} 393 393 394 394 {{layout-cell}} 395 -|=(% colspan="1" %)(% colspan="1" %) 396 -((( 397 -Programmversion 398 -)))|(% colspan="1" %)(% colspan="1" %) 399 -((( 400 400 401 -))) 402 -|=((( 403 -Status 404 -)))|((( 405 -(% class="status-macro aui-lozenge aui-lozenge-error" %)DRAFT 406 -))) 407 -|=((( 408 -Aufgaben 409 -)))|((( 410 - 411 - 412 - 413 -))) 414 -|=((( 415 -JIRA 416 -)))|((( 417 - 418 -))) 419 419 {{/layout-cell}} 420 420 {{/layout-section}} 421 421 422 422 {{layout-section ac:type="single"}} 423 423 {{layout-cell}} 424 - 425 - 426 426 == General == 427 427 428 428 The API to the ONYX WebReporter enables the communication between the LMS and the reporter. Therefore, a couple of commands will be executed: ... ... @@ -457,7 +457,7 @@ 457 457 458 458 == Connection to the LMS == 459 459 460 -{{code title="Anmeldung des LMS" language="xml"}}479 +{{code language="xml" title="Anmeldung des LMS"}} 461 461 @WebMethod(operationName = „armSite") 462 462 public String armSite( 463 463 @WebParam(name = „version") final Integer version, ... ... @@ -522,7 +522,7 @@ 522 522 523 523 == Initialisation through LMS == 524 524 525 -{{code title="Initialisierung durch LMS" language="xml"}}544 +{{code language="xml" title="Initialisierung durch LMS"}} 526 526 @WebMethod(operationName = „initiateSite") 527 527 public String initiateSite( 528 528 @WebParam(name = „version") final Integer version, ... ... @@ -645,7 +645,7 @@ 645 645 646 646 == Request of learning results through the LMS == 647 647 648 -{{code title="Abfrage von Lernerresultaten durch LMS" language="xml"}}667 +{{code language="xml" title="Abfrage von Lernerresultaten durch LMS"}} 649 649 @WebMethod(operationName = „getResultValues") 650 650 public HashMapWrapper getResultValues( 651 651 @WebParam(name = „version") final Integer version, ... ... @@ -697,7 +697,7 @@ 697 697 698 698 == Request of result variables through the LMS == 699 699 700 -{{code title="Abfrage von Ergebnisvariablen durch LMS" language="xml"}}719 +{{code language="xml" title="Abfrage von Ergebnisvariablen durch LMS"}} 701 701 @WebMethod(operationName = „getResultVariables") 702 702 public HashMapWrapper getResultVariables( 703 703 @WebParam(name = „version") final Integer version,
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 - 33428261 +178880909 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/ 3342826/Schnittstelle ONYX Reporter1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/178880909/Schnittstelle ONYX Reporter