De plug-in-interface voor IReadSectionAssociationHandler wordt door IPSIS-adapters gebruikt om de leesbewerking voor sectiekoppelingen te ondersteunen.
De interface-implementatie is D2L.IM.IPSIS.OrgUnits.SectionAssociations.Handlers.IReadSectionAssociationHandler.
De configuratielijsten IPSIS, Sjabloon - SectionAssociation bieden een startpunt voor elke IPSIS-implementatie.
De volgende lijst met handlers wordt als startpunt gebruikt:
- ReadSectionAssociationIMHandler (sorteervolgorde = 10)
- ReadSectionAssociationValidateHandler (sorteervolgorde = 20)
ReadSectionAssociationIMHandler
Implementatie
D2L.IM.IPSIS.Default.OrgUnits.SectionAssociations.Handlers.ReadSectionAssociationIMHandler®
Verwacht gedrag
De handler probeert alle informatie te lezen die is opgeslagen in de IM-tabellen voor de aangevraagde sectiekoppeling.
Opmerkingen over de configuratie
Deze handler moet aan het begin van de lijst worden geconfigureerd, voordat Validate-handlers worden gebruikt.
ReadSectionAssociationValidateHandler
Implementatie
D2L.IM.IPSIS.Default.OrgUnits.SectionAssociations.Handlers.ReadSectionAssociationValidateHandler®
Verwacht gedrag
De handler voert de volgende taken uit:
- Controleert het type van eerder opgehaalde OrgUnit-informatie.
- Als het niet overeenkomt met het verwachte type organisatie-eenheid (Sectiekoppeling), meldt de handler een uitzondering.
Opmerking over de configuratie
Deze handler moet worden geconfigureerd na de ReadIM-handler.