com.sapportals.wcm.repository

Interface IPropertyNameList

All Known Implementing Classes:
PropertyNameList

public interface IPropertyNameList

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


Method Summary
 void add(int index, IPropertyName name)
          Inserts the specified positioning object at the specified position in the list
 boolean add(IPropertyName name)
          Appends the specified positioning object to the end of the list
 boolean contains(IPropertyName propertyName)
           
 IPropertyName get(int index)
          Returns the positioning object with the specified index
 IPropertyNameListIterator listIterator()
          Returns a list iterator
 int size()
          Returns the number of positioning objects in the list
 void sort(Comparator c)
           
 List toList()
          Returns the property list as a 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(IPropertyName name)
Appends the specified positioning object to the end of the list

Parameters:
name -
Returns:
TBD: Description of the outgoing return value

get

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

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

add

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

Parameters:
index -
name -

listIterator

IPropertyNameListIterator listIterator()
Returns a list iterator

Returns:
TBD: Description of the outgoing return value

toList

List toList()
Returns the property list as a List

Returns:
the IPropertyNameList as a List

contains

boolean contains(IPropertyName propertyName)
Parameters:
propertyName -
Returns:

sort

void sort(Comparator c)
Access Rights

This class can be accessed from:


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


Copyright 2011 SAP AG Complete Copyright Notice