Skip to content

Modifying Portal Resources and Topologies

The Controller SPI allows you to modify portal resources and the topology of your portal in different ways.

You can make the following modifications:

  • Create new resources
  • Insert new resources into the portal topology
  • Move existing resources
  • Delete existing resources.

Depending on the resource that you create or modify, you can perform different types of modifications. For more detailed information about each of these refer to the following topics.

  • Creating resources
    You create resources by using methods of controllers. Each controller type enables the specific resources for its type of model.
  • Moving or Inserting Nodes
    To move existing nodes or insert new nodes, use the insert() method of the controller.
  • Deleting Nodes
    To delete nodes, use the delete() method of the controller.