Constructs a new ComparisonTask.
Optional
properties: IComparisonTaskProperties to set
Optional
LHSComparisonTask LHS.
Optional
RHSComparisonTask RHS.
Optional
lhsOracleJob where the executed result is equal to the left hand side operand.
Optional
lhsString or ${CACHE_KEY}
representing the left hand side operand.
Optional
onThe OracleJob to execute if the condition fails to evaluate.
The result to use if the condition fails to evaluate. Can be set to a ${CACHE_KEY}
.
Optional
onThe OracleJob to execute if the condition evaluates to false.
The result to use if the condition evaluates to false. Can be set to a ${CACHE_KEY}
.
Optional
onThe OracleJob to execute if the condition evaluates to true.
The result to use if the condition evaluates to true. Can be set to a ${CACHE_KEY}
.
The type of operator to use on the left (lhs) and right (rhs) operand.
Optional
rhsOracleJob where the executed result is equal to the right hand side operand.
Optional
rhsString or ${CACHE_KEY}
representing the right hand side operand.
Static
createCreates a new ComparisonTask instance using the specified properties.
Optional
properties: IComparisonTaskProperties to set
ComparisonTask instance
Static
decodeDecodes a ComparisonTask message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length: numberMessage length if known beforehand
ComparisonTask
If the payload is not a reader or valid buffer
If required fields are missing
Static
decodeDecodes a ComparisonTask message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
ComparisonTask
If the payload is not a reader or valid buffer
If required fields are missing
Static
encodeEncodes the specified ComparisonTask message. Does not implicitly verify messages.
ComparisonTask message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
encodeEncodes the specified ComparisonTask message, length delimited. Does not implicitly verify messages.
ComparisonTask message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
fromCreates a ComparisonTask message from a plain object. Also converts values to their respective internal types.
Plain object
ComparisonTask
Static
getStatic
toCreates a plain object from a ComparisonTask message. Also converts values to other types if specified.
ComparisonTask
Optional
options: IConversionOptionsConversion options
Plain object
Static
verify
Represents a ComparisonTask.