@ConfigurationProperties(prefix="flowable.process") public class FlowableProcessProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowableProcessProperties.AsyncHistory |
| Modifier and Type | Field and Description |
|---|---|
protected int |
definitionCacheLimit
The maximum amount of process definitions available in the process definition cache.
|
protected boolean |
enableProcessDefinitionHistoryLevel
Allow to override default history level for specific process definitions using the historyLevel extension element
|
| Constructor and Description |
|---|
FlowableProcessProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefinitionCacheLimit() |
FlowableServlet |
getServlet() |
boolean |
isEnableProcessDefinitionHistoryLevel() |
boolean |
isEnableSafeXml() |
void |
setDefinitionCacheLimit(int definitionCacheLimit) |
void |
setEnableProcessDefinitionHistoryLevel(boolean enableProcessDefinitionHistoryLevel) |
void |
setEnableSafeXml(boolean enableSafeXml) |
protected boolean enableProcessDefinitionHistoryLevel
protected int definitionCacheLimit
public FlowableServlet getServlet()
public boolean isEnableProcessDefinitionHistoryLevel()
public void setEnableProcessDefinitionHistoryLevel(boolean enableProcessDefinitionHistoryLevel)
public int getDefinitionCacheLimit()
public void setDefinitionCacheLimit(int definitionCacheLimit)
public boolean isEnableSafeXml()
public void setEnableSafeXml(boolean enableSafeXml)
Copyright © 2020 Flowable. All rights reserved.