Class FixedThresholdProvider
java.lang.Object
com.flowable.platform.engine.impl.sandbox.repetition.FixedThresholdProvider
- All Implemented Interfaces:
FlowableThresholdProvider
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intprotected final intprotected final int -
Constructor Summary
ConstructorsConstructorDescriptionFixedThresholdProvider(int maxAllowedElementRepetitions, int maxAllowedVariablesPerInstance, int maxAllowedLocalVariablesPerInstance) -
Method Summary
Modifier and TypeMethodDescriptionintgetMaxAllowedElementRepetitions(String tenantId) intgetMaxAllowedLocalVariablesPerInstance(String tenantId) intgetMaxAllowedVariablesPerInstance(String tenantId)
-
Field Details
-
maxAllowedElementRepetitions
protected final int maxAllowedElementRepetitions -
maxAllowedVariablesPerInstance
protected final int maxAllowedVariablesPerInstance -
maxAllowedLocalVariablesPerInstance
protected final int maxAllowedLocalVariablesPerInstance
-
-
Constructor Details
-
FixedThresholdProvider
public FixedThresholdProvider(int maxAllowedElementRepetitions, int maxAllowedVariablesPerInstance, int maxAllowedLocalVariablesPerInstance)
-
-
Method Details
-
getMaxAllowedElementRepetitions
- Specified by:
getMaxAllowedElementRepetitionsin interfaceFlowableThresholdProvider
-
getMaxAllowedVariablesPerInstance
- Specified by:
getMaxAllowedVariablesPerInstancein interfaceFlowableThresholdProvider
-
getMaxAllowedLocalVariablesPerInstance
- Specified by:
getMaxAllowedLocalVariablesPerInstancein interfaceFlowableThresholdProvider
-