Interface | osid.learning.LearningProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.learning.LearningProfile | |||
Description |
The learning manager provides access to learning sessions
and provides interoperability tests for various aspects of
this service. Methods in this manager support the passing of a
| ||
Method | getObjectiveLookupSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveLookupSession | an ObjectiveLookupSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveLookup() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveLookup()
is true. | |
Method | getObjectiveLookupSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the objective bank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ObjectiveLookupSession | an ObjectiveLookupSession | |
Errors | NOT_FOUND | objectiveBankId not found | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveLookup() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveLookup()
and supportsVisibleFederation() are true. | |
Method | getObjectiveQuerySession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveQuerySession | an ObjectiveQuerySession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveQuery() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveQuery()
is true. | |
Method | getObjectiveQuerySessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the objective bank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ObjectiveQuerySession | an ObjectiveQuerySession | |
Errors | NOT_FOUND | objectiveBankId not found | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveQuery() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveQuery()
and supportsVisibleFederation() are true. | |
Method | getObjectiveSearchSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveSearchSession | an ObjectiveSearchSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveSearch() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveSearch()
is true. | |
Method | getObjectiveSearchSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the objective bank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ObjectiveSearchSession | an ObjectiveSearchSession | |
Errors | NOT_FOUND | objectiveBankId not found | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveSearch() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveSearch()
and supportsVisibleFederation() are true. | |
Method | getObjectiveAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveAdminSession | an ObjectiveAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveAdmin()
is true. | |
Method | getObjectiveAdminSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the objective bank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ObjectiveAdminSession | an ObjectiveAdminSession | |
Errors | NOT_FOUND | objectiveBankId not found | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveAdmin()
and supportsVisibleFederation() are true. | |
Method | getObjectiveNotificationSession | ||
Description |
Gets the notification session for notifications pertaining to objective changes. | ||
Parameters | osid.learning.ObjectiveReceiver | objectiveReceiver | the objective receiver |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ObjectiveNotificationSession | an ObjectiveNotificationSession | |
Errors | NULL_ARGUMENT | objectiveReceiver or proxy is null
| |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveNotification() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveNotification()
is true. | |
Method | getObjectiveNotificationSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.learning.ObjectiveReceiver | objectiveReceiver | the objective receiver |
osid.id.Id | objectiveBankId | the Id of the objective bank | |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ObjectiveNotificationSession | an ObjectiveNotificationSession | |
Errors | NOT_FOUND | objectiveBankId not found | |
NULL_ARGUMENT | objectiveReceiver, objectiveBankId or proxy
is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveNotification() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveNotification()
and supportsVisibleFederation() are true.
| |
Method | getObjectiveHierarchySession | ||
Description |
Gets the session for traversing objective hierarchies. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveHierarchySession | an ObjectiveHierarchySession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveHierarchy() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveHierarchy()
is true. | |
Method | getObjectiveHierarchySessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the objective bank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ObjectiveHierarchySession | an ObjectiveHierarchySession | |
Errors | NOT_FOUND | objectiveBankId not found | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveHierarchy() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveHierarchy()
and supportsVisibleFederation() are true.
| |
Method | getObjectiveHierarchyDesignSession | ||
Description |
Gets the session for designing objective hierarchies. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveHierarchyDesignSession | an ObjectiveHierarchyDesignSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveHierarchyDesign() is false | ||
Compliance | optional | This method must be implemented if
supportsObjectiveHierarchyDesign() is true. | |
Method | getObjectiveHierarchyDesignSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the objective bank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ObjectiveHierarchyDesignSession | an ObjectiveHierarchyDesignSession | |
Errors | NOT_FOUND | objectiveBankId not found | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveHierarchyDesign() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if
supportsObjectiveHierarchyDesign() and
supportsVisibleFederation() are true. | |
Method | getObjectiveSequencingSession | ||
Description |
Gets the session for sequencing objectives. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveSequencingSession | an ObjectiveSequencingSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveSequencing() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveSequencing()
is true. | |
Method | getObjectiveSequencingSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the objective bank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ObjectiveSequencingSession | an ObjectiveSequencingSession | |
Errors | NOT_FOUND | objectiveBankId not found | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveSequencing() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveSequencing()
and supportsVisibleFederation() are true.
| |
Method | getObjectiveObjectiveBankSession | ||
Description |
Gets the session for retrieving objective to objective bank mappings. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveObjectiveBankSession | an ObjectiveObjectiveBankSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveObjectiveBank() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveObjectiveBank()
is true. | |
Method | getObjectiveObjectiveBankAssignmentSession | ||
Description |
Gets the session for assigning objective to objective bank mappings. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveObjectiveBankAssignmentSession | an ObjectiveObjectiveBankAssignmentSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveObjectiveBankAssignment() is false
| ||
Compliance | optional | This method must be implemented if
supportsObjectiveObjectiveBankAssignment() is true. | |
Method | getObjectiveSmartObjectiveBankSession | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the ObjectiveBank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ActivitySmartObjectiveBankSession | an ObjectiveSmartObjectiveBankSession | |
Errors | NOT_FOUND | no objective bank found by the given Id | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveSmartObjectiveBank() is false
| ||
Compliance | optional | This method must be implemented if
supportsObjectiveSmartObjectiveBank() is true. | |
Method | getObjectiveRequisiteSession | ||
Description |
Gets the session for examining objective requisites. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveRequisiteSession | an ObjectiveRequisiteSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveRequisite() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveRequisite()
is true. | |
Method | getObjectiveRequisiteSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the objective bank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ObjectiveRequisiteSession | an ObjectiveRequisiteSession | |
Errors | NOT_FOUND | objectiveBankId not found | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveRequisite() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveRequisite()
and supportsVisibleFederation() are true.
| |
Method | getObjectiveRequisiteAssignmentSession | ||
Description |
Gets the session for managing objective requisites. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveRequisiteAssignmentSession | an ObjectiveRequisiteAssignmentSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveRequisiteAssignment() is false
| ||
Compliance | optional | This method must be implemented if
supportsObjectiveRequisiteAssignment() is true. | |
Method | getObjectiveRequisiteAssignmentSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the objective bank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ObjectiveRequisiteAssignmentSession | an ObjectiveRequisiteAssignmentSession | |
Errors | NOT_FOUND | objectiveBankId not found | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveRequisiteAssignment() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if
supportsObjectiveRequisiteAssignment() and
supportsVisibleFederation() are true. | |
Method | getActivityLookupSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ActivityLookupSession | an ActivityLookupSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsActivityLookup() is false | ||
Compliance | optional | This method must be implemented if supportsActivityLookup()
is true. | |
Method | getActivityLookupSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the objective bank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ActivityLookupSession | an ActivityLookupSession | |
Errors | NOT_FOUND | objectiveBankId not found | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsActivityLookup() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsActivityLookup()
and supportsVisibleFederation() are true. | |
Method | getActivityQuerySession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ActivityQuerySession | an ActivityQuerySession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsActivityQuery() is false | ||
Compliance | optional | This method must be implemented if supportsActivityQuery()
is true. | |
Method | getActivityQuerySessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the objective bank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ActivityQuerySession | an ActivityQuerySession | |
Errors | NOT_FOUND | objectiveBankId not found | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsActivityQuery() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsActivityQuery()
and supportsVisibleFederation() are true. | |
Method | getActivitySearchSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ActivitySearchSession | an ActivitySearchSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsActivitySearch() is false | ||
Compliance | optional | This method must be implemented if supportsActivitySearch()
is true. | |
Method | getActivitySearchSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the objective bank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ActivitySearchSession | an ActivitySearchSession | |
Errors | NOT_FOUND | objectiveBankId not found | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsActivitySearch() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsActivitySearch()
and supportsVisibleFederation() are true. | |
Method | getActivityAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ActivityAdminSession | an ActivityAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsActivityAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsActivityAdmin()
is true. | |
Method | getActivityAdminSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the objective bank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ActivityAdminSession | a ActivityAdminSession | |
Errors | NOT_FOUND | objectiveBankId not found | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsActivityAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsActivityAdmin()
and supportsVisibleFederation() are true. | |
Method | getActivityNotificationSession | ||
Description |
Gets the notification session for notifications pertaining to activity changes. | ||
Parameters | osid.learning.ActivityReceiver | activityReceiver | the activity receiver |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ActivityNotificationSession | an ActivityNotificationSession | |
Errors | NULL_ARGUMENT | activityReceiver or proxy is null
| |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsActivityNotification() is false | ||
Compliance | optional | This method must be implemented if supportsActivityNotification()
is true. | |
Method | getActivityNotificationSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.learning.ActivityReceiver | activityReceiver | the activity receiver |
osid.id.Id | objectiveBankId | the Id of the objective bank | |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ActivityNotificationSession | an ActivityNotificationSession | |
Errors | NOT_FOUND | objectiveBankId not found | |
NULL_ARGUMENT | activityReceiver, objectiveBankId or proxy is
null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsActivityNotification() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsActivityNotification()
and supportsVisibleFederation() are true.
| |
Method | getActivityObjectiveBankSession | ||
Description |
Gets the session for retrieving activity to objective bank mappings. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ActivityObjectiveBankSession | an ActivityObjectiveBankSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsActivityObjectiveBank() is false | ||
Compliance | optional | This method must be implemented if supportsActivityObjectiveBank()
is true. | |
Method | getActivityObjectiveBankAssignmentSession | ||
Description |
Gets the session for assigning activity to objective bank mappings. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ActivityObjectiveBankAssignmentSession | an ActivityObjectiveBankAssignmentSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsActivityObjectiveBankAssignment() is false
| ||
Compliance | optional | This method must be implemented if
supportsActivityObjectiveBankAssignment() is true. | |
Method | getActivitySmartObjectiveBankSession | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the ObjectiveBank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ActivitySmartObjectiveBankSession | an ActivitySmartObjectiveBankSession | |
Errors | NOT_FOUND | no objective bank found by the given Id | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsActivitySmartObjectiveBank() is false | ||
Compliance | optional | This method must be implemented if
supportsActivitySmartObjectiveBank() is true. | |
Method | getProficiencyLookupSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ProficiencyLookupSession | a ProficiencyLookupSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProficiencyLookup() is false | ||
Compliance | optional | This method must be implemented if supportsProficiencyLookup()
is true. | |
Method | getProficiencyLookupSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the obective bank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ProficiencyLookupSession | a ProficiencyLookupSession | |
Errors | NOT_FOUND | no ObjectiveBank found by the given Id | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProficiencyLookup() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsProficiencyLookup()
and supportsVisibleFederation() are true | |
Method | getProficiencyQuerySession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ProficiencyQuerySession | a ProficiencyQuerySession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProficiencyQuery() is false | ||
Compliance | optional | This method must be implemented if supportsProficiencyQuery()
is true. | |
Method | getProficiencyQuerySessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the obective bank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ProficiencyQuerySession | a ProficiencyQuerySession | |
Errors | NOT_FOUND | no ObjectiveBank found by the given Id | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProficiencyQuery() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsProficiencyQuery()
and supportsVisibleFederation() are true | |
Method | getProficiencySearchSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ProficiencySearchSession | a ProficiencySearchSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProficiencySearch() is false | ||
Compliance | optional | This method must be implemented if supportsProficiencySearch()
is true. | |
Method | getProficiencySearchSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the ObjectiveBank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ProficiencySearchSession | a ProficiencySearchSession | |
Errors | NOT_FOUND | no objective bank found by the given Id | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProficiencySearch() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsProficiencySearch()
and supportsVisibleFederation() are true | |
Method | getProficiencyAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ProficiencyAdminSession | a ProficiencyAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProficiencyAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsProficiencyAdmin()
is true. | |
Method | getProficiencyAdminSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the ObjectiveBank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ProficiencyAdminSession | a ProficiencyAdminSession | |
Errors | NOT_FOUND | no objective bank found by the given Id | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProficiencyAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsProficiencyAdmin()
and supportsVisibleFederation() are true | |
Method | getProficiencyNotificationSession | ||
Description |
Gets the | ||
Parameters | osid.learning.ProficiencyReceiver | proficiencyReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ProficiencyNotificationSession | a ProficiencyNotificationSession | |
Errors | NULL_ARGUMENT | proficiencyReceiver or proxy is null
| |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProficiencyNotification() is false | ||
Compliance | optional | This method must be implemented if supportsProficiencyNotification()
is true. | |
Method | getProficiencyNotificationSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.learning.ProficiencyReceiver | proficiencyReceiver | the notification callback |
osid.id.Id | objectiveBankId | the Id of the ObjectiveBank | |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ProficiencyNotificationSession | a ProficiencyNotificationSession | |
Errors | NOT_FOUND | no objective bank found by the given Id | |
NULL_ARGUMENT | proficiencyReceiver, objectiveBankId or proxy
is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProficiencyNotification() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsProficiencyNotification()
and supportsVisibleFederation() are true | |
Method | getProficiencyObjectiveBankSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ProficiencyObjectiveBankSession | a ProficiencyObjectiveBankSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProficiencyObjectiveBank() is false | ||
Compliance | optional | This method must be implemented if
supportsProficiencyObjectiveBank() is true. | |
Method | getProficiencyObjectiveBankAssignmentSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ProficiencyObjectiveBankAssignmentSession | a ProficiencyObjectiveBankAssignmentSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProficiencyObjectiveBankAssignment() is false
| ||
Compliance | optional | This method must be implemented if
supportsProficiencyObjectiveBankAssignment() is true. | |
Method | getProficiencySmartObjectiveBankSession | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the ObjectiveBank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ProficiencySmartObjectiveBankSession | a ProficiencySmartObjectiveBankSession | |
Errors | NOT_FOUND | no objective bank found by the given Id | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsProficiencySmartObjectiveBank() is false
| ||
Compliance | optional | This method must be implemented if
supportsProficiencySmartObjectiveBank() is true. | |
Method | getMyLearningPathSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.MyLearningPathSession | a MyLearningPathSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsMyLearningPath() is false | ||
Compliance | optional | This method must be implemented if supportsMyLearningPath()
is true. | |
Method | getMyLearningPathSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the ObjectiveBank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.MyLearningPathSession | a MyLearningPathSession | |
Errors | NOT_FOUND | no objective bank found by the given Id | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsMyLearningPath() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsMyLearningPath()
and supportsVisibleFederation() are true | |
Method | getLearningPathSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.LearningPathSession | a LearningPathSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsLearningPath() is false | ||
Compliance | optional | This method must be implemented if supportsLearningPath() is
true. | |
Method | getLearningPathSessionForObjectiveBank | ||
Description |
Gets the | ||
Parameters | osid.id.Id | objectiveBankId | the Id of the ObjectiveBank |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.LearningPathSession | a LearningPathSession | |
Errors | NOT_FOUND | no objective bank found by the given Id | |
NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportyLearningPath() or supportsVisibleFederation()
is false | ||
Compliance | optional | This method must be implemented if supportsLearningPath()
and supportsVisibleFederation() are true | |
Method | getObjectiveBankLookupSession | ||
Description |
Gets the OsidSession associated with the objective bank lookup service. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveBankLookupSession | an ObjectiveBankLookupSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveBankLookup() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveBankLookup()
is true. | |
Method | getObjectiveBankQuerySession | ||
Description |
Gets the OsidSession associated with the objective bank query service. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveBankQuerySession | an ObjectiveBankQuerySession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveBankQuery() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveBankQuery()
is true. | |
Method | getObjectiveBankSearchSession | ||
Description |
Gets the OsidSession associated with the objective bank search service. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveBankSearchSession | an ObjectiveBankSearchSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveBankSearch() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveBankSearch()
is true. | |
Method | getObjectiveBankAdminSession | ||
Description |
Gets the OsidSession associated with the objective bank administration service. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveBankAdminSession | an ObjectiveBankAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveBankAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveBankAdmin()
is true. | |
Method | getObjectiveBankNotificationSession | ||
Description |
Gets the notification session for notifications pertaining to objective bank service changes. | ||
Parameters | osid.learning.ObjectiveBankReceiver | objectiveBankReceiver | the objective bank receiver |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.learning.ObjectiveBankNotificationSession | an ObjectiveBankNotificationSession | |
Errors | NULL_ARGUMENT | objectiveBankReceiver or proxy is null
| |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveBankNotification() is false | ||
Compliance | optional | This method must be implemented if
supportsObjectiveBankNotification() is true. | |
Method | getObjectiveBankHierarchySession | ||
Description |
Gets the session traversing objective bank hierarchies. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveBankHierarchySession | an ObjectiveBankHierarchySession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveBankHierarchy() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveBankHierarchy()
is true. | |
Method | getObjectiveBankHierarchyDesignSession | ||
Description |
Gets the session designing objective bank hierarchies. | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.learning.ObjectiveBankHierarchyDesignSession | an ObjectiveBankHierarchyDesignSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsObjectiveBankHierarchyDesign() is false | ||
Compliance | optional | This method must be implemented if
supportsObjectiveBankHierarchyDesign() is true. | |
Method | getLearningBatchProxyManager | ||
Description |
Gets a | ||
Return | osid.learning.batch.LearningBatchProxyManager | a LearningBatchProxyManager | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsLearningBatch() is false | ||
Compliance | optional | This method must be implemented if supportsLearningBatch()
is true. |