com.sapportals.wcm.service.relation

Interface IRelationQueryOrder


public interface IRelationQueryOrder

An expression used by the IQueryBuilder .


Method Summary
 IRelationQueryOrder and(IRelationQueryOrder order)
          Combine the given query order with this one by appending it (making the order from the parameter the second ordering criteria for this one).
 IRelationQueryOrder descending()
          Reverse the order of this query order.
 

Method Detail

descending

IRelationQueryOrder descending()
Reverse the order of this query order.

Returns:
the IRelationQueryOrder in descending order.

and

IRelationQueryOrder and(IRelationQueryOrder order)
                        throws RelationQueryException
Combine the given query order with this one by appending it (making the order from the parameter the second ordering criteria for this one).

Parameters:
order - the IRelationQueryOrder to append to this one.
Returns:
TBD: Description of the outgoing return value
Throws:
RelationQueryException - if the given order is not understood by this query order's query 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