Interface | osid.provisioning.rules.PoolConstrainerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The pool constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted pool constrainers. | ||
Method | newPoolConstrainers | ||
Description |
The callback for notifications of new pool constrainers. | ||
Parameters | osid.id.IdList | poolConstrainerIds | the Ids of the new PoolConstrainers |
Compliance | mandatory | This method must be implemented. | |
Method | changedPoolConstrainers | ||
Description |
The callback for notification of updated pool constrainers. | ||
Parameters | osid.id.IdList | poolConstrainerIds | the Ids of the updated PoolConstrainers |
Compliance | mandatory | This method must be implemented. | |
Method | deletedPoolConstrainers | ||
Description |
The callback for notification of deleted pool constrainers. | ||
Parameters | osid.id.IdList | poolConstrainerIds | the Ids of the deleted PoolConstrainers |
Compliance | mandatory | This method must be implemented. |