38. CWMServiceStart

Routines for service start widget handling

38.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    38.2. Global Functions

    38.2.1. AutoStartHelp

    Get the help text to the auto start widget

    Return value

    • string - help text

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

    38.2.3. AutoStartHelpXinetdTemplate

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

    Return value

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

    38.2.4. AutoStartInit

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    38.2.5. AutoStartInitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    38.2.6. AutoStartStore

    Store function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    • map event

    Return value

    • void

    38.2.7. AutoStartStoreWrapper

    Store function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • void

    38.2.8. AutoStartXinetdHelp

    Get the help text to the auto start widget

    Return value

    • string - help text

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

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

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

    38.2.12. EnableLdapHelp

    Get the help text to the LDAP enablement widget

    Return value

    • string - help text

    38.2.13. EnableLdapHelpTemplate

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

    Return value

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

    38.2.14. LdapHandle

    Handle function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    • map event

    Return value

    • symbol - for wizard sequencer or nil

    38.2.15. LdapHandleWrapper

    Handle function of the widget

    Function parameters

    • string key

    • map event

    Return value

    • symbol - for wizard sequencer or nil

    38.2.16. LdapInit

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    38.2.17. LdapInitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

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

    38.2.19. StartStopHandleWrapper

    Handle the immediate start and stop of the service

    Function parameters

    • string key

    • map event

    Return value

    • symbol - always nil

    38.2.20. StartStopHelp

    Get the help text to the start/stop widget

    Function parameters

    • boolean restart_displayed

    Return value

    • string - help text

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

    38.2.22. StartStopInit

    Init function of the widget

    Function parameters

    • map<string,any> widget

    • string key

    Return value

    • void

    38.2.23. StartStopInitWrapper

    Init function of the widget

    Function parameters

    • string key

    Return value

    • void

    38.3. Global Variables

    38.4. Module Requirements

    38.4.1. Module Imports

    • CWM
    • Mode
    • ProductFeatures
    • Service

    38.4.2. Module Includes