Changes

HowTo:Configure Proxies

145 bytes added, 11:33, 26 January 2023
For {{UBIK}} content objects (Ubikles) to be synchronized, a proxy instance must be created and bound to it. Every proxy has a "Target" property linking to the bound Ubikle. There is a class [[ProxyManager]] providing methods for creating and registering new proxy instances. You can further customize a MetaClass so that a new proxy is created for every new instance automatically (using the ProxyManager), or you can create proxy instances manually or based on any custom logic. Further, proxy instances must also be created for objects received from the external system. You can customize the IInterfaceExecutor implementation for the execution mode "ReadFromExternal" to create proxies for new objects coming from the external system, for example.
 
== See also ==
* [[Proxy]]
* [[ProxyMetaProperty]]
* [[ProxyManager]]
* [[MetaProperty]]
* [[InterfaceAdministration]]
* [[InterfaceExecution]]
[[Category:Interfacing|Configure Proxies]]
1,606
edits