Interface | osid.provisioning.rules.PoolConstrainerEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The pool constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted pool constrainer enablers. | ||
Method | newPoolConstrainerEnablers | ||
Description |
The callback for notifications of new pool constrainer enablers. | ||
Parameters | osid.id.IdList | poolConstrainerEnablerIds | the Isd of the new PoolConstrainerEnablers |
Compliance | mandatory | This method must be implemented. | |
Method | changedPoolConstrainerEnablers | ||
Description |
The callback for notification of updated pool constrainer enablers. | ||
Parameters | osid.id.IdList | poolConstrainerEnablerIds | the Ids of the updated PoolConstrainerEnablers
|
Compliance | mandatory | This method must be implemented. | |
Method | deletedPoolConstrainerEnablers | ||
Description |
The callback for notification of deleted pool constrainer enablers. | ||
Parameters | osid.id.IdList | poolConstrainerEnablerIds | the Ids of the deleted PoolConstrainerEnablers
|
Compliance | mandatory | This method must be implemented. |