com.sapportals.wcm.service.relation

Interface IRelationQuery


public interface IRelationQuery

An query expression to select IRelation s.


Method Summary
 IRelationQuery and(IRelationQuery query)
          Combine the given query with this one via logical AND (select only those wich are in both queries).
 IRelationQuery not()
          Negate the given query (select all those relations not selected by the given query).
 IRelationQuery or(IRelationQuery query)
          Combine the given query with this one via logical OR (select all those selected by either one or both of the queries).
 

Method Detail

not

IRelationQuery not()
Negate the given query (select all those relations not selected by the given query).

Returns:
the IRelationQuery/code> with the inverted query expression.

and

IRelationQuery and(IRelationQuery query)
                   throws RelationQueryException
Combine the given query with this one via logical AND (select only those wich are in both queries).

Parameters:
query - TBD: Description of the incoming method parameter
Returns:
the IRelationQuery/code> with the AND ed query expression.
Throws:
RelationQueryException - if the given query is not understood by this query's builder.

or

IRelationQuery or(IRelationQuery query)
                  throws RelationQueryException
Combine the given query with this one via logical OR (select all those selected by either one or both of the queries).

Parameters:
query - TBD: Description of the incoming method parameter
Returns:
the IRelationQuery/code> with the OR ed query expression.
Throws:
RelationQueryException - if the given query is not understood by this query's builder.
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice