Interface | osid.resourcing.EffortNotificationSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session defines methods to receive notifications on
adds/changes to The two views defined in this session correspond to the
views in the | ||
Method | getFoundryId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Foundry Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getFoundry | ||
Description |
Gets the | ||
Return | osid.resourcing.Foundry | the foundry | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canRegisterForEffortNotifications | ||
Description |
Tests if this user can register for | ||
Return | boolean | false if notification methods are not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | useFederatedFoundryView | ||
Description |
Federates the view for methods in this session. A federated view will include efforts in foundries which are children of this foundry in the foundry hierarchy. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useIsolatedFoundryView | ||
Description |
Isolates the view for methods in this session. An isolated view restricts notifications to this foundry only. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | registerForNewEfforts | ||
Description |
Register for notifications of new efforts. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewEffortsForResource | ||
Description |
Register for notifications of new efforts for the given
resource | ||
Parameters | osid.id.Id | resourceId | the Id of the resource to monitor |
Errors | NULL_ARGUMENT | resourceId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewEffortsForCommission | ||
Description |
Register for notifications of new efforts for the given
commission | ||
Parameters | osid.id.Id | commissionId | the Id of the commission to monitor |
Errors | NULL_ARGUMENT | commissionId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewEffortsForWork | ||
Description |
Register for notifications of new efforts for the given
work | ||
Parameters | osid.id.Id | workId | the Id of the work to monitor |
Errors | NULL_ARGUMENT | workId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedEfforts | ||
Description |
Registers for notification of updated efforts. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedEffortsForResource | ||
Description |
Register for notifications of updated efforts for the
given resource | ||
Parameters | osid.id.Id | resourceId | the Id of the resource to monitor |
Errors | NULL_ARGUMENT | resourceId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedEffortsForCommission | ||
Description |
Register for notifications of updated efforts for the
given commission | ||
Parameters | osid.id.Id | commissionId | the Id of the commission to monitor |
Errors | NULL_ARGUMENT | commissionId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedEffortsForWork | ||
Description |
Register for notifications of updated efforts for the
given work | ||
Parameters | osid.id.Id | workId | the Id of the work to monitor |
Errors | NULL_ARGUMENT | workId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedEffort | ||
Description |
Registers for notification of an updated effort. | ||
Parameters | osid.id.Id | effortId | the Id of the Effort to monitor |
Errors | NULL_ARGUMENT | effortId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedEfforts | ||
Description |
Registers for notification of deleted efforts. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedEffortsForResource | ||
Description |
Register for notifications of deleted efforts for the
given resource | ||
Parameters | osid.id.Id | resourceId | the Id of the resource to monitor |
Errors | NULL_ARGUMENT | resourceId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedEffortsForCommission | ||
Description |
Register for notifications of deleted efforts for the
given commission | ||
Parameters | osid.id.Id | commissionId | the Id of the commission to monitor |
Errors | NULL_ARGUMENT | commissionId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedEffortsForWork | ||
Description |
Register for notifications of deleted efforts for the
given work | ||
Parameters | osid.id.Id | workId | the Id of the work to monitor |
Errors | NULL_ARGUMENT | workId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedEffort | ||
Description |
Registers for notification of a deleted effort. | ||
Parameters | osid.id.Id | effortId | the Id of the Effort to monitor |
Errors | NULL_ARGUMENT | effortId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |