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 EMultipleConditionCombinationType
getCombinationType(FcSwitchCaseProps value)
protected String
getCustomExpression(FcSwitchCaseProps value)
protected Set<String>
getVariableNames(FcSwitchCaseProps value)
boolean
isValid(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:
isValid
in interfacejavax.validation.ConstraintValidator<FcSwitchCaseCustomExpression,FcSwitchCaseProps>
-
getCombinationType
protected EMultipleConditionCombinationType getCombinationType(FcSwitchCaseProps value)
- Specified by:
getCombinationType
in classACustomExpressionValidator<FcSwitchCaseCustomExpression,FcSwitchCaseProps>
-
getCustomExpression
protected String getCustomExpression(FcSwitchCaseProps value)
- Specified by:
getCustomExpression
in classACustomExpressionValidator<FcSwitchCaseCustomExpression,FcSwitchCaseProps>
-
getVariableNames
protected Set<String> getVariableNames(FcSwitchCaseProps value)
- Specified by:
getVariableNames
in classACustomExpressionValidator<FcSwitchCaseCustomExpression,FcSwitchCaseProps>
-
-