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 SummaryFieldsModifier 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_NAMEDevelopment option to store creating infobase name. If not provided, then issue name will be used.- See Also:
 
- 
OPTION_INFOBASE_REFERENCE_FOLDERDevelopment option to store an infobase reference folder (in terms of 1C:Starter config).- See Also:
 
- 
OPTION_INFOBASE_REFERENCE_IDDevelopment option to store aUUIDof the infobase reference.- See Also:
 
- 
OPTION_INFOBASE_DUMP_LOCATIONDevelopment option to store a file-system location of infobase dump to create file infobase content with.- See Also:
 
- 
OPTION_INFOBASE_TYPEDevelopment option to store infobase type to create deployment infobase with.- See Also:
 
- 
OPTION_INFOBASE_FILE_PARENT_LOCATIONDevelopment option to store a file-system parent location to create file infobase in.- See Also:
 
- 
OPTION_INFOBASE_LOCALEDevelopment option to store an infobase locate to create infobase with.- See Also:
 
- 
OPTION_INFOBASE_SERVER_HOSTDevelopment option to store an infobase 1C:Enterprise server host to create infobase in.- See Also:
 
- 
OPTION_INFOBASE_SERVER_REFERENCEDevelopment option to store an infobase 1C:Enterprise server referece to create infobase in.- See Also:
 
- 
OPTION_INFOBASE_SERVER_SECURE_CONNECTIONDevelopment option to store an infobase secure connection parameter to create infobase with.- See Also:
 
- 
OPTION_INFOBASE_SERVER_LOCK_SCHEDULED_JOBSDevelopment option to store whether need to lock scheduled jobs when creating an infobase.- See Also:
 
- 
OPTION_INFOBASE_SERVER_DBMS_TYPEDevelopment option to store an infobase DBMS type to create infobase with.- See Also:
 
- 
OPTION_INFOBASE_SERVER_DBMS_SERVERDevelopment option to store an infobase DBMS host to create infobase with.- See Also:
 
- 
OPTION_INFOBASE_SERVER_DBMS_NAMEDevelopment option to store an infobase DBMS database name to create infobase with.- See Also:
 
- 
OPTION_INFOBASE_SERVER_DBMS_USERNAMEDevelopment option to store an infobase DBMS username to create infobase with.- See Also:
 
- 
OPTION_INFOBASE_SERVER_DBMS_PASSWORDDevelopment option to store an infobase DBMS password to create infobase with.- See Also:
 
- 
OPTION_INFOBASE_SERVER_DBMS_DATE_SHIFTDevelopment option to store an infobase DBMS date shift to create infobase with.- See Also:
 
- 
OPTION_INFOBASE_SERVER_DBMS_FORCE_CREATEDevelopment option to store whether need to force create DBMS when creating an infobase.- See Also:
 
- 
OPTION_DELETE_INFOBASEDevelopment option to delete infobase. Value isStringrepresentet boolean flag, default value istrue.- See Also:
 
- 
OPTION_INFOBASE_ACCESS_TYPEDevelopment option to access infobase - access type- See Also:
 
- 
OPTION_INFOBASE_ACCESS_USER_NAMEDevelopment option to access infobase - user name- See Also:
 
- 
OPTION_INFOBASE_ACCESS_PASSWORDDevelopment option to access infobase - password- See Also:
 
- 
OPTION_INFOBASE_ACCESS_ADDITIONAL_PROPERTIESDevelopment option to access infobase - additional properties- See Also:
 
- 
OPTION_INFOBASE_DATABASE_FILE_LOCATIONDevelopment option to store a file-system location of database file to create file infobase content with.- See Also:
 
- 
OPTION_INFOBASE_SYNCHRONIZEDDevelopment option to store abooleanflag whether the infobase is already synchronized with project.- See Also:
 
 
-