Modify properties
The Controller SPI allows you to modify properties resources.
To modify properties of a resource...
- Obtain the appropriate controller for the model of which you want to modify a resource.
- Obtain a modifiable instance of the resource from that controller.
- Invoke the appropriate methods of the modifiable instance to perform the modifications.
- Persist the modifications by using the commit() method of the controller.
Parent
Making modifications by using the Controller SPI
Modify portal resources and topologies