+

Search Tips   |   Advanced Search

Modify properties


Overview

The Controller SPI allows us to modify properties resources.

To modify properties of a resource...

  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. Invoke the appropriate methods of the modifiable instance to perform the modifications.
  4. Persist the modifications using the commit() method of the controller.


See


Parent: Making modifications using the Controller SPI
Related:
Modify portal resources and topologies