Jump to: navigation, search

Changes


HowTo:Configure Proxies

199 bytes added, 24 June
/* Creating proxy instances for your Ubikles */
== Creating proxy instances for your Ubikles ==
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 Furthermore, proxy instances must also be created for objects received from the external system. The [[ProxyManager]] providing provides methods for creating and registering new proxy instances. You can further A fully automatic option would be to customize a MetaClass so that a new proxy is automatically created for every new instance automatically (using the ProxyManager). Moreover, 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.A semi-automatic option is provided for the creation of Document Proxies, e.g., by using the DocumentBatchProxyCreator.Of course, you can also create proxy instances manually or based on any custom logic. [[Category:Interfacing|Configure Proxies]]
== See also ==
241
edits