@ConfigurationProperties(prefix="flowable") public class FlowableProperties extends Object
| Constructor and Description |
|---|
FlowableProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCustomMybatisMappers() |
List<String> |
getCustomMybatisXMLMappers() |
String |
getDatabaseSchema() |
String |
getDatabaseSchemaUpdate() |
String |
getDeploymentName() |
org.flowable.common.engine.impl.history.HistoryLevel |
getHistoryLevel() |
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() |
boolean |
isAsyncExecutorActivate() |
boolean |
isAsyncHistoryExecutorActivate() |
boolean |
isCheckProcessDefinitions() |
boolean |
isDbHistoryUsed() |
boolean |
isDbIdentityUsed()
Deprecated.
|
boolean |
isJpaEnabled() |
boolean |
isRestApiEnabled() |
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 |
setHistoryLevel(org.flowable.common.engine.impl.history.HistoryLevel historyLevel) |
void |
setJpaEnabled(boolean jpaEnabled) |
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() |
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)
@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)
Copyright © 2018 Flowable. All rights reserved.