| Interface | osid.resourcing.rules.JobConstrainerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The job constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted job constrainers. | ||
| Method | newJobConstrainers | ||
| Description |
The callback for notifications of new job constrainers. | ||
| Parameters | osid.id.IdList | jobConstrainerIds | the Ids of the new JobConstrainers |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedJobConstrainers | ||
| Description |
The callback for notification of updated job constrainers. | ||
| Parameters | osid.id.IdList | jobConstrainerIds | the Ids of the updated JobConstrainers |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedJobConstrainers | ||
| Description |
The callback for notification of deleted job constrainers. | ||
| Parameters | osid.id.IdList | jobConstrainerIds | the Ids of the deleted JobConstrainers |
| Compliance | mandatory | This method must be implemented. | |