36. CWMServiceStart

Routines for service start widget handling

36.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    36.2. Global Functions

    36.2.1. AutoStartHelp

    Get the help text to the auto start widget

    Return value

    • string - help text

    36.2.2. AutoStartHelpTemplate

    Get the template for the help text to the auto start widget

    Return value

    • string - help text template with %1 and %2 placeholders

    36.2.3. AutoStartInit

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    36.2.4. AutoStartInitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    36.2.5. AutoStartStore

    Store function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    • map event

    Return value

    • void

    36.2.6. AutoStartStoreWrapper

    Store function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • void

    36.2.7. CreateAutoStartWidget

    Get the widget description map of the widget for service auto starting settings

    Function parameters

    • map<string,any> settings

    Return value

    • map<string,any> - the widget description map

    36.2.8. CreateLdapWidget

    Get the widget description map of the LDAP enablement widget TODO: Find a file to move to

    Function parameters

    • map<string,any> settings

    Return value

    • map<string,any> - the widget description map

    36.2.9. CreateStartStopWidget

    Get the widget description map for immediate service start/stop and appropriate actions

    Function parameters

    • map<string,any> settings

    Return value

    • map<string,any> - the widget description map

    36.2.10. EnableLdapHelp

    Get the help text to the LDAP enablement widget

    Return value

    • string - help text

    36.2.11. EnableLdapHelpTemplate

    Get the template for the help text to the LDAP enablement widget

    Return value

    • string - help text template with %1 and %2 placeholders

    36.2.12. LdapHandle

    Handle function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    • map event

    Return value

    • symbol - for wizard sequencer or nil

    36.2.13. LdapHandleWrapper

    Handle function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • symbol - for wizard sequencer or nil

    36.2.14. LdapInit

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    36.2.15. LdapInitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    36.2.16. StartStopHandle

    Handle the immediate start and stop of the service

    Function parameters

    • map<string,any> widget

    • string key

    • map event

    Return value

    • symbol - always nil

    36.2.17. StartStopHandleWrapper

    Handle the immediate start and stop of the service

    Function parameters

    • string key

    • map event

    Return value

    • symbol - always nil

    36.2.18. StartStopHelp

    Get the help text to the start/stop widget

    Function parameters

    • boolean restart_displayed

    Return value

    • string - help text

    36.2.19. StartStopHelpTemplate

    Get the template for the help text to the start/stop widget

    Function parameters

    • boolean restart_displayed

    Return value

    • string - help text template with %1 and %2 placeholders

    36.2.20. StartStopInit

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    36.2.21. StartStopInitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    36.3. Global Variables

    36.4. Module Requirements

    36.4.1. Module Imports

    • CWM
    • Mode
    • ProductFeatures
    • Service

    36.4.2. Module Includes