Jump to: navigation, search

Difference between revisions of "InterfaceAdministration"


Line 1: Line 1:
 
 
== Basics ==
 
== Basics ==
 
+
[[File:Studio_UI_InterfaceAdministration.png|thumb|220px|{{UBIK}} InterfaceAdministration with two attached MetaProxy objects]]
 
InterfaceAdministration is an administrative object for a set of [[MetaProxy]] objects.
 
InterfaceAdministration is an administrative object for a set of [[MetaProxy]] objects.
 +
An InterfaceAdministration is a specialized MetaClass having the new ClassType '''InterfaceAdministration'''. It handles the management of a certain interface configuration related to [[MetaProxy|MetaProxies]], that is executed for data import and/or export.
  
[[File:Studio_UI_InterfaceAdministration.png|thumb|220px|{{UBIK}} InterfaceAdministration with two attached MetaProxy objects]]
+
There is a new MetaClass [[INTERFACE_ADMIN_ROOT]] from which all InterfaceAdministration objects should derive. The object itself can relate to a set of MetaProxies that are used for interface runs. InterfaceAdmin objects have a [[Relation]] to [[ProxyMetaProperties]] named [[SYSREL_INTERFACE_ADMIN_METAPROXY]]. Via this relation, all involved MetaProxies are accessible via the administation object.
 
+
An InterfaceAdministration is a specialized MetaClass having the new ClassType "InterfaceAdministration". It handles the management of a certain interface configuration related to [[MetaProxy|MetaProxies]], that is executed for data import and/or export.
+
 
+
There is a new MetaClass INTERFACE_ADMIN_ROOT from which all InterfaceAdministration objects should derive. The object itself can relate to a set of MetaProxies that are used for interface runs. InterfaceAdmin objects have a [[Relation]] to ProxyMetaProperties named "SYSREL_INTERFACE_ADMIN_METAPROXY". Via this relation, all involved MetaProxies are accessible via the administation object.
+
  
 
Once an import/export via interface run is executed, a new instance of [[InterfaceExecution]] is automatically generated. The name is generated out of the InterfaceAdministration object name and the current date and time.
 
Once an import/export via interface run is executed, a new instance of [[InterfaceExecution]] is automatically generated. The name is generated out of the InterfaceAdministration object name and the current date and time.
  
 
==See also==
 
==See also==
* [[Proxy]]
 
* [[ProxyMetaProperty]]
 
* [[UBIK MetaClass Model]]
 
* [[MetaProperty]]
 
 
* [[InterfaceExecution]]
 
* [[InterfaceExecution]]
  
 
[[Category:UBIK Object]]
 
[[Category:UBIK Object]]
 
[[Category:Interfacing]]
 
[[Category:Interfacing]]

Revision as of 08:51, 4 August 2014

Basics

UBIK® InterfaceAdministration with two attached MetaProxy objects

InterfaceAdministration is an administrative object for a set of MetaProxy objects. An InterfaceAdministration is a specialized MetaClass having the new ClassType InterfaceAdministration. It handles the management of a certain interface configuration related to MetaProxies, that is executed for data import and/or export.

There is a new MetaClass INTERFACE ADMIN ROOT from which all InterfaceAdministration objects should derive. The object itself can relate to a set of MetaProxies that are used for interface runs. InterfaceAdmin objects have a Relation to ProxyMetaProperties named SYSREL INTERFACE ADMIN METAPROXY. Via this relation, all involved MetaProxies are accessible via the administation object.

Once an import/export via interface run is executed, a new instance of InterfaceExecution is automatically generated. The name is generated out of the InterfaceAdministration object name and the current date and time.

See also