Easy Extension Framework v0.5 Help

Type of Easy Events

There are two categories of Easy Event in Easy Extension Framework:

  1. Repository Events are the events those execute to perform an action on an Easy Repository.

  2. 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:

  1. 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.

  2. 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.

  3. 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.

Last modified: 18 August 2025