Jump to: navigation, search

Difference between revisions of "MetaProxy"


Line 1: Line 1:
A MetaProxy is a definition object for a set of [[Proxy]] objects.
+
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.
  
A MetaProxy is a specialism of MetaClasses having a new ClassType "MetaProxy". It defines the structures for the interface representants (Proxies) for {{UBIK}} Objects.
+
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}}.
 
+
There is a new MetaClass RootMetaProxy from which all MetaProperty objects should derive.
+
 
+
These MetaProxies can have (along with the standard MetaProperties) a set of [[ProxyMetaProperty|ProxyMetaProperties]]. These ProxyMetaProperties are used to configure the target/source for every single data element for export / import operations.
+
MetaProxy objects do have a [[Relation]] to ProxyMetaProperties named "SYSREL_METAPROXY_PROPERTY". The Configuratoin of ProxyMetaProperties and its data is done via this relation.
+
  
 
==See also==
 
==See also==

Revision as of 09:46, 23 November 2015

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.

See also