public class OwExprMinusOperator extends OwExprBinaryOperator
OwExprMinusOperator.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Field and Description |
---|---|
static OwExprMinusOperator |
INSTANCE |
Constructor and Description |
---|
OwExprMinusOperator(OwExprBinaryConversionTable conversionTable_p) |
Modifier and Type | Method and Description |
---|---|
OwExprValue |
evaluate(OwExprDateValue v1_p,
OwExprDateValue v2_p)
DATE operator DATE operation evaluation
|
OwExprValue |
evaluate(OwExprDateValue v1_p,
OwExprTimeValue v2_p)
DATE operator TIME operation evaluation
|
OwExprValue |
evaluate(OwExprNumericValue v1_p,
OwExprNumericValue v2_p)
NUMERIC operator NUMERIC operation evaluation
|
OwExprValue |
evaluate(OwExprTimeValue v1_p,
OwExprTimeValue v2_p)
TIME operator TIME operation evaluation
|
binaryEvaluation, computeExpressionType, computeType, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, getRegressingTypes1, getRegressingTypes2
toString
public static final OwExprMinusOperator INSTANCE
public OwExprMinusOperator(OwExprBinaryConversionTable conversionTable_p)
public final OwExprValue evaluate(OwExprNumericValue v1_p, OwExprNumericValue v2_p) throws OwExprEvaluationException
OwExprBinaryOperator
evaluate
in class OwExprBinaryOperator
OwExprValue
according to the conversion rulesOwExprEvaluationException
- if the operation fails for any reason (unsupported operand types ,
incompatible operands, unimplemented operation or operation failure at evaluation time)public final OwExprValue evaluate(OwExprDateValue v1_p, OwExprDateValue v2_p) throws OwExprEvaluationException
OwExprBinaryOperator
evaluate
in class OwExprBinaryOperator
OwExprValue
according to the conversion rulesOwExprEvaluationException
- if the operation fails for any reason (unsupported operand types ,
incompatible operands, unimplemented operation or operation failure at evaluation time)public final OwExprValue evaluate(OwExprDateValue v1_p, OwExprTimeValue v2_p) throws OwExprEvaluationException
OwExprBinaryOperator
evaluate
in class OwExprBinaryOperator
OwExprValue
according to the conversion rulesOwExprEvaluationException
- if the operation fails for any reason (unsupported operand types ,
incompatible operands, unimplemented operation or operation failure at evaluation time)public OwExprValue evaluate(OwExprTimeValue v1_p, OwExprTimeValue v2_p) throws OwExprEvaluationException
OwExprBinaryOperator
evaluate
in class OwExprBinaryOperator
OwExprValue
according to the conversion rulesOwExprEvaluationException
- if the operation fails for any reason (unsupported operand types ,
incompatible operands, unimplemented operation or operation failure at evaluation time)Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.