+

Search Tips   |   Advanced Search


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:

  1. Obtain the appropriate controller.

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

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

  4. Optionally repeat steps 2 and 3 above as required.

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

You 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 topic:

Controller SPI


Related concepts


Terminology for the Controller SPI
Packages of the Controller SPI
Hints and tips for using the Controller SPI


Related tasks


Making modifications by using the Controller SPI
Confirming modifications