Jump to: navigation, search

Difference between revisions of "MetaProxy"


(See also)
 
(7 intermediate revisions by 2 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.
  
== Basics ==
+
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}}.
 
+
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 the structures for the interface representatnts (Proxies) for Ubik Objects.
+
 
+
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 .... for details.
+
 
+
 
+
  
 
==See also==
 
==See also==
 +
* [[METAPROXY|METAPROXY (MetaClass)]]
 
* [[Proxy]]
 
* [[Proxy]]
* [[ProxyMetaProperty]]
+
* [[MetaProxyProperty]]
* [[UBIK MetaClass Model]]
+
 
* [[MetaProperty]]
 
* [[MetaProperty]]
 +
* [[InterfaceAdministration]]
 +
* [[DocumentProxy]]
  
[[Category:UBIK Object]]
+
[[Category:Interfacing|MetaProxy]]
[[Category:Interfacing]]
+
[[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.

See also