com.businessobjects.rebean.wi
Interface ConditionCorrelationValue

All Superinterfaces:
FilterConditionValue

public interface ConditionCorrelationValue
extends FilterConditionValue

Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.

The ConditionCorrelationValue interface represents the type of objects returned when filter operands are created for query on query filters.

Since:
12.2.0
See Also:
Correlation, DPExpression

Method Summary
 Correlation getCorrelation()
          Returns the value of correlation operator used to create a query on query filter.
 DPExpression getDPExpression()
          Returns the data provider expression that is used to create the query on query filter operand.
 

Method Detail

getCorrelation

Correlation getCorrelation()
Returns the value of correlation operator used to create a query on query filter.

Returns:
the value of correlation operator used to create a query on query filter.

getDPExpression

DPExpression getDPExpression()
Returns the data provider expression that is used to create the query on query filter operand.

Returns:
the data provider expression that is used to create the query on query filter operand.