Skip to content
Advertisement

Is there a client side mechanism like the `NodeFactory` to create nodes on the server recursively?

the server can use the NodeFactory to recursively create nodes based on an ObjectTypeNode. Is there a similar mechanism for the client?

To be more precise: Can i use the servers’s objectTypeManager.registerObjectType() to register “types” and trigger the creation of “instances” from the client side?

Thank you!

Advertisement

Answer

No, not like you’re thinking.

If the server supports the NodeManagement services in general, and the AddNodes service in particular, all that a Client would need to do is call the AddNodes service and tell the Server to create a Node of some particular Type Defintion.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement