com.sapportals.wcm.service.indexmanagement

Class AbstractIndexCollection

java.lang.Object
  extended by java.util.AbstractCollection
      extended by com.sapportals.wcm.service.indexmanagement.AbstractIndexCollection
All Implemented Interfaces:
Iterable, Collection
Direct Known Subclasses:
AbstractSearchIndexCollection

public class AbstractIndexCollection
extends AbstractCollection

Collection of indexes.


Field Summary
protected  Collection m_indexes
           
 
Constructor Summary
AbstractIndexCollection(Collection indexes)
           
 
Method Summary
 void addIndex(IIndex index)
          Adds an index to the collection
 IIndex getIndex(String indexId)
          Returns the index with the specified ID.
 Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Field Detail

m_indexes

protected Collection m_indexes
Constructor Detail

AbstractIndexCollection

public AbstractIndexCollection(Collection indexes)
Method Detail

size

public int size()
Specified by:
size in interface Collection
Specified by:
size in class AbstractCollection

iterator

public Iterator iterator()
Specified by:
iterator in interface Iterable
Specified by:
iterator in interface Collection
Specified by:
iterator in class AbstractCollection

addIndex

public void addIndex(IIndex index)
              throws com.sapportals.wcm.WcmException
Adds an index to the collection

Parameters:
index -
Throws:
com.sapportals.wcm.WcmException

getIndex

public IIndex getIndex(String indexId)
Returns the index with the specified ID.

Parameters:
indexId -
Returns:
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