Class SingleConditionCheck.FormValueConditionData
java.lang.Object
de.xima.fc.workflow.processor.processing.SingleConditionCheck.FormValueConditionData
- All Implemented Interfaces:
ISingleConditionData<String,
String>
- Enclosing class:
- SingleConditionCheck
public static final class SingleConditionCheck.FormValueConditionData
extends Object
implements ISingleConditionData<String,String>
POJO with parameters for
SingleConditionCheck.test(FormValueConditionData)
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionFormValueConditionData
(String valueToCheck, EMatchCondition operator, String matchOperand) Deprecated. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
FormValueConditionData
@Deprecated public FormValueConditionData(String valueToCheck, EMatchCondition operator, String matchOperand) Deprecated.ImplementISingleConditionData
yourself, or just pass the individual arguments toSingleConditionEvaluator.test(Object, de.xima.fc.interfaces.condition.IMatchCondition, Object)
.- Parameters:
valueToCheck
- Left hand side, value to check against thematchOperand
.operator
- Operator indicating how the two values are compared against each other.matchOperand
- Right hand side, value to check against thevalueToCheck
.
-
-
Method Details
-
getMatchOperand
- Returns:
- Value against which to compare the
getValueToCheck()
.
-
getOperator
- Specified by:
getOperator
in interfaceISingleConditionData<String,
String> - Returns:
- Operator to apply on the value to check.
-
getValueToCheck
- Returns:
- Value to check.
-
getRightHandSide
- Specified by:
getRightHandSide
in interfaceISingleConditionData<String,
String> - Returns:
- Value against which to compare the
ISingleConditionData.getLeftHandSide()
.
-
getLeftHandSide
- Specified by:
getLeftHandSide
in interfaceISingleConditionData<String,
String> - Returns:
- Value to check.
-
ISingleConditionData
yourself, or just pass the individual arguments toSingleConditionEvaluator.test(Object, de.xima.fc.interfaces.condition.IMatchCondition, Object)
.