Difference between revisions of "MetaProxy"
(Created page with " == Basics == A MetaProxy is a definition object for a set of Proxy objects. A MetaProxy is a specialism of MetaClasses having a new ClassType "MetaProxy". It defines th...") |
(→See also) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | A MetaProxy is a special MetaClass used for interfacing external sources, both for import and export. The MetaProxy and its related [[MetaProxyProperty|MetaProxyProperties]] define the interface characteristics how the data should actually be synchronized to the corresponding {{UBIK}} objects (instances). The synchronization uses [[Proxy]] objects to manage the data between the external sources and the internal instances. | ||
− | + | The MetaProxies do have relations to MetaProxyProperties as well as to [[MetaProperties]], whereas the first must be related via [[SYSREL_METAPROXY_PROPERTY]] by using the {{Relation Editor}}. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
==See also== | ==See also== | ||
+ | * [[METAPROXY|METAPROXY (MetaClass)]] | ||
* [[Proxy]] | * [[Proxy]] | ||
− | * [[ | + | * [[MetaProxyProperty]] |
− | + | ||
* [[MetaProperty]] | * [[MetaProperty]] | ||
+ | * [[InterfaceAdministration]] | ||
+ | * [[DocumentProxy]] | ||
− | [[Category:UBIK Object]] | + | [[Category:Interfacing|MetaProxy]] |
+ | [[Category:UBIK Object|MetaProxy]] |
Latest revision as of 15:00, 24 June 2024
A MetaProxy is a special MetaClass used for interfacing external sources, both for import and export. The MetaProxy and its related MetaProxyProperties define the interface characteristics how the data should actually be synchronized to the corresponding UBIK® objects (instances). The synchronization uses Proxy objects to manage the data between the external sources and the internal instances.
The MetaProxies do have relations to MetaProxyProperties as well as to MetaProperties, whereas the first must be related via SYSREL METAPROXY PROPERTY by using the Relation Editor.