public interface Configuration
Modifier and Type | Interface and Description |
---|---|
static class |
Configuration.ScheduledEventExecution |
Modifier and Type | Field and Description |
---|---|
static RuntimeVersion |
RUNTIME_VERSION |
Modifier and Type | Method and Description |
---|---|
void |
checkConfig()
Set default values for uninitialized fields if no custom configuration options were supplied, and feed them back again to updateConfiguration.
|
boolean |
enablePersistentSessions() |
java.lang.String |
getAdminUserName() |
java.lang.String |
getAdminUserRoleName() |
java.lang.String |
getApplicationRootUrl() |
java.io.File |
getBasePath() |
java.io.File |
getBuiltInDatabasePath()
Deprecated.
|
java.util.List<java.io.InputStream> |
getCACertificates() |
java.util.List<java.lang.String> |
getClientCertificatePasswords() |
java.util.List<java.io.InputStream> |
getClientCertificates() |
java.lang.Integer |
getClientQueryTimeout() |
long |
getClusterManagerActionInterval() |
int |
getClusterManagerQueryTimeout() |
java.lang.Object |
getConstantValue(com.mendix.core.component.LocalComponent component,
java.lang.String key) |
java.lang.Object |
getConstantValue(java.lang.String key) |
long |
getCSVExportBatchSize() |
java.lang.String |
getDatabaseName()
Deprecated.
|
JDBCDataStoreConfiguration |
getDataStoreConfiguration()
Deprecated.
|
HashAlgorithmType |
getDefaultHashAlgorithm()
Deprecated.
As of release 6.8. This method will be removed in the next major release.
|
boolean |
getEnableGuestLogin() |
java.lang.String |
getFileSeparator() |
java.lang.String |
getGuestUserRoleName() |
java.lang.String |
getIFrameUploadDomain() |
java.io.File |
getImagePath() |
java.lang.String |
getImageUrl() |
java.lang.String |
getJavaKeyStorePassword() |
int |
getLocalFileSystemCleaningTime() |
java.lang.Integer |
getLogMinDurationQuery()
Deprecated.
|
java.lang.Integer |
getMaxThreadsPerDataStoreRequest()
Deprecated.
|
java.io.File |
getModelerFile() |
java.io.File |
getMxClientSystemPath() |
java.util.Set<java.lang.String> |
getMyScheduledEvents() |
java.lang.String |
getNewLine() |
java.io.File |
getPublicWebrootPath() |
java.lang.Boolean |
getReadCommittedSnapshot()
Deprecated.
|
java.io.File |
getResourcesPath() |
java.io.File |
getRuntimePath() |
Configuration.ScheduledEventExecution |
getScheduledEventExecution() |
java.lang.String |
getSessionIdCookieName() |
int |
getSessionTimeout() |
java.lang.String |
getStorageService() |
java.io.File |
getTempPath() |
java.io.File |
getUploadedFilesPath()
Deprecated.
this method was for internal use only, use Core.storeFileDocument and Core.retrieveFileDocument instead.
|
java.lang.String |
getValue(java.lang.String name)
Deprecated.
|
java.util.Map<java.lang.String,WebServiceCertificateInfo> |
getWebServiceCertificates() |
java.lang.String |
getXASId() |
boolean |
hasMicroflowConstantConfig(java.lang.String key) |
boolean |
isClustered() |
boolean |
isInDevelopment() |
boolean |
isKeepAliveEnabled() |
boolean |
isLocalFileSystemCleaningEnabled() |
java.lang.Boolean |
mustReturnOnlyNecessaryDDLCommands()
Deprecated.
|
void |
registerConfigurationSetting(java.lang.String name,
java.lang.String defaultValue)
Deprecated.
|
void |
setReturnOnlyNecessaryDDLCommands(boolean returnOnlyNecessaryDDLCommands)
Deprecated.
|
void |
setValue(java.lang.String name,
java.lang.String value)
Deprecated.
|
boolean |
shouldTrackWebServiceUserLastLogin() |
void |
updateConfiguration(org.json.JSONObject params,
boolean overwrite)
Deprecated.
|
void |
updateConfiguration(java.util.Map<java.lang.String,java.lang.Object> config,
boolean overwrite) |
boolean |
useLDAPAuthentication()
Deprecated.
|
static final RuntimeVersion RUNTIME_VERSION
@Deprecated void registerConfigurationSetting(java.lang.String name, java.lang.String defaultValue)
@Deprecated java.lang.String getValue(java.lang.String name)
@Deprecated void setValue(java.lang.String name, java.lang.String value)
@Deprecated void updateConfiguration(org.json.JSONObject params, boolean overwrite) throws org.json.JSONException
org.json.JSONException
void updateConfiguration(java.util.Map<java.lang.String,java.lang.Object> config, boolean overwrite)
void checkConfig() throws com.mendix.m2ee.api.AdminException
com.mendix.m2ee.api.AdminException
java.lang.String getXASId()
java.io.File getBasePath()
java.lang.String getFileSeparator()
java.lang.String getNewLine()
java.io.File getPublicWebrootPath()
@Deprecated JDBCDataStoreConfiguration getDataStoreConfiguration()
java.io.File getImagePath()
java.io.File getResourcesPath()
java.lang.String getImageUrl()
@Deprecated java.io.File getBuiltInDatabasePath()
java.io.File getTempPath()
@Deprecated java.io.File getUploadedFilesPath()
@Deprecated HashAlgorithmType getDefaultHashAlgorithm()
long getClusterManagerActionInterval()
int getSessionTimeout()
boolean isKeepAliveEnabled()
@Deprecated boolean useLDAPAuthentication()
java.lang.String getApplicationRootUrl()
java.lang.String getIFrameUploadDomain()
java.io.File getModelerFile()
boolean isInDevelopment()
java.io.File getRuntimePath()
@Deprecated java.lang.String getDatabaseName()
@Deprecated java.lang.Boolean getReadCommittedSnapshot()
@Deprecated java.lang.Integer getMaxThreadsPerDataStoreRequest()
java.lang.Integer getClientQueryTimeout()
@Deprecated java.lang.Integer getLogMinDurationQuery()
@Deprecated java.lang.Boolean mustReturnOnlyNecessaryDDLCommands()
@Deprecated void setReturnOnlyNecessaryDDLCommands(boolean returnOnlyNecessaryDDLCommands)
java.lang.Object getConstantValue(com.mendix.core.component.LocalComponent component, java.lang.String key)
java.lang.Object getConstantValue(java.lang.String key)
Configuration.ScheduledEventExecution getScheduledEventExecution()
java.util.Set<java.lang.String> getMyScheduledEvents()
boolean hasMicroflowConstantConfig(java.lang.String key)
java.lang.String getAdminUserRoleName()
java.lang.String getAdminUserName()
boolean getEnableGuestLogin()
java.lang.String getGuestUserRoleName()
boolean enablePersistentSessions()
java.io.File getMxClientSystemPath()
java.lang.String getJavaKeyStorePassword()
java.util.List<java.io.InputStream> getCACertificates() throws java.io.FileNotFoundException
java.io.FileNotFoundException
java.util.List<java.io.InputStream> getClientCertificates() throws java.io.FileNotFoundException
java.io.FileNotFoundException
java.util.List<java.lang.String> getClientCertificatePasswords()
java.util.Map<java.lang.String,WebServiceCertificateInfo> getWebServiceCertificates()
long getCSVExportBatchSize()
boolean shouldTrackWebServiceUserLastLogin()
java.lang.String getSessionIdCookieName()
int getClusterManagerQueryTimeout()
boolean isClustered()
boolean isLocalFileSystemCleaningEnabled()
int getLocalFileSystemCleaningTime()
java.lang.String getStorageService()