Jump to: navigation, search

Difference between revisions of "MetaProxy"


Line 10: Line 10:
 
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.
 
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.
 
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==
Line 20: Line 16:
 
* [[UBIK MetaClass Model]]
 
* [[UBIK MetaClass Model]]
 
* [[MetaProperty]]
 
* [[MetaProperty]]
 +
* [[InterfaceAdministration]]
  
 
[[Category:UBIK Object]]
 
[[Category:UBIK Object]]
 
[[Category:Interfacing]]
 
[[Category:Interfacing]]

Revision as of 07:53, 15 April 2014

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 the structures for the interface representants (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 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