+

Search Tips   |   Advanced Search

Modify properties

The Controller SPI enables the modification of properties resources.

  1. Obtain the appropriate controller for the model of which to modify a resource.

  2. Obtain a modifiable instance of the resource from that controller.

  3. Start the appropriate methods of the modifiable instance to run the modifications.

  4. Persist the modifications using the commit() method of the controller.


See


Parent Make modifications using the Controller SPI