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.
POJO with parameters for 
MultipleConditionCheck.test(MultipleConditionData).- Author:
 - XIMA MEDIA GmbH
 
- 
Constructor Summary
ConstructorsConstructorDescriptionMultipleConditionData(EMultipleConditionCombinationType combinationType, String customExpression, Map<String, Boolean> singleResults) Deprecated. - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated. 
- 
Constructor Details
- 
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 Details
- 
getCombinationType
Deprecated.- Specified by:
 getCombinationTypein interfaceICompoundConditionData- Returns:
 - Custom combination expression for 
EMultipleConditionCombinationType.CUSTOM. 
 - 
getCustomExpression
Deprecated.- Specified by:
 getCustomExpressionin interfaceICompoundConditionData- Returns:
 - How to combine the individual results.
 
 - 
getSingleResults
Deprecated.- Returns:
 - Outcomes of the individual tests. The key is the variable name of the test for
     
EMultipleConditionCombinationType.CUSTOM. 
 - 
getIndividualConditions
Deprecated.- Specified by:
 getIndividualConditionsin interfaceICompoundConditionData- Returns:
 - The indivdual conditions to combine.
 
 
 - 
 
ICompoundConditionDatayourself, or just pass the single arguments toCompoundConditionEvaluator.test(EMultipleConditionCombinationType, String, Map).