Configuration
.@Deprecated public final class ConfigurationImpl extends java.lang.Object implements Configuration
Configuration.ScheduledEventExecution
RUNTIME_VERSION
Constructor and Description |
---|
ConfigurationImpl(com.mendix.logging.ILogManager logManager,
com.mendix.configuration.ConfigurationRegistry configRegistry)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
checkConfig()
Deprecated.
Set default values for uninitialized fields if no custom configuration options were supplied, and feed them back again to updateConfiguration.
|
boolean |
enablePersistentSessions()
Deprecated.
|
java.lang.String |
getAdminUserName()
Deprecated.
|
java.lang.String |
getAdminUserRoleName()
Deprecated.
|
java.lang.String |
getApplicationRootUrl()
Deprecated.
|
java.io.File |
getBasePath()
Deprecated.
|
java.io.File |
getBuiltInDatabasePath()
Deprecated.
|
java.util.List<java.io.InputStream> |
getCACertificates()
Deprecated.
|
java.util.List<java.lang.String> |
getClientCertificatePasswords()
Deprecated.
|
java.util.List<java.io.InputStream> |
getClientCertificates()
Deprecated.
|
java.lang.Integer |
getClientQueryTimeout()
Deprecated.
|
long |
getClusterManagerActionInterval()
Deprecated.
|
int |
getClusterManagerQueryTimeout()
Deprecated.
|
java.lang.Object |
getConstantValue(com.mendix.core.component.LocalComponent component,
java.lang.String key)
Deprecated.
|
java.lang.Object |
getConstantValue(java.lang.String key)
Deprecated.
|
long |
getCSVExportBatchSize()
Deprecated.
|
java.lang.String |
getDatabaseName()
Deprecated.
|
JDBCDataStoreConfiguration |
getDataStoreConfiguration()
Deprecated.
|
HashAlgorithmType |
getDefaultHashAlgorithm()
Deprecated.
|
boolean |
getEnableGuestLogin()
Deprecated.
|
java.lang.String |
getFileSeparator()
Deprecated.
|
java.lang.String |
getGuestUserRoleName()
Deprecated.
|
java.lang.String |
getIFrameUploadDomain()
Deprecated.
|
java.io.File |
getImagePath()
Deprecated.
|
java.lang.String |
getImageUrl()
Deprecated.
|
java.lang.String |
getJavaKeyStorePassword()
Deprecated.
|
int |
getLocalFileSystemCleaningTime()
Deprecated.
|
java.lang.Integer |
getLogMinDurationQuery()
Deprecated.
|
java.lang.Integer |
getMaxThreadsPerDataStoreRequest()
Deprecated.
|
java.io.File |
getModelerFile()
Deprecated.
|
java.io.File |
getMxClientSystemPath()
Deprecated.
|
java.util.Set<java.lang.String> |
getMyScheduledEvents()
Deprecated.
|
java.lang.String |
getNewLine()
Deprecated.
|
java.io.File |
getPublicWebrootPath()
Deprecated.
|
java.lang.Boolean |
getReadCommittedSnapshot()
Deprecated.
|
java.io.File |
getResourcesPath()
Deprecated.
|
java.io.File |
getRuntimePath()
Deprecated.
|
Configuration.ScheduledEventExecution |
getScheduledEventExecution()
Deprecated.
|
java.lang.String |
getSessionIdCookieName()
Deprecated.
|
int |
getSessionTimeout()
Deprecated.
|
java.lang.String |
getStorageService()
Deprecated.
|
java.io.File |
getTempPath()
Deprecated.
|
java.io.File |
getUploadedFilesPath()
Deprecated.
|
java.lang.String |
getValue(java.lang.String name)
Deprecated.
|
java.util.Map<java.lang.String,WebServiceCertificateInfo> |
getWebServiceCertificates()
Deprecated.
|
java.lang.String |
getXASId()
Deprecated.
|
boolean |
hasMicroflowConstantConfig(java.lang.String key)
Deprecated.
|
boolean |
isClustered()
Deprecated.
|
boolean |
isInDevelopment()
Deprecated.
|
boolean |
isKeepAliveEnabled()
Deprecated.
|
boolean |
isLocalFileSystemCleaningEnabled()
Deprecated.
|
java.lang.Boolean |
mustReturnOnlyNecessaryDDLCommands()
Deprecated.
|
void |
registerConfigurationSetting(java.lang.String name,
java.lang.String defaultValue)
Deprecated.
|
void |
setMxRuntimeConfiguration(com.mendix.core.conf.MxRuntimeConfiguration mxRuntimeConfiguration)
Deprecated.
|
void |
setReturnOnlyNecessaryDDLCommands(boolean returnOnlyNecessary)
Deprecated.
|
void |
setValue(java.lang.String name,
java.lang.String value)
Deprecated.
|
boolean |
shouldTrackWebServiceUserLastLogin()
Deprecated.
|
void |
updateConfiguration(org.json.JSONObject params,
boolean overwrite)
Deprecated.
|
void |
updateConfiguration(java.util.Map<java.lang.String,java.lang.Object> config,
boolean overwrite)
Deprecated.
|
boolean |
useLDAPAuthentication()
Deprecated.
|
public ConfigurationImpl(com.mendix.logging.ILogManager logManager, com.mendix.configuration.ConfigurationRegistry configRegistry)
@Deprecated public void registerConfigurationSetting(java.lang.String name, java.lang.String defaultValue)
registerConfigurationSetting
in interface Configuration
@Deprecated public java.lang.String getValue(java.lang.String name)
getValue
in interface Configuration
@Deprecated public void setValue(java.lang.String name, java.lang.String value)
setValue
in interface Configuration
@Deprecated public void updateConfiguration(org.json.JSONObject params, boolean overwrite) throws org.json.JSONException
updateConfiguration
in interface Configuration
org.json.JSONException
public void updateConfiguration(java.util.Map<java.lang.String,java.lang.Object> config, boolean overwrite)
updateConfiguration
in interface Configuration
public void checkConfig() throws com.mendix.m2ee.api.AdminException
Configuration
checkConfig
in interface Configuration
com.mendix.m2ee.api.AdminException
public java.lang.String getXASId()
getXASId
in interface Configuration
public java.io.File getBasePath()
getBasePath
in interface Configuration
public java.lang.String getFileSeparator()
getFileSeparator
in interface Configuration
public java.lang.String getNewLine()
getNewLine
in interface Configuration
public java.io.File getPublicWebrootPath()
getPublicWebrootPath
in interface Configuration
public JDBCDataStoreConfiguration getDataStoreConfiguration()
getDataStoreConfiguration
in interface Configuration
public java.io.File getImagePath()
getImagePath
in interface Configuration
public java.io.File getResourcesPath()
getResourcesPath
in interface Configuration
public final java.lang.String getImageUrl()
getImageUrl
in interface Configuration
public final java.io.File getBuiltInDatabasePath()
getBuiltInDatabasePath
in interface Configuration
public java.io.File getTempPath()
getTempPath
in interface Configuration
@Deprecated public java.io.File getUploadedFilesPath()
getUploadedFilesPath
in interface Configuration
public final HashAlgorithmType getDefaultHashAlgorithm()
getDefaultHashAlgorithm
in interface Configuration
public long getClusterManagerActionInterval()
getClusterManagerActionInterval
in interface Configuration
public int getSessionTimeout()
getSessionTimeout
in interface Configuration
public boolean isKeepAliveEnabled()
isKeepAliveEnabled
in interface Configuration
@Deprecated public boolean useLDAPAuthentication()
useLDAPAuthentication
in interface Configuration
public java.lang.String getApplicationRootUrl()
getApplicationRootUrl
in interface Configuration
public java.lang.String getIFrameUploadDomain()
getIFrameUploadDomain
in interface Configuration
public java.io.File getModelerFile()
getModelerFile
in interface Configuration
public boolean isInDevelopment()
isInDevelopment
in interface Configuration
public java.io.File getRuntimePath()
getRuntimePath
in interface Configuration
public java.lang.String getDatabaseName()
getDatabaseName
in interface Configuration
public java.lang.Boolean getReadCommittedSnapshot()
getReadCommittedSnapshot
in interface Configuration
public java.lang.Integer getMaxThreadsPerDataStoreRequest()
getMaxThreadsPerDataStoreRequest
in interface Configuration
public java.lang.Integer getClientQueryTimeout()
getClientQueryTimeout
in interface Configuration
public java.lang.Integer getLogMinDurationQuery()
getLogMinDurationQuery
in interface Configuration
public java.lang.Boolean mustReturnOnlyNecessaryDDLCommands()
mustReturnOnlyNecessaryDDLCommands
in interface Configuration
public void setReturnOnlyNecessaryDDLCommands(boolean returnOnlyNecessary)
setReturnOnlyNecessaryDDLCommands
in interface Configuration
public java.lang.Object getConstantValue(com.mendix.core.component.LocalComponent component, java.lang.String key)
getConstantValue
in interface Configuration
public java.lang.Object getConstantValue(java.lang.String key)
getConstantValue
in interface Configuration
public Configuration.ScheduledEventExecution getScheduledEventExecution()
getScheduledEventExecution
in interface Configuration
public java.util.Set<java.lang.String> getMyScheduledEvents()
getMyScheduledEvents
in interface Configuration
public boolean hasMicroflowConstantConfig(java.lang.String key)
hasMicroflowConstantConfig
in interface Configuration
public java.lang.String getAdminUserRoleName()
getAdminUserRoleName
in interface Configuration
public java.lang.String getAdminUserName()
getAdminUserName
in interface Configuration
public boolean getEnableGuestLogin()
getEnableGuestLogin
in interface Configuration
public java.lang.String getGuestUserRoleName()
getGuestUserRoleName
in interface Configuration
public boolean enablePersistentSessions()
enablePersistentSessions
in interface Configuration
public java.io.File getMxClientSystemPath()
getMxClientSystemPath
in interface Configuration
public java.lang.String getJavaKeyStorePassword()
getJavaKeyStorePassword
in interface Configuration
public java.util.List<java.io.InputStream> getCACertificates() throws java.io.FileNotFoundException
getCACertificates
in interface Configuration
java.io.FileNotFoundException
public java.util.List<java.io.InputStream> getClientCertificates() throws java.io.FileNotFoundException
getClientCertificates
in interface Configuration
java.io.FileNotFoundException
public java.util.List<java.lang.String> getClientCertificatePasswords()
getClientCertificatePasswords
in interface Configuration
public java.util.Map<java.lang.String,WebServiceCertificateInfo> getWebServiceCertificates()
getWebServiceCertificates
in interface Configuration
public long getCSVExportBatchSize()
getCSVExportBatchSize
in interface Configuration
public boolean shouldTrackWebServiceUserLastLogin()
shouldTrackWebServiceUserLastLogin
in interface Configuration
public int getClusterManagerQueryTimeout()
getClusterManagerQueryTimeout
in interface Configuration
public boolean isClustered()
isClustered
in interface Configuration
public java.lang.String getSessionIdCookieName()
getSessionIdCookieName
in interface Configuration
public boolean isLocalFileSystemCleaningEnabled()
isLocalFileSystemCleaningEnabled
in interface Configuration
public int getLocalFileSystemCleaningTime()
getLocalFileSystemCleaningTime
in interface Configuration
public java.lang.String getStorageService()
getStorageService
in interface Configuration
public void setMxRuntimeConfiguration(com.mendix.core.conf.MxRuntimeConfiguration mxRuntimeConfiguration)