Interface AppRuntimeDelegate<T extends AppPlugin>

    • Method Detail

      • getProcessEngineNames

        Set<String> getProcessEngineNames()
        Returns the list of ProcessEngine names available to the runtime
        Returns:
      • getAppPluginRegistry

        AppPluginRegistry<T> getAppPluginRegistry()
        A registry that provides access to the plugins registered in the application.
        Returns:
      • getResourceOverrides

        List<PluginResourceOverride> getResourceOverrides()
        A list of resource overrides.
        Returns:
        the list of registered resource overrides