Modify portal resources and topologies
The Controller SPI allows us to modify portal resources and the topology of the portal in different ways.We 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 created or modify, we can perform different types of modifications. For more detailed information about each of these refer to the following topics.
- Create resources
You create resources using methods of controllers. Each controller type allows us 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.- Delete Nodes
To delete nodes, use the delete() method of the controller.
Parent: Making modifications using the Controller SPI
Related:
Modify properties