Class FcSwitchCaseCustomExpressionValidator
- java.lang.Object
-
- de.xima.fc.validation.constraintvalidators.ACustomExpressionValidator<FcSwitchCaseCustomExpression,FcSwitchCaseProps>
-
- de.xima.fc.workflow.validation.constraintvalidators.FcSwitchCaseCustomExpressionValidator
-
- All Implemented Interfaces:
javax.validation.ConstraintValidator<FcSwitchCaseCustomExpression,FcSwitchCaseProps>
public final class FcSwitchCaseCustomExpressionValidator extends ACustomExpressionValidator<FcSwitchCaseCustomExpression,FcSwitchCaseProps> implements javax.validation.ConstraintValidator<FcSwitchCaseCustomExpression,FcSwitchCaseProps>
Constraint annotation validator forFcSwitchCaseCustomExpression.- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description FcSwitchCaseCustomExpressionValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EMultipleConditionCombinationTypegetCombinationType(FcSwitchCaseProps value)protected StringgetCustomExpression(FcSwitchCaseProps value)protected Set<String>getVariableNames(FcSwitchCaseProps value)booleanisValid(FcSwitchCaseProps value, javax.validation.ConstraintValidatorContext context)-
Methods inherited from class de.xima.fc.validation.constraintvalidators.ACustomExpressionValidator
validate
-
-
-
-
Method Detail
-
isValid
public boolean isValid(FcSwitchCaseProps value, javax.validation.ConstraintValidatorContext context)
- Specified by:
isValidin interfacejavax.validation.ConstraintValidator<FcSwitchCaseCustomExpression,FcSwitchCaseProps>
-
getCombinationType
protected EMultipleConditionCombinationType getCombinationType(FcSwitchCaseProps value)
- Specified by:
getCombinationTypein classACustomExpressionValidator<FcSwitchCaseCustomExpression,FcSwitchCaseProps>
-
getCustomExpression
protected String getCustomExpression(FcSwitchCaseProps value)
- Specified by:
getCustomExpressionin classACustomExpressionValidator<FcSwitchCaseCustomExpression,FcSwitchCaseProps>
-
getVariableNames
protected Set<String> getVariableNames(FcSwitchCaseProps value)
- Specified by:
getVariableNamesin classACustomExpressionValidator<FcSwitchCaseCustomExpression,FcSwitchCaseProps>
-
-