Package io.jmix.core
Class CoreProperties
java.lang.Object
io.jmix.core.CoreProperties
-
Constructor Summary
ConstructorsConstructorDescriptionCoreProperties(String webHostName, String webPort, String confDir, String workDir, String tempDir, String dbDir, List<String> availableLocales, int crossDataStoreReferenceLoadingBatchSize, boolean idGenerationForEntitiesInAdditionalDataStoresEnabled, int dom4jMaxPoolSize, int dom4jMaxBorrowWaitMillis, String anonymousAuthenticationTokenKey, String defaultFileStorage, boolean entitySerializationTokenRequired, String entitySerializationTokenEncryptionKey, boolean unsafeRuntimeFeaturesEnabled, boolean hotDeployEnabled, boolean legacyFetchPlanSerializationAttributeName, boolean triggerFilesEnabled, Duration triggerFilesProcessInterval, boolean roundDecimalValueByFormat, boolean skipNullOrEmptyConditionsByDefault, boolean instanceNameFallbackEnabled, boolean dataObservationEnabled, boolean useUserInfoForObservation, boolean applicationInfoFileEnabled) -
Method Summary
-
Constructor Details
-
CoreProperties
public CoreProperties(String webHostName, String webPort, String confDir, String workDir, String tempDir, String dbDir, List<String> availableLocales, @DefaultValue("50") int crossDataStoreReferenceLoadingBatchSize, @DefaultValue("true") boolean idGenerationForEntitiesInAdditionalDataStoresEnabled, @DefaultValue("100") int dom4jMaxPoolSize, @DefaultValue("1000") int dom4jMaxBorrowWaitMillis, @DefaultValue("de72c623-6d3d-458c-a187-c526de515ecd") String anonymousAuthenticationTokenKey, String defaultFileStorage, @DefaultValue("false") boolean entitySerializationTokenRequired, @DefaultValue("KEY") String entitySerializationTokenEncryptionKey, @DefaultValue("true") boolean unsafeRuntimeFeaturesEnabled, @DefaultValue("true") boolean hotDeployEnabled, @DefaultValue("false") boolean legacyFetchPlanSerializationAttributeName, @DefaultValue("true") boolean triggerFilesEnabled, @DefaultValue("5000") Duration triggerFilesProcessInterval, @DefaultValue("true") boolean roundDecimalValueByFormat, @DefaultValue("false") boolean skipNullOrEmptyConditionsByDefault, @DefaultValue("true") boolean instanceNameFallbackEnabled, @DefaultValue("false") boolean dataObservationEnabled, @DefaultValue("true") boolean useUserInfoForObservation, @DefaultValue("true") boolean applicationInfoFileEnabled)
-
-
Method Details
-
getWebHostName
-
getWebPort
-
getConfDir
-
getWorkDir
-
getTempDir
-
getDbDir
-
getDefaultFileStorage
-
getAvailableLocales
-
getCrossDataStoreReferenceLoadingBatchSize
public int getCrossDataStoreReferenceLoadingBatchSize() -
isIdGenerationForEntitiesInAdditionalDataStoresEnabled
public boolean isIdGenerationForEntitiesInAdditionalDataStoresEnabled()- See Also:
-
getDom4jMaxPoolSize
public int getDom4jMaxPoolSize()- See Also:
-
getDom4jMaxBorrowWaitMillis
public int getDom4jMaxBorrowWaitMillis()- See Also:
-
getAnonymousAuthenticationTokenKey
- See Also:
-
isEntitySerializationTokenRequired
public boolean isEntitySerializationTokenRequired()- See Also:
-
getEntitySerializationTokenEncryptionKey
-
isUnsafeRuntimeFeaturesEnabled
public boolean isUnsafeRuntimeFeaturesEnabled() -
isHotDeployEnabled
public boolean isHotDeployEnabled() -
isTriggerFilesEnabled
public boolean isTriggerFilesEnabled()- See Also:
-
getTriggerFilesProcessInterval
- See Also:
-
isRoundDecimalValueByFormat
public boolean isRoundDecimalValueByFormat()- See Also:
-
isSkipNullOrEmptyConditionsByDefault
public boolean isSkipNullOrEmptyConditionsByDefault()- See Also:
-
isInstanceNameFallbackEnabled
public boolean isInstanceNameFallbackEnabled()- See Also:
-
isDataObservationEnabled
public boolean isDataObservationEnabled()- See Also:
-
isUseUserInfoForObservation
public boolean isUseUserInfoForObservation()- See Also:
-
isApplicationInfoFileEnabled
public boolean isApplicationInfoFileEnabled()- See Also:
-