Änderungen von Dokument 08 Schnittstelle ONYX Reporter
Zuletzt geändert von Carina Enke am 13.02.2024
Von Version 312.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 358.1
bearbeitet von sandra_riediger
am 18.12.2014
am 18.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,86 +1,42 @@ 1 1 {{sv-translation language="de"}} 2 2 {{layout}} 3 -{{layout-section ac:type=" single"}}3 +{{layout-section ac:type="two_right_sidebar"}} 4 4 {{layout-cell}} 5 +====== Inhalt: ====== 5 5 6 6 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"/}} 20 20 21 -{{status colour="Green" title="Fertig"/}} 22 -))) 9 +{{toc style="square" maxLevel="5" outline="true" absoluteUrl="true"/}} 10 +{{/layout-cell}} 11 + 12 +{{layout-cell}} 23 23 |=(% colspan="1" %)(% colspan="1" %) 24 24 ((( 25 - Varianten15 +Programmversion 26 26 )))|(% colspan="1" %)(% colspan="1" %) 27 27 ((( 28 - {{sv-metadatatype="variants"/}}18 + 29 29 ))) 30 -|=(% colspan="1" %)(% colspan="1" %) 31 -((( 32 -Attribute 33 -)))|(% colspan="1" %)(% colspan="1" %) 34 -((( 35 -{{sv-metadata type="attributes"/}} 20 +|=((( 21 +Status 22 +)))|((( 23 +(% class="status-macro aui-lozenge aui-lozenge-error" %)ENTWURF 36 36 ))) 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 -((( 25 +|=((( 26 +Aufgaben 27 +)))|((( 28 + 49 49 50 - 51 -{{status colour="Green" title="Fertig"/}} 30 + 52 52 ))) 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}} 32 +|=((( 33 +JIRA 34 +)))|((( 35 + 63 63 ))) 64 -))) 65 -{{/details}} 66 -{{/conditionalcontent}} 67 67 {{/layout-cell}} 68 68 {{/layout-section}} 69 69 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 - 84 84 {{layout-section ac:type="single"}} 85 85 {{layout-cell}} 86 86 == Allgemeines == ... ... @@ -117,7 +117,7 @@ 117 117 118 118 == Anmeldung des LMS == 119 119 120 -{{code language="xml"title="Anmeldung des LMS"}}76 +{{code title="Anmeldung des LMS" language="xml"}} 121 121 @WebMethod(operationName = „armSite") 122 122 public String armSite( 123 123 @WebParam(name = „version") final Integer version, ... ... @@ -182,7 +182,7 @@ 182 182 183 183 == Initialisierung durch LMS == 184 184 185 -{{code language="xml"title="Initialisierung durch LMS"}}141 +{{code title="Initialisierung durch LMS" language="xml"}} 186 186 @WebMethod(operationName = „initiateSite") 187 187 public String initiateSite( 188 188 @WebParam(name = „version") final Integer version, ... ... @@ -303,7 +303,7 @@ 303 303 304 304 == Abfrage von Lernerresultaten durch LMS == 305 305 306 -{{code language="xml"title="Abfrage von Lernerresultaten durch LMS"}}262 +{{code title="Abfrage von Lernerresultaten durch LMS" language="xml"}} 307 307 @WebMethod(operationName = „getResultValues") 308 308 public HashMapWrapper getResultValues( 309 309 @WebParam(name = „version") final Integer version, ... ... @@ -355,7 +355,7 @@ 355 355 356 356 == Abfrage von Ergebnisvariablen durch LMS == 357 357 358 -{{code language="xml"title="Abfrage von Ergebnisvariablen durch LMS"}}314 +{{code title="Abfrage von Ergebnisvariablen durch LMS" language="xml"}} 359 359 @WebMethod(operationName = „getResultVariables") 360 360 public HashMapWrapper getResultVariables( 361 361 @WebParam(name = „version") final Integer version, ... ... @@ -392,7 +392,7 @@ 392 392 393 393 == Wrapper == 394 394 395 -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. 396 396 397 397 === Wrapper für die HashMap<String, String> === 398 398 ... ... @@ -418,7 +418,7 @@ 418 418 {{layout-cell}} 419 419 ====== relevante Links: ====== 420 420 421 -* [[doc:ONYX Player Interface]]377 +* [[doc:Schnittstelle ONYX WebPlayer]] 422 422 {{/layout-cell}} 423 423 {{/layout-section}} 424 424 {{/layout}} ... ... @@ -432,7 +432,7 @@ 432 432 433 433 434 434 435 -{{toc maxLevel="5" outline="true" absoluteUrl="true" style="square"/}}391 +{{toc maxLevel="5" style="square" outline="true" absoluteUrl="true"/}} 436 436 {{/layout-cell}} 437 437 438 438 {{layout-cell}} ... ... @@ -476,7 +476,7 @@ 476 476 477 477 == Connection to the LMS == 478 478 479 -{{code language="xml"title="Anmeldung des LMS"}}435 +{{code title="Anmeldung des LMS" language="xml"}} 480 480 @WebMethod(operationName = „armSite") 481 481 public String armSite( 482 482 @WebParam(name = „version") final Integer version, ... ... @@ -541,7 +541,7 @@ 541 541 542 542 == Initialisation through LMS == 543 543 544 -{{code language="xml"title="Initialisierung durch LMS"}}500 +{{code title="Initialisierung durch LMS" language="xml"}} 545 545 @WebMethod(operationName = „initiateSite") 546 546 public String initiateSite( 547 547 @WebParam(name = „version") final Integer version, ... ... @@ -664,7 +664,7 @@ 664 664 665 665 == Request of learning results through the LMS == 666 666 667 -{{code language="xml"title="Abfrage von Lernerresultaten durch LMS"}}623 +{{code title="Abfrage von Lernerresultaten durch LMS" language="xml"}} 668 668 @WebMethod(operationName = „getResultValues") 669 669 public HashMapWrapper getResultValues( 670 670 @WebParam(name = „version") final Integer version, ... ... @@ -716,7 +716,7 @@ 716 716 717 717 == Request of result variables through the LMS == 718 718 719 -{{code language="xml"title="Abfrage von Ergebnisvariablen durch LMS"}}675 +{{code title="Abfrage von Ergebnisvariablen durch LMS" language="xml"}} 720 720 @WebMethod(operationName = „getResultVariables") 721 721 public HashMapWrapper getResultVariables( 722 722 @WebParam(name = „version") final Integer version,
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 - 1788809091 +5996724 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/ 178880909/Schnittstelle ONYX Reporter1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/5996724/Schnittstelle ONYX Reporter