Class MultipleConditionCheck.MultipleConditionData
- java.lang.Object
-
- de.xima.fc.workflow.processor.processing.MultipleConditionCheck.MultipleConditionData
-
- All Implemented Interfaces:
ICompoundConditionData
- Enclosing class:
- MultipleConditionCheck
@Deprecated public static final class MultipleConditionCheck.MultipleConditionData extends Object implements ICompoundConditionData
Deprecated.ImplementICompoundConditionData
yourself, or just pass the single arguments toCompoundConditionEvaluator.test(EMultipleConditionCombinationType, String, Map)
.POJO with parameters forMultipleConditionCheck.test(MultipleConditionData)
.- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description MultipleConditionData(EMultipleConditionCombinationType combinationType, String customExpression, Map<String,Boolean> singleResults)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description EMultipleConditionCombinationType
getCombinationType()
Deprecated.String
getCustomExpression()
Deprecated.IIndividualConditions<?>
getIndividualConditions()
Deprecated.Map<String,Boolean>
getSingleResults()
Deprecated.
-
-
-
Constructor Detail
-
MultipleConditionData
public MultipleConditionData(EMultipleConditionCombinationType combinationType, String customExpression, Map<String,Boolean> singleResults)
Deprecated.- Parameters:
combinationType
- How to combine the individual results.customExpression
- Custom combination expression forEMultipleConditionCombinationType.CUSTOM
.singleResults
- Outcomes of the individual tests. The key is the variable name of the test forEMultipleConditionCombinationType.CUSTOM
.
-
-
Method Detail
-
getCombinationType
public EMultipleConditionCombinationType getCombinationType()
Deprecated.- Specified by:
getCombinationType
in interfaceICompoundConditionData
- Returns:
- Custom combination expression for
EMultipleConditionCombinationType.CUSTOM
.
-
getCustomExpression
public String getCustomExpression()
Deprecated.- Specified by:
getCustomExpression
in interfaceICompoundConditionData
- Returns:
- How to combine the individual results.
-
getSingleResults
public Map<String,Boolean> getSingleResults()
Deprecated.- Returns:
- Outcomes of the individual tests. The key is the variable name of the test for
EMultipleConditionCombinationType.CUSTOM
.
-
getIndividualConditions
public IIndividualConditions<?> getIndividualConditions()
Deprecated.- Specified by:
getIndividualConditions
in interfaceICompoundConditionData
- Returns:
- The indivdual conditions to combine.
-
-