@ConfigurationProperties(prefix="flowable.cmmn") public class FlowableCmmnProperties extends Object
| Constructor and Description |
|---|
FlowableCmmnProperties() |
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 boolean isEventRegistryUniqueCaseInstanceCheckWithLock()
public void setEventRegistryUniqueCaseInstanceCheckWithLock(boolean eventRegistryUniqueCaseInstanceCheckWithLock)
public Duration getEventRegistryUniqueCaseInstanceStartLockTime()
public void setEventRegistryUniqueCaseInstanceStartLockTime(Duration eventRegistryUniqueCaseInstanceStartLockTime)
public FlowableServlet getServlet()
Copyright © 2022 Flowable. All rights reserved.