Package org.flowable.common.spring
Class CommonAutoDeploymentProperties
java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentProperties
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCommonAutoDeploymentProperties(boolean useLock, Duration lockWaitTime, boolean throwExceptionOnDeploymentFailure) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetLockName(String lockName) voidsetLockWaitTime(Duration lockWaitTime) voidsetThrowExceptionOnDeploymentFailure(boolean throwExceptionOnDeploymentFailure) voidsetUseLock(boolean useLock)
-
Field Details
-
useLock
protected boolean useLock -
lockWaitTime
-
throwExceptionOnDeploymentFailure
protected boolean throwExceptionOnDeploymentFailure -
lockName
-
-
Constructor Details
-
CommonAutoDeploymentProperties
public CommonAutoDeploymentProperties() -
CommonAutoDeploymentProperties
public CommonAutoDeploymentProperties(boolean useLock, Duration lockWaitTime, boolean throwExceptionOnDeploymentFailure)
-
-
Method Details
-
isUseLock
public boolean isUseLock() -
setUseLock
public void setUseLock(boolean useLock) -
getLockWaitTime
-
setLockWaitTime
-
isThrowExceptionOnDeploymentFailure
public boolean isThrowExceptionOnDeploymentFailure() -
setThrowExceptionOnDeploymentFailure
public void setThrowExceptionOnDeploymentFailure(boolean throwExceptionOnDeploymentFailure) -
getLockName
-
setLockName
-