![]() |
Mendix Runtime
Documentation for the Mendix Runtime Environment API
|
Configuration entries for the runtime. These configuration entries can be altered using your favourite deployment environment.
com.mendix.core.conf.Configuration.Configuration | ( | ) |
void com.mendix.core.conf.Configuration.checkConfig | ( | ) | throws AdminException |
Set default values for uninitialized fields if no custom configuration options were supplied, and feed them back again to updateConfiguration.
boolean com.mendix.core.conf.Configuration.enablePersistentSessions | ( | ) |
String com.mendix.core.conf.Configuration.getAdminUserName | ( | ) |
String com.mendix.core.conf.Configuration.getAdminUserRoleName | ( | ) |
String com.mendix.core.conf.Configuration.getApplicationRootUrl | ( | ) |
File com.mendix.core.conf.Configuration.getBasePath | ( | ) |
List<InputStream> com.mendix.core.conf.Configuration.getCACertificates | ( | ) | throws FileNotFoundException |
List<String> com.mendix.core.conf.Configuration.getClientCertificatePasswords | ( | ) |
List<InputStream> com.mendix.core.conf.Configuration.getClientCertificates | ( | ) | throws FileNotFoundException |
Integer com.mendix.core.conf.Configuration.getClientQueryTimeout | ( | ) |
long com.mendix.core.conf.Configuration.getClusterManagerActionInterval | ( | ) |
ConnectionBusConfiguration com.mendix.core.conf.Configuration.getConnectionBusConfiguration | ( | ) |
Object com.mendix.core.conf.Configuration.getConstantValue | ( | String | key | ) |
long com.mendix.core.conf.Configuration.getCSVExportBatchSize | ( | ) |
String com.mendix.core.conf.Configuration.getDatabaseName | ( | ) |
final HashAlgorithmType com.mendix.core.conf.Configuration.getDefaultHashAlgorithm | ( | ) |
com.mendix.core.Core.Mode com.mendix.core.conf.Configuration.getDTAPMode | ( | ) |
boolean com.mendix.core.conf.Configuration.getEnableGuestLogin | ( | ) |
String com.mendix.core.conf.Configuration.getFileSeparator | ( | ) |
String com.mendix.core.conf.Configuration.getGuestUserRoleName | ( | ) |
File com.mendix.core.conf.Configuration.getI18NPath | ( | ) |
String com.mendix.core.conf.Configuration.getIFrameUploadDomain | ( | ) |
File com.mendix.core.conf.Configuration.getImagePath | ( | ) |
final String com.mendix.core.conf.Configuration.getImageUrl | ( | ) |
String com.mendix.core.conf.Configuration.getJavaKeyStorePassword | ( | ) |
Integer com.mendix.core.conf.Configuration.getLogMinDurationQuery | ( | ) |
Integer com.mendix.core.conf.Configuration.getMaxThreadsPerDataStoreRequest | ( | ) |
File com.mendix.core.conf.Configuration.getModelerFile | ( | ) |
File com.mendix.core.conf.Configuration.getMxClientSystemPath | ( | ) |
int com.mendix.core.conf.Configuration.getMxObjectCacheMaxEntriesLocalDisk | ( | ) |
int com.mendix.core.conf.Configuration.getMxObjectCacheMaxEntriesLocalHeap | ( | ) |
int com.mendix.core.conf.Configuration.getMxObjectCacheMaxThreads | ( | ) |
int com.mendix.core.conf.Configuration.getMxObjectCacheMinThreads | ( | ) |
long com.mendix.core.conf.Configuration.getMxObjectCacheTimeToIdleInSeconds | ( | ) |
Set<String> com.mendix.core.conf.Configuration.getMyScheduledEvents | ( | ) |
String com.mendix.core.conf.Configuration.getNewLine | ( | ) |
File com.mendix.core.conf.Configuration.getPublicWebrootPath | ( | ) |
Boolean com.mendix.core.conf.Configuration.getReadCommittedSnapshot | ( | ) |
int com.mendix.core.conf.Configuration.getRequestDispatchMaxThreads | ( | ) |
int com.mendix.core.conf.Configuration.getRequestDispatchMinThreads | ( | ) |
File com.mendix.core.conf.Configuration.getResourcesPath | ( | ) |
File com.mendix.core.conf.Configuration.getRuntimePath | ( | ) |
ScheduledEventExecution com.mendix.core.conf.Configuration.getScheduledEventExecution | ( | ) |
int com.mendix.core.conf.Configuration.getSessionTimeout | ( | ) |
boolean com.mendix.core.conf.Configuration.getShowNavigationTree | ( | ) |
File com.mendix.core.conf.Configuration.getTempPath | ( | ) |
File com.mendix.core.conf.Configuration.getUploadedFilesPath | ( | ) |
Map<String, WebServiceCertificateInfo> com.mendix.core.conf.Configuration.getWebServiceCertificates | ( | ) |
String com.mendix.core.conf.Configuration.getXASId | ( | ) |
boolean com.mendix.core.conf.Configuration.hasMicroflowConstantConfig | ( | String | key | ) |
boolean com.mendix.core.conf.Configuration.isInDevelopment | ( | ) |
boolean com.mendix.core.conf.Configuration.isKeepAliveEnabled | ( | ) |
Boolean com.mendix.core.conf.Configuration.mustReturnOnlyNecessaryDDLCommands | ( | ) |
void com.mendix.core.conf.Configuration.setReturnOnlyNecessaryDDLCommands | ( | boolean | returnOnlyNecessaryDDLCommands | ) |
boolean com.mendix.core.conf.Configuration.shouldTrackWebServiceUserLastLogin | ( | ) |
void com.mendix.core.conf.Configuration.updateConfiguration | ( | JSONObject | params, |
boolean | overwrite | ||
) | throws JSONException |
void com.mendix.core.conf.Configuration.updateConfiguration | ( | Map< String, Object > | config, |
boolean | overwrite | ||
) |
boolean com.mendix.core.conf.Configuration.useLDAPAuthentication | ( | ) |
final RuntimeVersion com.mendix.core.conf.Configuration.RUNTIME_VERSION = RuntimeVersion.getInstance() [static] |