@ConfigurationProperties(prefix="flowable") public class FlowableProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
formFieldValidationEnabled
Enable form field validation after form submission on the engine level
|
| Constructor and Description |
|---|
FlowableProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityFontName() |
String |
getAnnotationFontName() |
List<String> |
getCustomMybatisMappers() |
List<String> |
getCustomMybatisXMLMappers() |
String |
getDatabaseSchema() |
String |
getDatabaseSchemaUpdate() |
String |
getDeploymentName() |
int |
getHistoryCleaningAfterDays() |
String |
getHistoryCleaningCycle() |
org.flowable.common.engine.impl.history.HistoryLevel |
getHistoryLevel() |
String |
getLabelFontName() |
Duration |
getLockPollRate() |
String |
getProcessDefinitionLocationPrefix() |
List<String> |
getProcessDefinitionLocationSuffixes() |
String |
getRestApiMapping()
Deprecated.
use
org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#getPath() |
String |
getRestApiServletName()
Deprecated.
use
org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#getName() |
Duration |
getSchemaLockWaitTime() |
boolean |
isAsyncExecutorActivate() |
boolean |
isAsyncHistoryExecutorActivate() |
boolean |
isCheckProcessDefinitions() |
boolean |
isDbHistoryUsed() |
boolean |
isDbIdentityUsed()
Deprecated.
|
boolean |
isEnableHistoryCleaning() |
boolean |
isFormFieldValidationEnabled() |
boolean |
isJpaEnabled() |
boolean |
isRestApiEnabled() |
boolean |
isUseLockForDatabaseSchemaUpdate() |
void |
setActivityFontName(String activityFontName) |
void |
setAnnotationFontName(String annotationFontName) |
void |
setAsyncExecutorActivate(boolean asyncExecutorActivate) |
void |
setAsyncHistoryExecutorActivate(boolean asyncHistoryExecutorActivate) |
void |
setCheckProcessDefinitions(boolean checkProcessDefinitions) |
void |
setCustomMybatisMappers(List<String> customMyBatisMappers) |
void |
setCustomMybatisXMLMappers(List<String> customMybatisXMLMappers) |
void |
setDatabaseSchema(String databaseSchema) |
void |
setDatabaseSchemaUpdate(String databaseSchemaUpdate) |
void |
setDbHistoryUsed(boolean isDbHistoryUsed) |
void |
setDbIdentityUsed(boolean isDbIdentityUsed)
Deprecated.
|
void |
setDeploymentName(String deploymentName) |
void |
setEnableHistoryCleaning(boolean enableHistoryCleaning) |
void |
setFormFieldValidationEnabled(boolean formFieldValidationEnabled) |
void |
setHistoryCleaningAfterDays(int historyCleaningAfterDays) |
void |
setHistoryCleaningCycle(String historyCleaningCycle) |
void |
setHistoryLevel(org.flowable.common.engine.impl.history.HistoryLevel historyLevel) |
void |
setJpaEnabled(boolean jpaEnabled) |
void |
setLabelFontName(String labelFontName) |
void |
setLockPollRate(Duration lockPollRate) |
void |
setProcessDefinitionLocationPrefix(String processDefinitionLocationPrefix) |
void |
setProcessDefinitionLocationSuffixes(List<String> processDefinitionLocationSuffixes) |
void |
setRestApiEnabled(boolean restApiEnabled) |
void |
setRestApiMapping(String restApiMapping)
Deprecated.
use
org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#setPath() |
void |
setRestApiServletName(String restApiServletName)
Deprecated.
use
org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#setName() |
void |
setSchemaLockWaitTime(Duration schemaLockWaitTime) |
void |
setUseLockForDatabaseSchemaUpdate(boolean useLockForDatabaseSchemaUpdate) |
protected boolean formFieldValidationEnabled
public boolean isAsyncExecutorActivate()
public void setAsyncExecutorActivate(boolean asyncExecutorActivate)
public boolean isAsyncHistoryExecutorActivate()
public void setAsyncHistoryExecutorActivate(boolean asyncHistoryExecutorActivate)
public boolean isRestApiEnabled()
public void setRestApiEnabled(boolean restApiEnabled)
public boolean isJpaEnabled()
public void setJpaEnabled(boolean jpaEnabled)
@DeprecatedConfigurationProperty(replacement="flowable.process.servlet.path") @Deprecated public String getRestApiMapping()
org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#getPath()@Deprecated public void setRestApiMapping(String restApiMapping)
org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#setPath()@DeprecatedConfigurationProperty(replacement="flowable.process.servlet.name") @Deprecated public String getRestApiServletName()
org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#getName()@Deprecated public void setRestApiServletName(String restApiServletName)
org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#setName()public boolean isCheckProcessDefinitions()
public void setCheckProcessDefinitions(boolean checkProcessDefinitions)
public String getDeploymentName()
public void setDeploymentName(String deploymentName)
public String getDatabaseSchemaUpdate()
public void setDatabaseSchemaUpdate(String databaseSchemaUpdate)
public String getDatabaseSchema()
public void setDatabaseSchema(String databaseSchema)
public boolean isUseLockForDatabaseSchemaUpdate()
public void setUseLockForDatabaseSchemaUpdate(boolean useLockForDatabaseSchemaUpdate)
@DeprecatedConfigurationProperty(replacement="flowable.idm.enabled") @Deprecated public boolean isDbIdentityUsed()
FlowableIdmProperties.isEnabled()@Deprecated public void setDbIdentityUsed(boolean isDbIdentityUsed)
FlowableIdmProperties.setEnabled(boolean)public boolean isDbHistoryUsed()
public void setDbHistoryUsed(boolean isDbHistoryUsed)
public org.flowable.common.engine.impl.history.HistoryLevel getHistoryLevel()
public void setHistoryLevel(org.flowable.common.engine.impl.history.HistoryLevel historyLevel)
public String getProcessDefinitionLocationPrefix()
public void setProcessDefinitionLocationPrefix(String processDefinitionLocationPrefix)
public void setProcessDefinitionLocationSuffixes(List<String> processDefinitionLocationSuffixes)
public void setCustomMybatisXMLMappers(List<String> customMybatisXMLMappers)
public String getActivityFontName()
public void setActivityFontName(String activityFontName)
public String getLabelFontName()
public void setLabelFontName(String labelFontName)
public String getAnnotationFontName()
public void setAnnotationFontName(String annotationFontName)
public boolean isFormFieldValidationEnabled()
public void setFormFieldValidationEnabled(boolean formFieldValidationEnabled)
public Duration getLockPollRate()
public void setLockPollRate(Duration lockPollRate)
public Duration getSchemaLockWaitTime()
public void setSchemaLockWaitTime(Duration schemaLockWaitTime)
public boolean isEnableHistoryCleaning()
public void setEnableHistoryCleaning(boolean enableHistoryCleaning)
public String getHistoryCleaningCycle()
public void setHistoryCleaningCycle(String historyCleaningCycle)
public int getHistoryCleaningAfterDays()
public void setHistoryCleaningAfterDays(int historyCleaningAfterDays)
Copyright © 2021 Flowable. All rights reserved.