public interface LessonAnchor extends OsidCapsule
A LessonAnchor forces a Lesson to begin
at the specified Activity and optionally at a specified
time.
| Modifier and Type | Method and Description |
|---|---|
Activity |
getActivity()
Gets the activity.
|
Id |
getActivityId()
Gets the
Id of the activity. |
Lesson |
getLesson()
Gets the lesson.
|
Id |
getLessonId()
Gets the
Id of the lesson. |
Duration |
getTime()
Gets the time offset from the start of the acttvity where the anchor
exists.
|
Id getLessonId()
Id of the lesson. Id mandatory - This method must be implemented. Lesson getLesson() throws OperationFailedException
OperationFailedException - unable to complete requestmandatory - This method must be implemented. Id getActivityId()
Id of the activity. Id mandatory - This method must be implemented. Activity getActivity() throws OperationFailedException
OperationFailedException - unable to complete requestmandatory - This method must be implemented. Duration getTime()
mandatory - This method must be implemented.