Class BinaryComparatorExecutor
java.lang.Object
org.bonitasoft.engine.expression.impl.condition.BinaryComparatorExecutor
- Author:
- Elias Ricken de Medeiros
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanareReturnTypeCompatible(String leftReturnType, String rightReturnType, String content) evaluate(Map<Integer, Object> resolvedExpressions, SExpression expression) protected ObjecttranstypeIfApplicable(String type, Object object)
-
Constructor Details
-
BinaryComparatorExecutor
-
-
Method Details
-
evaluate
public Boolean evaluate(Map<Integer, Object> resolvedExpressions, SExpression expression) throws SExpressionEvaluationException- Throws:
SExpressionEvaluationException
-
transtypeIfApplicable
-
areReturnTypeCompatible
-