Package com.flowable.spring.boot.util
Class FlowableAutoDeploymentUtils
java.lang.Object
com.flowable.spring.boot.util.FlowableAutoDeploymentUtils
public class FlowableAutoDeploymentUtils
extends java.lang.Object
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors Constructor Description FlowableAutoDeploymentUtils()
-
Method Summary
Modifier and Type Method Description protected static <T> T
defaultIfNotNull(T value, T defaultValue)
static org.flowable.common.spring.CommonAutoDeploymentProperties
deploymentPropertiesForEngine(java.lang.String engineType, FlowableAutoDeploymentProperties deploymentProperties)
-
Constructor Details
-
FlowableAutoDeploymentUtils
public FlowableAutoDeploymentUtils()
-
-
Method Details
-
deploymentPropertiesForEngine
public static org.flowable.common.spring.CommonAutoDeploymentProperties deploymentPropertiesForEngine(java.lang.String engineType, FlowableAutoDeploymentProperties deploymentProperties) -
defaultIfNotNull
protected static <T> T defaultIfNotNull(T value, T defaultValue)
-