Work with controllers
To modify a portal resource with the Controller SPI...
- Obtain the appropriate controller.
- Obtain a modifiable instance of the resource to modify from the controller.
- Apply the modifications as required to the modifiable instance.
- Optionally repeat steps 2 and 3 as required.
- Commit the controller to persist the modifications.
We can modify multiple resources with one controller before committing the modifications.
Parent Controller SPI