| Package | Description |
|---|---|
| org.sakaiproject.tool.assessment.data.ifc.assessment | |
| org.sakaiproject.tool.assessment.shared.api.assessment |
| Modifier and Type | Method and Description |
|---|---|
SecureDeliveryServiceAPI.PhaseStatus |
SecureDeliveryModuleIfc.validatePhase(SecureDeliveryServiceAPI.Phase phase,
PublishedAssessmentIfc assessment,
HttpServletRequest request)
Validates the phase.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SecureDeliveryModuleIfc.getHTMLFragment(PublishedAssessmentIfc assessment,
HttpServletRequest request,
SecureDeliveryServiceAPI.Phase phase,
SecureDeliveryServiceAPI.PhaseStatus status,
Locale locale)
Returns the HTML fragment to be inserted during delivery
|
| Modifier and Type | Method and Description |
|---|---|
SecureDeliveryServiceAPI.PhaseStatus |
SecureDeliveryServiceAPI.validatePhase(String moduleId,
SecureDeliveryServiceAPI.Phase phase,
PublishedAssessmentIfc assessment,
HttpServletRequest request)
Checks with the module specified by moduleId if the current delivery phase can continue.
|
static SecureDeliveryServiceAPI.PhaseStatus |
SecureDeliveryServiceAPI.PhaseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecureDeliveryServiceAPI.PhaseStatus[] |
SecureDeliveryServiceAPI.PhaseStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SecureDeliveryServiceAPI.getHTMLFragment(String moduleId,
PublishedAssessmentIfc assessment,
HttpServletRequest request,
SecureDeliveryServiceAPI.Phase phase,
SecureDeliveryServiceAPI.PhaseStatus status,
Locale locale)
Returns an HTML appropriate for the combination of parameters.
|
Copyright © 2022. All rights reserved.