Class ItemHandler
java.lang.Object
ch.tocco.nice2.optional.lms.impl.importer.manifest.unmarshal.handlers.ItemHandler
- All Implemented Interfaces:
- Handler
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddItem()getItems()Returns the tag name where the handler is mapped to.getTitle()voidsetDataFromLms(String dataFromLms) voidsetIdentifier(String identifier) voidsetIdentifierRef(String identifierRef) voidsetIsVisible(String isVisible) voidsetMasteryScore(String masteryScore) voidsetMaxTimeAllowed(String maxTimeAllowed) voidsetParameters(String parameters) voidsetTimeLimitAction(String timeLimitAction) void
- 
Constructor Details- 
ItemHandlerpublic ItemHandler()
 
- 
- 
Method Details- 
setIdentifier
- 
setParameters
- 
setIdentifierRef
- 
setIsVisible
- 
setTitle
- 
addItem
- 
addMetadata
- 
setTimeLimitAction@Element("adlcp:timelimitaction") public void setTimeLimitAction(@Content(PASSTHROUGH) String timeLimitAction) 
- 
setMasteryScore@Element("adlcp:masteryscore") public void setMasteryScore(@Content(PASSTHROUGH) String masteryScore) 
- 
setMaxTimeAllowed@Element("adlcp:maxtimeallowed") public void setMaxTimeAllowed(@Content(PASSTHROUGH) String maxTimeAllowed) 
- 
setDataFromLms
- 
getTagNameDescription copied from interface:HandlerReturns the tag name where the handler is mapped to.- Specified by:
- getTagNamein interface- Handler
- Returns:
- the tag name where the handler is mapped to.
 
- 
getItems
- 
getMetaData
- 
getIdentifier
- 
getTitle
- 
getIdentifierRef
 
-