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, matches, prepareExecution
 

Method Detail

getComponents

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

Returns:
The components value

getLogicalOperator

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

Returns:
The logicalOperator value

isEmpty

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



Copyright © 2005 SAP AG. All Rights Reserved.