Class FlowableThresholdUtil
java.lang.Object
com.flowable.platform.engine.impl.sandbox.repetition.FlowableThresholdUtil
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetMaxAllowedElementRepetitions(String tenantId, CommandContext commandContext) static intgetMaxAllowedLocalVariablesPerInstance(String tenantId, CommandContext commandContext) static intgetMaxAllowedVariablesPerInstance(String tenantId, CommandContext commandContext) protected static intgetThresholdValue(String tenantId, String attributeName, CommandContext commandContext, ToIntBiFunction<String, FlowableThresholdProvider> valueProvider)
-
Constructor Details
-
FlowableThresholdUtil
public FlowableThresholdUtil()
-
-
Method Details
-
getMaxAllowedElementRepetitions
-
getMaxAllowedVariablesPerInstance
-
getMaxAllowedLocalVariablesPerInstance
public static int getMaxAllowedLocalVariablesPerInstance(String tenantId, CommandContext commandContext) -
getThresholdValue
protected static int getThresholdValue(String tenantId, String attributeName, CommandContext commandContext, ToIntBiFunction<String, FlowableThresholdProvider> valueProvider)
-