Änderungen von Dokument 08 Schnittstelle ONYX Reporter
Zuletzt geändert von Carina Enke am 13.02.2024
Von Version 341.1
bearbeitet von Carina Enke
am 15.10.2018
am 15.10.2018
Änderungskommentar:
Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 1.12.
Auf Version 342.1
bearbeitet von Carina Enke
am 08.03.2018
am 08.03.2018
Änderungskommentar:
Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 1.11.1.
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
-
Objekte (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -1,14 +1,7 @@ 1 1 {{sv-translation language="de"}} 2 2 {{layout}} 3 3 {{layout-section ac:type="single"}} 4 -{{layout-cell}} 5 - 6 - 7 -(% class="removedPlaceholderWrapper" %) 8 - 9 - 10 - 11 -{{/layout-cell}} 4 +{{layout-cell}}{{/layout-cell}} 12 12 {{/layout-section}} 13 13 14 14 {{layout-section ac:type="two_right_sidebar"}} ... ... @@ -386,29 +386,29 @@ 386 386 387 387 {{layout-section ac:type="single"}} 388 388 {{layout-cell}} 389 -== General information==382 +== General == 390 390 391 -The API to the ONYX WebReporter enables the communication between the LMS and the Reporter.384 +The API to the ONYX WebReporter enables the communication between the LMS and the reporter. Therefore, a couple of commands will be executed: 392 392 393 393 |((( 394 394 armSite 395 395 )))|((( 396 -Registration of sequence requests at the ONYX Reporter389 +Registration of sequence requests at the ONYX reporter 397 397 ))) 398 398 |((( 399 399 initiateSite 400 400 )))|((( 401 -Initiates the Reporter session (transmission of the CP).394 +Initiates the reporter session (transmission of the CP). 402 402 ))) 403 403 |((( 404 404 disarmSite 405 405 )))|((( 406 -Release of all Reporter resources for this session.399 +Release of all reporter resources for this session. 407 407 ))) 408 408 |((( 409 409 getResultValues 410 410 )))|((( 411 -Returns all (requested)results for the test. Condition:There isonly one student inthelist transmittedwith initiateSite.404 +Returns all or all requested results for the test. Condition: there is exactly one student in list transmitted in the initiateSite. 412 412 ))) 413 413 |(% colspan="1" %)(% colspan="1" %) 414 414 ((( ... ... @@ -415,12 +415,12 @@ 415 415 getResultVariables 416 416 )))|(% colspan="1" %)(% colspan="1" %) 417 417 ((( 418 -Returns all (requested)outcome variables for the test. No armSite, initiateSite,or disarmSite isrequired.411 +Returns all or all requested outcome variables for the test. No armSite, initiateSite or disarmSite is necessary. 419 419 ))) 420 420 421 -== Login throughthe LMS ==414 +== Connection to the LMS == 422 422 423 -{{code language="xml" title=" Loginthroughthe LMS"}}416 +{{code language="xml" title="Anmeldung des LMS"}} 424 424 @WebMethod(operationName = „armSite") 425 425 public String armSite( 426 426 @WebParam(name = „version") final Integer version, ... ... @@ -443,22 +443,22 @@ 443 443 |((( 444 444 userId 445 445 )))|((( 446 -UserId of the requested Reporter user439 +UserId of the requested reporter user 447 447 ))) 448 448 |((( 449 449 optionalRole 450 450 )))|((( 451 -Optional. User role. 0 444 +Optional. User role. 0=student, 1=tutor 452 452 ))) 453 453 |((( 454 454 secretToShare 455 455 )))|((( 456 - Asecret stringthat allowsthe serverandclientto encrypt theircommunication.Mustremainthesameforanyfurthercommunication.449 +Shared secret. Has to remain identical for every communication. 457 457 ))) 458 458 |((( 459 459 optionalUserLastName 460 460 )))|((( 461 -Optional. Lastof the user.454 +Optional. User lastname. 462 462 ))) 463 463 |(% colspan="1" %)(% colspan="1" %) 464 464 ((( ... ... @@ -465,7 +465,7 @@ 465 465 optionalUserFirstName 466 466 )))|(% colspan="1" %)(% colspan="1" %) 467 467 ((( 468 -Optional. Firstof the user.461 +Optional. User firstname. 469 469 ))) 470 470 |(% colspan="1" %)(% colspan="1" %) 471 471 ((( ... ... @@ -480,12 +480,12 @@ 480 480 |((( 481 481 String 482 482 )))|((( 483 -Session ID whichhas to be used to mark anyotherReporter call.476 +Session ID that has to be used to mark any further reporter call. 484 484 ))) 485 485 486 486 == Initialisation through LMS == 487 487 488 -{{code language="xml" title="Initialis ation through LMS"}}481 +{{code language="xml" title="Initialisierung durch LMS"}} 489 489 @WebMethod(operationName = „initiateSite") 490 490 public String initiateSite( 491 491 @WebParam(name = „version") final Integer version, ... ... @@ -514,17 +514,17 @@ 514 514 |((( 515 515 secretToShare 516 516 )))|((( 517 - Asecret stringthat allowsthe serverandclientto encrypt theircommunication.Must remainthesameforanyfurthercommunication.510 +Shared secret. Has to remain identical at every communication. 518 518 ))) 519 519 |((( 520 520 students 521 521 )))|((( 522 -List of students andtheir results. See below.515 +List of students with their results. See below. 523 523 ))) 524 524 |((( 525 525 optionalContentPackage 526 526 )))|((( 527 -Optional. Content package (zipped) as byte array.520 +Optional. Content Package (zipped) as byte array. 528 528 ))) 529 529 |((( 530 530 additionalParams ... ... @@ -537,11 +537,11 @@ 537 537 |((( 538 538 String 539 539 )))|((( 540 -Absolute URL of the Reporter site for theIFrame.TheURLhas to beamended by the LMS with the following URL533 +Absolute URL of the reporter site for the frame. It has to be enriched by the LMS with the following URLparameters: 541 541 542 -* sid: Session ID ,as returned by armSite535 +* sid: Session ID as returned by armSite 543 543 * ((( 544 -uid: Student ID ,as registrated in the initiateSite at the ONYX Reporter537 +uid: Student ID as registrated in the initiateSite at the ONYX Reporter. 545 545 ))) 546 546 ))) 547 547 ... ... @@ -557,7 +557,7 @@ 557 557 } 558 558 {{/code}} 559 559 560 -== Logout through the LMS ==553 +== Deconnection through the LMS == 561 561 562 562 563 563 ... ... @@ -590,7 +590,7 @@ 590 590 |((( 591 591 secretToShare 592 592 )))|((( 593 - Asecret stringthat allowsthe serverandclientto encrypt theircommunication.Must remainthesameforanyfurthercommunication.586 +Shared secret. Has to remain identical at every communication. 594 594 ))) 595 595 |((( 596 596 additionalParams ... ... @@ -603,12 +603,12 @@ 603 603 |((( 604 604 Boolean 605 605 )))|((( 606 -True i n the case of success, otherwise false.599 +True if successful, otherwise false. 607 607 ))) 608 608 609 -== Request of learn erresults through the LMS ==602 +== Request of learning results through the LMS == 610 610 611 -{{code language="xml" title=" RequestoflearnersthroughtheLMS"}}604 +{{code language="xml" title="Abfrage von Lernerresultaten durch LMS"}} 612 612 @WebMethod(operationName = „getResultValues") 613 613 public HashMapWrapper getResultValues( 614 614 @WebParam(name = „version") final Integer version, ... ... @@ -637,12 +637,12 @@ 637 637 |((( 638 638 secretToShare 639 639 )))|((( 640 - Asecret stringthat allowsthe serverandclientto encrypt theircommunication.Must remainthesameforanyfurthercommunication.633 +Shared secret. Has to remain identical at every communication. 641 641 ))) 642 642 |((( 643 643 requestedValues 644 644 )))|((( 645 -Can be empty, in which caseall result variablesare returned. Ifkeysareincluded, only thekeyswill be returned.638 +Can be empty, thus all result variables will be returned. If it contains keys, only those will be returned. 646 646 ))) 647 647 |((( 648 648 additionalParams ... ... @@ -655,12 +655,12 @@ 655 655 |((( 656 656 HashMap<String, String> 657 657 )))|((( 658 -Map of result variables, key is the variable name, value isthe respectivevariable's value (HashMap is wrapped)651 +Map of result variables, key is the variable name, value the corresponding value (HashMap is wrapped) 659 659 ))) 660 660 661 661 == Request of result variables through the LMS == 662 662 663 -{{code language="xml" title=" RequestofresultvariablesthroughtheLMS"}}656 +{{code language="xml" title="Abfrage von Ergebnisvariablen durch LMS"}} 664 664 @WebMethod(operationName = „getResultVariables") 665 665 public HashMapWrapper getResultVariables( 666 666 @WebParam(name = „version") final Integer version, ... ... @@ -692,12 +692,13 @@ 692 692 |((( 693 693 HashMap<String, String> 694 694 )))|((( 695 -Map of result variables, key is the variable name, value is the respective variable's value (HashMap is wrapped) 688 +Map of result variables, key is the variable name, value the corresponding 689 +value (HashMap is wrapped). 696 696 ))) 697 697 698 698 == Wrapper == 699 699 700 - Sincethe transmission of maps and lists via JAX-WS cancauseproblems,they have to be wrapped.694 +As the transmission of maps and lists generate problems via JAX-WS (lists filled by the customer are sent without any data and thus reach the server without data) they have to be wrapped. 701 701 702 702 === Wrapper for HashMap<String, String> === 703 703
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 -1 825182811 +151912653 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/1 82518281/Schnittstelle ONYX Reporter1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/151912653/Schnittstelle ONYX Reporter