35. CWMServiceStart

Routines for service start widget handling

35.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    35.2. Global Functions

    35.2.1. AutoStartHelp

    Get the help text to the auto start widget

    Return value

    • string - help text

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

    35.2.3. AutoStartInit

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    35.2.4. AutoStartInitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    35.2.5. AutoStartStore

    Store function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    • map event

    Return value

    • void

    35.2.6. AutoStartStoreWrapper

    Store function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • void

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

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

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

    35.2.10. EnableLdapHelp

    Get the help text to the LDAP enablement widget

    Return value

    • string - help text

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

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

    35.2.13. LdapHandleWrapper

    Handle function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • symbol - for wizard sequencer or nil

    35.2.14. LdapInit

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    35.2.15. LdapInitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

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

    35.2.17. StartStopHandleWrapper

    Handle the immediate start and stop of the service

    Function parameters

    • string key

    • map event

    Return value

    • symbol - always nil

    35.2.18. StartStopHelp

    Get the help text to the start/stop widget

    Function parameters

    • boolean restart_displayed

    Return value

    • string - help text

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

    35.2.20. StartStopInit

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    35.2.21. StartStopInitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    35.3. Global Variables

    35.4. Module Requirements

    35.4.1. Module Imports

    • CWM
    • Mode
    • ProductFeatures
    • Service

    35.4.2. Module Includes