OSID Logo
OSID Specifications
assessment authoring package
Version 3.1.0
Interfaceosid.assessment.authoring.SequenceRuleEnablerReceiver
Implementsosid.OsidReceiver
Description

The sequence rule enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted sequence rule enablers.

MethodnewSequenceRuleEnablers
Description

The callback for notifications of new sequence rule enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsequenceRuleEnablerIds the Ids of the new SequenceRuleEnablers
Compliancemandatory This method must be implemented.
MethodchangedSequenceRuleEnablers
Description

The callback for notification of updated sequence rule enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsequenceRuleEnablerIds the Ids of the updated SequenceRuleEnablers
Compliancemandatory This method must be implemented.
MethoddeletedSequenceRuleEnablers
Description

The callback for notification of deleted sequence rule enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsequenceRuleEnablerIds the Ids of the deleted SequenceRuleEnablers
Compliancemandatory This method must be implemented.