Jump to: navigation, search

Difference between revisions of "InterfaceExecution"


(Created page with " == Basics == InterfaceExecution is a administration object for one interface run of a set of Proxy objects. An InterfaceExecution is a content object that is generated ...")
 
(See also)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
InterfaceExecution is an administration content object for one interface run of a set of [[Proxy]] objects.
  
== Basics ==
+
An InterfaceExecution content object is generated for each interface run that is executed via the respective InterfaceAdministration object. It handles one interface run with its configured set of handled [[Proxy]] objects.
 
+
InterfaceExecution is a administration object for one interface run of a set of [[Proxy]] objects.
+
 
+
An InterfaceExecution is a content object that is generated for each interface run that is executed in the by the respective InterfaceAdministration object. The content has the class type "InterfaceExecution", although it has been created as one instance of a specialized InterfaceAdminRoot derivate class. It handles one interface run with a set of involved [[Proxy]] objects.
+
 
+
There is a the predefined MetaClass INTERFACE_ADMIN_ROOT from which all InterfaceAdministration objects should derive. The object itself can relate to a set of Proxies that are used for the interface run. InterfaceExecution objects have a [[Relation]] to [[Proxy]] objects named "SYSREL_INTERFACE_ADMIN_ROOT_PROXYROOT". Via this relation, all involved Proxies are accessible via the execution object.
+
  
 +
All InterfaceAdministration objects must be instances of [[INTERFACE_ADMIN_ROOT]], either directly or from a derived class. The object itself can relate to a set of Proxies that are used for the interface run. InterfaceExecution objects have a [[Relation]] to [[Proxy]] objects named [[SYSREL_INTERFACE_ADMIN_ROOT_PROXYROOT]], where all involved Proxies are accessible.
  
 
==See also==
 
==See also==
 
* [[Proxy]]
 
* [[Proxy]]
 
* [[ProxyMetaProperty]]
 
* [[ProxyMetaProperty]]
* [[UBIK MetaClass Model]]
 
 
* [[MetaProperty]]
 
* [[MetaProperty]]
 
* [[InterfaceAdministration]]
 
* [[InterfaceAdministration]]
 +
* [[HowTo:Configure_Proxies]]
  
[[Category:UBIK Object]]
+
[[Category:Interfacing|InterfaceExecution]]
[[Category:Interfacing]]
+
[[Category:UBIK Object|InterfaceExecution]]

Latest revision as of 11:32, 26 January 2023

InterfaceExecution is an administration content object for one interface run of a set of Proxy objects.

An InterfaceExecution content object is generated for each interface run that is executed via the respective InterfaceAdministration object. It handles one interface run with its configured set of handled Proxy objects.

All InterfaceAdministration objects must be instances of INTERFACE ADMIN ROOT, either directly or from a derived class. The object itself can relate to a set of Proxies that are used for the interface run. InterfaceExecution objects have a Relation to Proxy objects named SYSREL INTERFACE ADMIN ROOT PROXYROOT, where all involved Proxies are accessible.

See also