Class MultipleConditionCheck.MultipleConditionData
- java.lang.Object
-
- de.xima.fc.workflow.processor.processing.MultipleConditionCheck.MultipleConditionData
-
- Enclosing class:
- MultipleConditionCheck
public static final class MultipleConditionCheck.MultipleConditionData extends Object
POJO with parameters forMultipleConditionCheck.test(MultipleConditionData)
.- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description MultipleConditionData(EMultipleConditionCombinationType combinationType, String customExpression, Map<String,Boolean> singleResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EMultipleConditionCombinationType
getCombinationType()
String
getCustomExpression()
Map<String,Boolean>
getSingleResults()
-
-
-
Constructor Detail
-
MultipleConditionData
public MultipleConditionData(EMultipleConditionCombinationType combinationType, String customExpression, Map<String,Boolean> singleResults)
- 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()
- Returns:
- Custom combination expression for
EMultipleConditionCombinationType.CUSTOM
.
-
getCustomExpression
public String getCustomExpression()
- Returns:
- How to combine the individual results.
-
getSingleResults
public Map<String,Boolean> getSingleResults()
- Returns:
- Outcomes of the individual tests. The key is the variable name of the test for
EMultipleConditionCombinationType.CUSTOM
.
-
-