Interface IInfobasesDevelopmentOptions


  • public interface IInfobasesDevelopmentOptions
    DevelopmentOptions key constants for development process infobases creation contribution.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Detail

      • OPTION_INFOBASE_NAME

        static final String OPTION_INFOBASE_NAME
        Development option to store creating infobase name. If not provided, then issue name will be used.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_REFERENCE_FOLDER

        static final String OPTION_INFOBASE_REFERENCE_FOLDER
        Development option to store an infobase reference folder (in terms of 1C:Starter config).
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_REFERENCE_ID

        static final String OPTION_INFOBASE_REFERENCE_ID
        Development option to store a UUID of the infobase reference.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_DUMP_LOCATION

        static final String OPTION_INFOBASE_DUMP_LOCATION
        Development option to store a file-system location of infobase dump to create file infobase content with.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_TYPE

        static final String OPTION_INFOBASE_TYPE
        Development option to store infobase type to create deployment infobase with.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_FILE_PARENT_LOCATION

        static final String OPTION_INFOBASE_FILE_PARENT_LOCATION
        Development option to store a file-system parent location to create file infobase in.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_LOCALE

        static final String OPTION_INFOBASE_LOCALE
        Development option to store an infobase locate to create infobase with.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_SERVER_HOST

        static final String OPTION_INFOBASE_SERVER_HOST
        Development option to store an infobase 1C:Enterprise server host to create infobase in.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_SERVER_REFERENCE

        static final String OPTION_INFOBASE_SERVER_REFERENCE
        Development option to store an infobase 1C:Enterprise server referece to create infobase in.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_SERVER_SECURE_CONNECTION

        static final String OPTION_INFOBASE_SERVER_SECURE_CONNECTION
        Development option to store an infobase secure connection parameter to create infobase with.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_SERVER_LOCK_SCHEDULED_JOBS

        static final String OPTION_INFOBASE_SERVER_LOCK_SCHEDULED_JOBS
        Development option to store whether need to lock scheduled jobs when creating an infobase.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_SERVER_DBMS_TYPE

        static final String OPTION_INFOBASE_SERVER_DBMS_TYPE
        Development option to store an infobase DBMS type to create infobase with.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_SERVER_DBMS_SERVER

        static final String OPTION_INFOBASE_SERVER_DBMS_SERVER
        Development option to store an infobase DBMS host to create infobase with.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_SERVER_DBMS_NAME

        static final String OPTION_INFOBASE_SERVER_DBMS_NAME
        Development option to store an infobase DBMS database name to create infobase with.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_SERVER_DBMS_USERNAME

        static final String OPTION_INFOBASE_SERVER_DBMS_USERNAME
        Development option to store an infobase DBMS username to create infobase with.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_SERVER_DBMS_PASSWORD

        static final String OPTION_INFOBASE_SERVER_DBMS_PASSWORD
        Development option to store an infobase DBMS password to create infobase with.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_SERVER_DBMS_DATE_SHIFT

        static final String OPTION_INFOBASE_SERVER_DBMS_DATE_SHIFT
        Development option to store an infobase DBMS date shift to create infobase with.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_SERVER_DBMS_FORCE_CREATE

        static final String OPTION_INFOBASE_SERVER_DBMS_FORCE_CREATE
        Development option to store whether need to force create DBMS when creating an infobase.
        See Also:
        Constant Field Values
      • OPTION_DELETE_INFOBASE

        static final String OPTION_DELETE_INFOBASE
        Development option to delete infobase. Value is String representet boolean flag, default value is true.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_ACCESS_TYPE

        static final String OPTION_INFOBASE_ACCESS_TYPE
        Development option to access infobase - access type
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_ACCESS_USER_NAME

        static final String OPTION_INFOBASE_ACCESS_USER_NAME
        Development option to access infobase - user name
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_ACCESS_PASSWORD

        static final String OPTION_INFOBASE_ACCESS_PASSWORD
        Development option to access infobase - password
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_ACCESS_ADDITIONAL_PROPERTIES

        static final String OPTION_INFOBASE_ACCESS_ADDITIONAL_PROPERTIES
        Development option to access infobase - additional properties
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_DATABASE_FILE_LOCATION

        static final String OPTION_INFOBASE_DATABASE_FILE_LOCATION
        Development option to store a file-system location of database file to create file infobase content with.
        See Also:
        Constant Field Values
      • OPTION_INFOBASE_SYNCHRONIZED

        static final String OPTION_INFOBASE_SYNCHRONIZED
        Development option to store a boolean flag whether the infobase is already synchronized with project.
        See Also:
        Constant Field Values