For each node, I need to address it manually and manage every object ID, object type, and namespace and explicit instance. Is there any way to generalize this instantiation for any application? (Suppose there are hundreds of nodes and types in my application).
Type of issue
Current Behavior
Are there any mechanisms in the framework that allow handling pre-defined nodes, such as instances of custom object types in the model file (.xml)?
I have pre-defined instances in the .xml of a custom object type. In my custom node manager, I have hard-coded definitions and instances such that:
For each node, I need to address it manually and manage every object ID, object type, and namespace and explicit instance. Is there any way to generalize this instantiation for any application? (Suppose there are hundreds of nodes and types in my application).
Expected Behavior
No response
Steps To Reproduce
No response
Environment
No response
Anything else?
No response