Modifying properties | HCL Digital Experience
The Controller SPI enables the modification of properties resources.
Procedure
- 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.
- Start the appropriate methods of the modifiable instance to run the modifications.
-
Persist the modifications by using the
commit()
method of the controller.