com.sapportals.wcm.repository

Interface IReorderList

All Known Implementing Classes:
ReorderList

public interface IReorderList

This interface defines a list of IPositioning objects. It is used by the reorder() methods in IResource .

Copyright 2004 SAP AG


Method Summary
 void add(int index, IPositioning positioning)
          Inserts the specified positioning object at the specified position in the list
 boolean add(IPositioning positioning)
          Appends the specified positioning object to the end of the list
 IPositioning get(int index)
          Returns the positioning object with the specified index
 IReorderListIterator listIterator()
          Returns a list iterator
 int size()
          Returns the number of positioning objects in the list
 

Method Detail

size

int size()
Returns the number of positioning objects in the list

Returns:
TBD: Description of the outgoing return value

add

boolean add(IPositioning positioning)
Appends the specified positioning object to the end of the list

Parameters:
positioning - TBD: Description of the incoming method parameter
Returns:
TBD: Description of the outgoing return value

get

IPositioning get(int index)
Returns the positioning object with the specified index

Parameters:
index - TBD: Description of the incoming method parameter
Returns:
TBD: Description of the outgoing return value

add

void add(int index,
         IPositioning positioning)
Inserts the specified positioning object at the specified position in the list

Parameters:
index - TBD: Description of the incoming method parameter
positioning - TBD: Description of the incoming method parameter

listIterator

IReorderListIterator listIterator()
Returns a list iterator

Returns:
TBD: Description of the outgoing return value
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 2012 SAP AG Complete Copyright Notice