public interface Configuration
Modifier and Type | Interface and Description |
---|---|
static class |
Configuration.ScheduledEventExecution |
Modifier and Type | Field and Description |
---|---|
static RuntimeVersion |
RUNTIME_VERSION |
static final RuntimeVersion RUNTIME_VERSION
@Deprecated void registerConfigurationSetting(String name, String defaultValue)
@Deprecated String getValue(String name)
@Deprecated void setValue(String name, String value)
@Deprecated void updateConfiguration(org.json.JSONObject params, boolean overwrite) throws org.json.JSONException
org.json.JSONException
void checkConfig() throws com.mendix.m2ee.api.AdminException
com.mendix.m2ee.api.AdminException
String getXASId()
File getBasePath()
String getFileSeparator()
String getNewLine()
File getPublicWebrootPath()
JDBCDataStoreConfiguration getDataStoreConfiguration()
File getImagePath()
File getResourcesPath()
String getImageUrl()
File getBuiltInDatabasePath()
File getTempPath()
@Deprecated File getUploadedFilesPath()
HashAlgorithmType getDefaultHashAlgorithm()
long getClusterManagerActionInterval()
int getSessionTimeout()
boolean isKeepAliveEnabled()
@Deprecated boolean useLDAPAuthentication()
String getApplicationRootUrl()
String getIFrameUploadDomain()
File getModelerFile()
@Deprecated InternalCore.Mode getDTAPMode()
boolean isInDevelopment()
File getRuntimePath()
String getDatabaseName()
Boolean getReadCommittedSnapshot()
Integer getMaxThreadsPerDataStoreRequest()
Integer getClientQueryTimeout()
Integer getLogMinDurationQuery()
Boolean mustReturnOnlyNecessaryDDLCommands()
void setReturnOnlyNecessaryDDLCommands(boolean returnOnlyNecessaryDDLCommands)
Object getConstantValue(com.mendix.core.component.LocalComponent component, String key)
Configuration.ScheduledEventExecution getScheduledEventExecution()
boolean hasMicroflowConstantConfig(String key)
String getAdminUserRoleName()
String getAdminUserName()
boolean getEnableGuestLogin()
String getGuestUserRoleName()
boolean enablePersistentSessions()
File getMxClientSystemPath()
String getJavaKeyStorePassword()
List<InputStream> getCACertificates() throws FileNotFoundException
FileNotFoundException
List<InputStream> getClientCertificates() throws FileNotFoundException
FileNotFoundException
Map<String,WebServiceCertificateInfo> getWebServiceCertificates()
long getCSVExportBatchSize()
boolean shouldTrackWebServiceUserLastLogin()
String getSessionIdCookieName()
int getClusterManagerQueryTimeout()
boolean isClustered()