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 int
protected final int
protected final int
-
Constructor Summary
ConstructorsConstructorDescriptionFixedThresholdProvider
(int maxAllowedElementRepetitions, int maxAllowedVariablesPerInstance, int maxAllowedLocalVariablesPerInstance) -
Method Summary
Modifier and TypeMethodDescriptionint
getMaxAllowedElementRepetitions
(String tenantId) int
getMaxAllowedLocalVariablesPerInstance
(String tenantId) int
getMaxAllowedVariablesPerInstance
(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:
getMaxAllowedElementRepetitions
in interfaceFlowableThresholdProvider
-
getMaxAllowedVariablesPerInstance
- Specified by:
getMaxAllowedVariablesPerInstance
in interfaceFlowableThresholdProvider
-
getMaxAllowedLocalVariablesPerInstance
- Specified by:
getMaxAllowedLocalVariablesPerInstance
in interfaceFlowableThresholdProvider
-