public interface IInfoBaseInfo
Modifier and Type | Method and Description |
---|---|
int |
getDateOffset()
Gets the infobase date offset
|
String |
getDbms()
Gets the type of the DBMS that stores the infobase
|
String |
getDbName()
Gets the database server name of the database
that stores the infobase
|
String |
getDbPassword()
Gets the password of a database server user
|
String |
getDbServerName()
Gets the name of the database server
that stores the infobase
|
String |
getDbUser()
Gets the database server user name
|
Date |
getDeniedFrom()
Gets the start time of the session lock period
|
String |
getDeniedMessage()
Gets the message that is displayed when a session lock violation
attempt is made
|
String |
getDeniedParameter()
Gets the session lock parameter value
|
Date |
getDeniedTo()
Gets the end time of the session lock period
|
String |
getDescr()
Gets infobase description
|
String |
getExternalSessionManagerConnectionString()
Gets external session manager parameters
|
boolean |
getExternalSessionManagerRequired()
Gets the flag that shows whether using an external session manager
is mandatory
|
UUID |
getInfoBaseId()
Gets the infobase ID
|
int |
getLicenseDistributionAllowed()
Gets the flag that shows whether license distribution from
1C:Enterprise server is allowed
|
String |
getLocale()
Gets the infobase locale ID
|
String |
getName()
Gets the infobase name
|
String |
getPermissionCode()
Gets the code that allows opening sessions during the session
lock period
|
String |
getSafeModeSecurityProfileName()
Gets the name of the infobase security profile for safe mode
|
int |
getSecurityLevel()
Gets the infobase security level
|
String |
getSecurityProfileName()
Gets the infobase security profile name
|
boolean |
isScheduledJobsDenied()
Gets the flag that shows whether execution of infobase
scheduled jobs is denied
|
boolean |
isSessionsDenied()
Gets the flag that shows whether the session is locked
|
void |
setDateOffset(int offset)
Sets the infobase date offset
|
void |
setDbms(String kind)
Sets the type of the DBMS that stores the infobase
|
void |
setDbName(String name)
Sets the database server name of the database
that stores the infobase
|
void |
setDbPassword(String pwd)
Sets the password of a database server user
|
void |
setDbServerName(String name)
Sets the name of the database server
that stores the infobase
|
void |
setDbUser(String user)
Sets the database server user name
|
void |
setDeniedFrom(Date deniedFrom)
Sets the start time of the session lock period
|
void |
setDeniedMessage(String message)
Sets the message that is displayed when a session lock violation
attempt is made
|
void |
setDeniedParameter(String param)
Sets the session lock parameter value
|
void |
setDeniedTo(Date deniedTo)
Sets the end time of the session lock period
|
void |
setDescr(String descr)
Sets infobase description
|
void |
setExternalSessionManagerConnectionString(String connectionString)
Sets external session manager parameters
|
void |
setExternalSessionManagerRequired(boolean value)
Sets the flag that shows whether using an external session manager
is mandatory
|
void |
setLicenseDistributionAllowed(int value)
Sets the flag that shows whether license distribution from
1C:Enterprise server is allowed
|
void |
setLocale(String locale)
Sets the infobase locale ID
|
void |
setName(String name)
Sets the infobase name
|
void |
setPermissionCode(String code)
Sets the code that allows opening sessions during the session
lock period
|
void |
setSafeModeSecurityProfileName(String spName)
Sets the name of the infobase security profile for safe mode
|
void |
setScheduledJobsDenied(boolean value)
Sets the flag that shows whether execution of infobase scheduled
jobs is denied
|
void |
setSecurityProfileName(String spName)
Sets the infobase security profile name
|
void |
setSessionsDenied(boolean flag)
Sets the flag that shows whether the session is locked
|
UUID getInfoBaseId()
int getDateOffset()
void setDateOffset(int offset)
offset
- infobase date offsetString getDbms()
void setDbms(String kind)
kind
- DMBS typeString getDbName()
void setDbName(String name)
name
- database nameString getDbPassword()
void setDbPassword(String pwd)
pwd
- password of a database server userString getDbServerName()
void setDbServerName(String name)
name
- database server nameString getDbUser()
void setDbUser(String user)
user
- database server user nameDate getDeniedFrom()
void setDeniedFrom(Date deniedFrom)
deniedFrom
- start time of the session lock periodString getDeniedMessage()
void setDeniedMessage(String message)
message
- message displayed when a session lock violation
attempt is madeString getDeniedParameter()
void setDeniedParameter(String param)
param
- session lock parameter valueDate getDeniedTo()
void setDeniedTo(Date deniedTo)
deniedTo
- end time of the session lock periodString getDescr()
void setDescr(String descr)
descr
- infobase descriptionString getLocale()
void setLocale(String locale)
locale
- infobase locale IDString getName()
void setName(String name)
name
- infobase nameString getPermissionCode()
void setPermissionCode(String code)
code
- code that allows opening sessions during the session
lock periodboolean isScheduledJobsDenied()
void setScheduledJobsDenied(boolean value)
value
- flag that shows whether execution of infobase scheduled
jobs is denied (true = denied, false = allowed)int getSecurityLevel()
boolean isSessionsDenied()
void setSessionsDenied(boolean flag)
flag
- flag that shows whether the session is lockedint getLicenseDistributionAllowed()
void setLicenseDistributionAllowed(int value)
value
- flag that shows whether license distribution from
1C:Enterprise server is allowedString getExternalSessionManagerConnectionString()
void setExternalSessionManagerConnectionString(String connectionString)
connectionString
- external session manager parametersboolean getExternalSessionManagerRequired()
void setExternalSessionManagerRequired(boolean value)
value
- flag that shows whether using an external session manager
is mandatoryString getSecurityProfileName()
void setSecurityProfileName(String spName)
spName
- security profile nameString getSafeModeSecurityProfileName()
void setSafeModeSecurityProfileName(String spName)
spName
- security profile nameCopyright © '1C' 1996-2012