+

Search Tips   |   Advanced Search

Work with controllers


When you modify a portal resource with the Controller SPI, you go through has a set of steps.

For example, these steps can be as follows:

  1. Obtain the appropriate controller.

  2. Obtain a modifiable instance of the resource to modify from the controller.

  3. Apply the modifications as required to the modifiable instance Commit the controller to persist the modifications.

  4. Optionally repeat steps 2 and 3 as required.

  5. Commit the controller to persist the modifications. This step saves and applies the modifications to the portal.

We can modify multiple resources with one controller before you commit the modifications.

For more detailed information about each of these steps refer to the following topics.


Parent: Controller SPI
Related:
Packages of the Controller SPI
Making modifications using the Controller SPI
Confirming modifications
Tips for using the Controller SPI