Changes
== Basics ==
InterfaceExecution is a an administration content 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 via 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 its configured set of involved handled [[Proxy]] objects.
There is a the predefined MetaClass INTERFACE_ADMIN_ROOT from which all InterfaceAdministration objects should have to 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.