Work with controllers
When you modify a portal resource with the Controller SPI, you go through a set of steps.
For example, these steps can be as follows:
You can modify multiple resources with one controller before you commit the modifications.
- Obtain the appropriate controller.
- Obtain a modifiable instance of the resource that you want to modify from the controller.
- Apply modifications as required to the modifiable instance Commit the controller to persist the modifications.
- Optionally repeat steps 2 and 3 above as required.
- Commit the controller to persist the modifications.
This step saves and applies the modifications to the portal.
For more detailed information about each of these steps refer to the following topics.
Parent
Controller SPI
Packages of the Controller SPI
Making modifications by using the Controller SPI
Confirming modifications
Hints and tips for using the Controller SPI