37. CWMServiceStart

Routines for service start widget handling

37.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    37.2. Global Functions

    37.2.1. AutoStartHelp

    Get the help text to the auto start widget

    Return value

    • string - help text

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

    37.2.3. AutoStartInit

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    37.2.4. AutoStartInitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    37.2.5. AutoStartStore

    Store function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    • map event

    Return value

    • void

    37.2.6. AutoStartStoreWrapper

    Store function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • void

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

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

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

    37.2.10. EnableLdapHelp

    Get the help text to the LDAP enablement widget

    Return value

    • string - help text

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

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

    37.2.13. LdapHandleWrapper

    Handle function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • symbol - for wizard sequencer or nil

    37.2.14. LdapInit

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    37.2.15. LdapInitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

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

    37.2.17. StartStopHandleWrapper

    Handle the immediate start and stop of the service

    Function parameters

    • string key

    • map event

    Return value

    • symbol - always nil

    37.2.18. StartStopHelp

    Get the help text to the start/stop widget

    Function parameters

    • boolean restart_displayed

    Return value

    • string - help text

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

    37.2.20. StartStopInit

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    37.2.21. StartStopInitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    37.3. Global Variables

    37.4. Module Requirements

    37.4.1. Module Imports

    • CWM
    • Mode
    • ProductFeatures
    • Service

    37.4.2. Module Includes