com.sap.ip.me.api.persist.query
Interface CompositeCondition

All Superinterfaces:
Condition

public interface CompositeCondition
extends Condition

A condition which is composed out of multiple SingleCondition or CompositeCondition instances.

Author:
SAP

Method Summary
 MeIterator getComponents()
          Gets the components attribute of the CompositeCondition object
 LogicalOperatorType getLogicalOperator()
          Gets the logicalOperator attribute of the CompositeCondition object
 boolean isEmpty()
          Retrns true if this composite condition doesn't contain any conditions
 
Methods inherited from interface com.sap.ip.me.api.persist.query.Condition
isComposite, prepareExecution
 

Method Detail

getComponents

MeIterator getComponents()
Gets the components attribute of the CompositeCondition object

Returns:
The components value

getLogicalOperator

LogicalOperatorType getLogicalOperator()
Gets the logicalOperator attribute of the CompositeCondition object

Returns:
The logicalOperator value

isEmpty

boolean isEmpty()
Retrns true if this composite condition doesn't contain any conditions