Interface | osid.tracking.LogEntryNotificationSession | ||
---|---|---|---|
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 | getFrontOfficeId | ||
Description |
Gets the | ||
Return | osid.id.Id | the FrontOffice Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getFrontOffice | ||
Description |
Gets the | ||
Return | osid.tracking.FrontOffice | the front office | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canRegisterForLogEntryNotifications | ||
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 | useFederatedFrontOfficeView | ||
Description |
Federates the view for methods in this session. A federated view will include log entries in front offices which are children of this front office in the front office hierarchy. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useIsolatedFrontOfficeView | ||
Description |
Isolates the view for methods in this session. An isolated view restricts notifications to this front office only. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | registerForNewLogEntries | ||
Description |
Register for notifications of new log entries. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewLogEntriesForQueue | ||
Description |
Register for notifications of new log entries in the
given queue. | ||
Parameters | osid.id.Id | queueId | the Id of the queue to monitor |
Errors | NULL_ARGUMENT | queueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewLogEntriesForIssue | ||
Description |
Register for notifications of new log entries for the
given issue. | ||
Parameters | osid.id.Id | issueId | the Id of the issue to monitor |
Errors | NULL_ARGUMENT | issueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedLogEntries | ||
Description |
Registers for notification of updated log entries.
| ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedLogEntriesForQueue | ||
Description |
Registers for notification of updated log entries in
the given queue. | ||
Parameters | osid.id.Id | queueId | the Id of the queue to monitor |
Errors | NULL_ARGUMENT | queueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedLogEntriesForIssue | ||
Description |
Registers for notification of updated log entries for
the given issue.LogEntry | ||
Parameters | osid.id.Id | issueId | the Id of the issue to monitor |
Errors | NULL_ARGUMENT | issueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedLogEntry | ||
Description |
Registers for notification of an updated log entry.
| ||
Parameters | osid.id.Id | logEntryId | the Id of the LogEntry to monitor |
Errors | NULL_ARGUMENT | logEntryId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedLogEntries | ||
Description |
Registers for notification of deleted log entries.
| ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedLogEntriesForQueue | ||
Description |
Registers for notification of deleted log entries in
the given queue. | ||
Parameters | osid.id.Id | queueId | the Id of the queue to monitor |
Errors | NULL_ARGUMENT | queueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedLogEntriesForIssue | ||
Description |
Registers for notification of deleted log entries for
the given issue. | ||
Parameters | osid.id.Id | issueId | the Id of the issue to monitor |
Errors | NULL_ARGUMENT | issueId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedLogEntry | ||
Description |
Registers for notification of a deleted log entry.
| ||
Parameters | osid.id.Id | logEntryId | the Id of the LogEntry to monitor |
Errors | NULL_ARGUMENT | logEntryId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |