Jump to: navigation, search

Difference between revisions of "InterfaceExecution"


Line 3: Line 3:
 
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.
 
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.
+
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|SYSREL_INTERFACE_ADMIN_ROOT_PROXYROOT]], where all involved Proxies are accessible.
  
 
==See also==
 
==See also==

Revision as of 10:48, 9 November 2015

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