Modify portal resources and topologies
The Controller SPI allows you to modify portal resources and the topology of the 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 allows you to create specific resources for its type of model.
- Move 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.
Parent topic:
Making modifications by using the Controller SPI
Related tasks
Modifying properties