|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--com.sapportals.wcm.service.indexmanagement.AbstractIndexCollection
Collection of indexes.
| Field Summary | |
protected java.util.Collection |
m_indexes
|
| Constructor Summary | |
AbstractIndexCollection(java.util.Collection indexes)
|
|
| Method Summary | |
void |
addIndex(IIndex index)
|
IIndex |
getIndex(java.lang.String indexId)
|
java.util.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 |
protected java.util.Collection m_indexes
| Constructor Detail |
public AbstractIndexCollection(java.util.Collection indexes)
| Method Detail |
public int size()
size in class java.util.AbstractCollectionpublic java.util.Iterator iterator()
iterator in class java.util.AbstractCollection
public void addIndex(IIndex index)
throws WcmException
public IIndex getIndex(java.lang.String indexId)
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||