Package com._1c.g5.v8.dt.team.infobases
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDevelopment option to delete infobase.static final StringDevelopment option to access infobase - additional propertiesstatic final StringDevelopment option to access infobase - passwordstatic final StringDevelopment option to access infobase - access typestatic final StringDevelopment option to access infobase - user namestatic final StringDevelopment option to store a file-system location of database file to create file infobase content with.static final StringDevelopment option to store a file-system location of infobase dump to create file infobase content with.static final StringDevelopment option to store a file-system parent location to create file infobase in.static final StringDevelopment option to store an infobase locate to create infobase with.static final StringDevelopment option to store creating infobase name.static final StringDevelopment option to store an infobase reference folder (in terms of 1C:Starter config).static final StringDevelopment option to store aUUIDof the infobase reference.static final StringDevelopment option to store an infobase DBMS date shift to create infobase with.static final StringDevelopment option to store whether need to force create DBMS when creating an infobase.static final StringDevelopment option to store an infobase DBMS database name to create infobase with.static final StringDevelopment option to store an infobase DBMS password to create infobase with.static final StringDevelopment option to store an infobase DBMS host to create infobase with.static final StringDevelopment option to store an infobase DBMS type to create infobase with.static final StringDevelopment option to store an infobase DBMS username to create infobase with.static final StringDevelopment option to store an infobase 1C:Enterprise server host to create infobase in.static final StringDevelopment option to store whether need to lock scheduled jobs when creating an infobase.static final StringDevelopment option to store an infobase 1C:Enterprise server referece to create infobase in.static final StringDevelopment option to store an infobase secure connection parameter to create infobase with.static final StringDevelopment option to store abooleanflag whether the infobase is already synchronized with project.static final StringDevelopment option to store infobase type to create deployment infobase with.
-
Field Details
-
OPTION_INFOBASE_NAME
Development option to store creating infobase name. If not provided, then issue name will be used.- See Also:
-
OPTION_INFOBASE_REFERENCE_FOLDER
Development option to store an infobase reference folder (in terms of 1C:Starter config).- See Also:
-
OPTION_INFOBASE_REFERENCE_ID
Development option to store aUUIDof the infobase reference.- See Also:
-
OPTION_INFOBASE_DUMP_LOCATION
Development option to store a file-system location of infobase dump to create file infobase content with.- See Also:
-
OPTION_INFOBASE_TYPE
Development option to store infobase type to create deployment infobase with.- See Also:
-
OPTION_INFOBASE_FILE_PARENT_LOCATION
Development option to store a file-system parent location to create file infobase in.- See Also:
-
OPTION_INFOBASE_LOCALE
Development option to store an infobase locate to create infobase with.- See Also:
-
OPTION_INFOBASE_SERVER_HOST
Development option to store an infobase 1C:Enterprise server host to create infobase in.- See Also:
-
OPTION_INFOBASE_SERVER_REFERENCE
Development option to store an infobase 1C:Enterprise server referece to create infobase in.- See Also:
-
OPTION_INFOBASE_SERVER_SECURE_CONNECTION
Development option to store an infobase secure connection parameter to create infobase with.- See Also:
-
OPTION_INFOBASE_SERVER_LOCK_SCHEDULED_JOBS
Development option to store whether need to lock scheduled jobs when creating an infobase.- See Also:
-
OPTION_INFOBASE_SERVER_DBMS_TYPE
Development option to store an infobase DBMS type to create infobase with.- See Also:
-
OPTION_INFOBASE_SERVER_DBMS_SERVER
Development option to store an infobase DBMS host to create infobase with.- See Also:
-
OPTION_INFOBASE_SERVER_DBMS_NAME
Development option to store an infobase DBMS database name to create infobase with.- See Also:
-
OPTION_INFOBASE_SERVER_DBMS_USERNAME
Development option to store an infobase DBMS username to create infobase with.- See Also:
-
OPTION_INFOBASE_SERVER_DBMS_PASSWORD
Development option to store an infobase DBMS password to create infobase with.- See Also:
-
OPTION_INFOBASE_SERVER_DBMS_DATE_SHIFT
Development option to store an infobase DBMS date shift to create infobase with.- See Also:
-
OPTION_INFOBASE_SERVER_DBMS_FORCE_CREATE
Development option to store whether need to force create DBMS when creating an infobase.- See Also:
-
OPTION_DELETE_INFOBASE
Development option to delete infobase. Value isStringrepresentet boolean flag, default value istrue.- See Also:
-
OPTION_INFOBASE_ACCESS_TYPE
Development option to access infobase - access type- See Also:
-
OPTION_INFOBASE_ACCESS_USER_NAME
Development option to access infobase - user name- See Also:
-
OPTION_INFOBASE_ACCESS_PASSWORD
Development option to access infobase - password- See Also:
-
OPTION_INFOBASE_ACCESS_ADDITIONAL_PROPERTIES
Development option to access infobase - additional properties- See Also:
-
OPTION_INFOBASE_DATABASE_FILE_LOCATION
Development option to store a file-system location of database file to create file infobase content with.- See Also:
-
OPTION_INFOBASE_SYNCHRONIZED
Development option to store abooleanflag whether the infobase is already synchronized with project.- See Also:
-