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.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(java.lang.Object component,
java.lang.String key)
Deprecated.
As of version 7.19, but not usable since 7.0. Use {
getConstantValue(String) } instead. |
java.lang.Object |
getConstantValue(java.lang.String key) |
long |
getCSVExportBatchSize() |
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() |
java.io.File |
getModelerFile() |
java.io.File |
getMxClientSystemPath() |
java.util.Set<java.lang.String> |
getMyScheduledEvents() |
java.lang.String |
getNewLine() |
java.io.File |
getPublicWebrootPath() |
java.io.File |
getResourcesPath() |
java.io.File |
getRuntimePath() |
Configuration.ScheduledEventExecution |
getScheduledEventExecution() |
java.lang.String |
getSessionIdCookieName() |
long |
getSessionKeepAliveUpdatesInterval() |
int |
getSessionTimeout() |
int |
getSessionValidationTimeout() |
java.lang.String |
getStorageService() |
java.io.File |
getTempPath() |
java.util.Map<java.lang.String,WebServiceCertificateInfo> |
getWebServiceCertificates()
Deprecated.
As of version 7.1, use HttpConfiguration.getInstance().getServiceClientCertificates() instead
|
java.lang.String |
getXASId() |
boolean |
hasMicroflowConstantConfig(java.lang.String key) |
boolean |
isFileDocumentCachingEnabled() |
boolean |
isInDevelopment() |
boolean |
isKeepAliveEnabled() |
boolean |
isLocalFileSystemCleaningEnabled() |
boolean |
shouldTrackWebServiceUserLastLogin() |
void |
updateConfiguration(java.util.Map<java.lang.String,java.lang.Object> config,
boolean overwrite) |
static final RuntimeVersion RUNTIME_VERSION
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()
java.io.File getImagePath()
java.io.File getResourcesPath()
java.lang.String getImageUrl()
java.io.File getTempPath()
long getSessionKeepAliveUpdatesInterval()
long getClusterManagerActionInterval()
int getSessionTimeout()
int getSessionValidationTimeout()
boolean isKeepAliveEnabled()
boolean isFileDocumentCachingEnabled()
java.lang.String getApplicationRootUrl()
java.lang.String getIFrameUploadDomain()
java.io.File getModelerFile()
boolean isInDevelopment()
java.io.File getRuntimePath()
java.lang.Integer getClientQueryTimeout()
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()
@Deprecated java.lang.Object getConstantValue(java.lang.Object component, java.lang.String key)
getConstantValue(String)
} instead.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()
@Deprecated java.util.Map<java.lang.String,WebServiceCertificateInfo> getWebServiceCertificates()
long getCSVExportBatchSize()
boolean shouldTrackWebServiceUserLastLogin()
java.lang.String getSessionIdCookieName()
int getClusterManagerQueryTimeout()
boolean isLocalFileSystemCleaningEnabled()
java.lang.String getStorageService()