Interface ILaunchConfigurationAttributes


  • public interface ILaunchConfigurationAttributes
    Launch configurations attributes.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Detail

      • CLIENT_AUTO_SELECT

        static final String CLIENT_AUTO_SELECT
        Launch configuration attribute key. The value is whether to select 1C:Enterprise runtime client automatically.
        See Also:
        Constant Field Values
      • CLIENT_TYPE

        static final String CLIENT_TYPE
        Launch configuration attribute key. The value is a type of an 1C:Enterprise runtime client to launch.
        See Also:
        Constant Field Values
      • LAUNCH_PWA_APP_NAME

        static final String LAUNCH_PWA_APP_NAME
        Launch configuration attribute key. The value is progressive web application name passed to the web or thin client launcher.
        See Also:
        Constant Field Values
      • LAUNCH_OS_INFOBASE_ACCESS

        static final String LAUNCH_OS_INFOBASE_ACCESS
        Launch configuration attribute key. The value is whether to attempt to use OS authentication for clients launching.
        See Also:
        Constant Field Values
      • LAUNCH_USER_NAME

        static final String LAUNCH_USER_NAME
        Launch configuration attribute key. The value is user name, that will be used for clients launching.
        See Also:
        Constant Field Values
      • LAUNCH_USER_PASSWORD

        static final String LAUNCH_USER_PASSWORD
        Launch configuration attribute key. The value is user password, that will be used for clients launching.
        See Also:
        Constant Field Values
      • LAUNCH_USER_USE_INFOBASE_ACCESS

        static final String LAUNCH_USER_USE_INFOBASE_ACCESS
        Launch configuration attribute key. The value is a setting to use infobase access user for clients launching.
        See Also:
        Constant Field Values
      • LOG_FILE

        static final String LOG_FILE
        Launch configuration attribute key. The value is path to log file to log execution service messages.
        See Also:
        Constant Field Values
      • DO_NOT_CLEAR_LOG

        static final String DO_NOT_CLEAR_LOG
        Launch configuration attribute key. The value is flag to not to clear log file before startup.
        See Also:
        Constant Field Values
      • INTERFACE_LANGUAGE

        static final String INTERFACE_LANGUAGE
        Launch configuration attribute key. The value is language code for 1C:Enterprise platform interface language.
        See Also:
        Constant Field Values
      • SESSION_LOCALE

        static final String SESSION_LOCALE
        Launch configuration attribute key. The value is language code for launch session locale.
        See Also:
        Constant Field Values
      • DO_NOT_DISPLAY_WARNINGS

        static final String DO_NOT_DISPLAY_WARNINGS
        Launch configuration attribute key. The value is flag to not to display warning messages during startup.
        See Also:
        Constant Field Values
      • SHOW_PERFORMANCE

        static final String SHOW_PERFORMANCE
        Launch configuration attribute key. The value is flag to show performance indicators.
        See Also:
        Constant Field Values
      • SHOW_ALL_FUNCTIONS

        static final String SHOW_ALL_FUNCTIONS
        Launch configuration attribute key. The value is flag whether need to launch client in technical specialist mode or with "all fuctions" options (depends on 1C:Enterprise version).
        See Also:
        Constant Field Values
      • DATA_SEPARATION

        static final String DATA_SEPARATION
        Launch configuration attribute key. The value is flag to string-represented comma-separated data separation attributes.
        See Also:
        Constant Field Values
      • STARTUP_OPTION

        static final String STARTUP_OPTION
        Launch configuration attribute key. The value is startup option of launch.
        See Also:
        Constant Field Values
      • SLOW_CONNECTION

        static final String SLOW_CONNECTION
        Launch configuration attribute key. The value is to use slow connection.
        See Also:
        Constant Field Values
      • EMULATE_DELAY

        static final String EMULATE_DELAY
        Launch configuration attribute key. The value is to emulate delay on server calls.
        See Also:
        Constant Field Values
      • CALL_DELAY

        static final String CALL_DELAY
        Launch configuration attribute key. The value is call delay emulation in seconds.

        Value is int-represented (because launch configurations can store only int value). To get actual value divide by 100.

        See Also:
        Constant Field Values
      • DATA_SENDING_DELAY

        static final String DATA_SENDING_DELAY
        Launch configuration attribute key. The value is data sending delay emulation in seconds per 1 KB.

        Value is int-represented (because launch configurations can store only int value). To get actual value divide by 100.

        See Also:
        Constant Field Values
      • DATA_RECEIVING_DELAY

        static final String DATA_RECEIVING_DELAY
        Launch configuration attribute key. The value is data receiving delay emulation in seconds per 1 KB.

        Value is int-represented (because launch configurations can store only int value). To get actual value divide by 100.

        See Also:
        Constant Field Values