Interface | osid.voting.PollsReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The polls receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newPolls | ||
Description |
The callback for notifications of new polls. | ||
Parameters | osid.id.IdList | pollsIds | the Ids of the new Polls |
Compliance | mandatory | This method must be implemented. | |
Method | newAncestorPolls | ||
Description |
The callback for notifications of new polls ancestors. | ||
Parameters | osid.id.Id | pollsIds | the Id of the Polls |
osid.id.Id | ancestorId | the Id of the new Polls ancestor | |
Compliance | mandatory | This method must be implemented. | |
Method | newDescendantPolls | ||
Description |
The callback for notifications of new polls descendants. | ||
Parameters | osid.id.Id | pollsId | the Id of the Polls |
osid.id.Id | descendantId | the Id of the new Polls descendant | |
Compliance | mandatory | This method must be implemented. | |
Method | changedPolls | ||
Description |
The callback for notification of updated polls. | ||
Parameters | osid.id.IdList | pollsIds | the Ids of the updated Polls |
Compliance | mandatory | This method must be implemented. | |
Method | deletedPolls | ||
Description |
The callback for notification of deleted polls. | ||
Parameters | osid.id.IdList | pollsIds | the Ids of the deleted Polls |
Compliance | mandatory | This method must be implemented. | |
Method | deletedAncestorPolls | ||
Description |
The callback for notifications of deleted polls ancestors. | ||
Parameters | osid.id.Id | pollsId | the Id of the Polls |
osid.id.Id | ancestorId | the Id of the removed Polls ancestor | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedDescendantPolls | ||
Description |
The callback for notifications of deleted polls descendants. | ||
Parameters | osid.id.Id | pollsId | the Id of the Polls |
osid.id.Id | descendantId | the Id of the removed Polls descendant | |
Compliance | mandatory | This method must be implemented. | |
Method | restructuredPollsHierarchy | ||
Description |
The callback for notifications of changes to a polls hierarchy where the hierarchy needs to refreshed. | ||
Compliance | mandatory | This method must be implemented. |