Type of Easy Events
There are two categories of Easy Event in Easy Extension Framework:
Repository Events are the events those execute to perform an action on an Easy Repository.
Extension Events are the events those execute to perform an action on an Easy Extension.
Repository Events
The Update Repository easy event is the only repository event supported currently. This is event has the purpose to take the latest code from the remote location of the Easy Repository to the HYBRIS_TEMP_DIR
directory of SAP Commerce server installation. For more information on the processing of this event refer to Updating the Repository documentation.
Extension Events
There are following type of Extension Events supported in Easy Extension Framework:
Install Extension has the purpose of installing an Easy Extension from an Easy Repository to the SAP Commerce Cloud Runtime. For more information on the processing of the installation process of this event refer to the Installing an Easy Extension documentation.
Reload Extension has the purpose of reloading an already installed Easy Extension in the SAP Commerce Cloud Runtime. The reloading happens from the
HYBRIS_DATA_DIR
where the extension is stored while installation. For more information on the processing of the reload process of this event refer to the Reloading an Easy Extension documentation.Uninstall Extension has the purpose of uninstalling an already installed Easy Extension from the SAP Commerce Cloud Runtime. The uninstallation happens from the
HYBRIS_DATA_DIR
where the extension is stored while installation. For more information on the processing of the uninstallation process of this event refer to the Uninstalling an Easy Extension documentation.