com.sapportals.wcm.service.relation

Interface IOrderedRelationPositioning


public interface IOrderedRelationPositioning

A ordering positioning information for relations.
While a IOrderedRelationPosition just contains the information about the position type and the relation the position relates to, the IOrderedRelationPositioning contains the information which relation has which IOrderedRelationPosition .
To express that relation R2 is before R2 (with respect to common relation type and source operand), a OrderedRelationPositioning would look like getRelationID()="R2" with getPosotion().getType()=OrderPosition.BEFORE and getPosition().getRelativeID()="R1" .


Method Summary
 IOrderedRelationPosition getPosition()
          Get the ordering position.
 String getRelationID()
          Get the ordering position relative the position type refers to.
 

Method Detail

getPosition

IOrderedRelationPosition getPosition()
Get the ordering position.

Returns:
the IOrderedRelationPosition for this position.

getRelationID

String getRelationID()
Get the ordering position relative the position type refers to.

Returns:
the String with the id of the relation
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