Interface | osid.resourcing.rules.JobConstrainerEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The job constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted job constrainer enablers. | ||
Method | newJobConstrainerEnablers | ||
Description |
The callback for notifications of new job constrainer enablers. | ||
Parameters | osid.id.IdList | jobConstrainerEnablerIds | the Ids of the new JobConstrainerEnablers |
Compliance | mandatory | This method must be implemented. | |
Method | changedJobConstrainerEnablers | ||
Description |
The callback for notification of updated job constrainer enablers. | ||
Parameters | osid.id.IdList | jobConstrainerEnablerIds | the Ids of the updated JobConstrainerEnablers |
Compliance | mandatory | This method must be implemented. | |
Method | deletedJobConstrainerEnablers | ||
Description |
The callback for notification of deleted job constrainer enablers. | ||
Parameters | osid.id.IdList | jobConstrainerEnablerIds | the Ids of the deleted JobConstrainerEnablers |
Compliance | mandatory | This method must be implemented. |