@ConfigurationProperties(prefix="flowable.cmmn") public class FlowableCmmnProperties extends Object
| Constructor and Description |
|---|
FlowableCmmnProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentName() |
String |
getResourceLocation() |
List<String> |
getResourceSuffixes() |
FlowableServlet |
getServlet() |
boolean |
isDeployResources() |
boolean |
isEnabled() |
boolean |
isEnableSafeXml() |
boolean |
isEventRegistryStartCaseInstanceAsync() |
void |
setDeploymentName(String deploymentName) |
void |
setDeployResources(boolean deployResources) |
void |
setEnabled(boolean enabled) |
void |
setEnableSafeXml(boolean enableSafeXml) |
void |
setEventRegistryStartCaseInstanceAsync(boolean eventRegistryStartCaseInstanceAsync) |
void |
setResourceLocation(String resourceLocation) |
void |
setResourceSuffixes(List<String> resourceSuffixes) |
public String getDeploymentName()
public void setDeploymentName(String deploymentName)
public String getResourceLocation()
public void setResourceLocation(String resourceLocation)
public boolean isDeployResources()
public void setDeployResources(boolean deployResources)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isEnableSafeXml()
public void setEnableSafeXml(boolean enableSafeXml)
public boolean isEventRegistryStartCaseInstanceAsync()
public void setEventRegistryStartCaseInstanceAsync(boolean eventRegistryStartCaseInstanceAsync)
public FlowableServlet getServlet()
Copyright © 2021 Flowable. All rights reserved.