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)
           
 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)
Parameters:
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 WcmException
Adds an index to the collection

Parameters:
index -
Throws:
WcmException

getIndex

public IIndex getIndex(String indexId)
Parameters:
indexId -
Returns:
the index with the specified ID.
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