Class ItemHandler
java.lang.Object
ch.tocco.nice2.optional.lms.impl.importer.manifest.unmarshal.handlers.ItemHandler
- All Implemented Interfaces:
Handler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddItem()
getItems()
Returns the tag name where the handler is mapped to.getTitle()
void
setDataFromLms
(String dataFromLms) void
setIdentifier
(String identifier) void
setIdentifierRef
(String identifierRef) void
setIsVisible
(String isVisible) void
setMasteryScore
(String masteryScore) void
setMaxTimeAllowed
(String maxTimeAllowed) void
setParameters
(String parameters) void
setTimeLimitAction
(String timeLimitAction) void
-
Constructor Details
-
ItemHandler
public 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
-
getTagName
Description copied from interface:Handler
Returns the tag name where the handler is mapped to.- Specified by:
getTagName
in interfaceHandler
- Returns:
- the tag name where the handler is mapped to.
-
getItems
-
getMetaData
-
getIdentifier
-
getTitle
-
getIdentifierRef
-