Interface IPluginDefaultLifecycleData

    • Method Detail

      • getRuntimeKey

        String getRuntimeKey()
        Returns the plugin-runtime-key
        Returns:
        String the plugin-runtime-key
      • getClient

        Mandant getClient()
        Gets the client where the plugin is installed or null if it is installed in system-scope
        Returns:
        Mandant or null if the plugin is installed in system-scope
      • getProperties

        Properties getProperties()
        Returns the properties of the plugin
        Returns:
        Properties
      • getFrontendServer

        FrontendServer getFrontendServer()
        Gets the frontend-server where the plugin is installed or null if it is installed on an master-server
        Returns:
        FrontendServer or null if the plugin is installed in on an master-server