|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.service.indexmanagement.IndexFolderList
public class IndexFolderList
List of index folders
| Constructor Summary | |
|---|---|
IndexFolderList(IndexFolderList list,
String indexId)
Construct object of class IndexFolderList. |
|
IndexFolderList(String indexId)
Construct object of class IndexFolderList. |
|
| Method Summary | |
|---|---|
boolean |
add(IIndexFolder indexFolder)
Adds indexFolder to the list. |
void |
add(int index,
IIndexFolder indexFolder)
Adds the index folder at the specified position. |
boolean |
addAll(IIndexFolderList indexFolderList)
Add All to the IIndexFolderList object. |
void |
addFirst(IIndexFolder indexFolder)
Add First to the IIndexFolderList object. |
void |
addLast(IIndexFolder indexFolder)
Add Last to the IIndexFolderList object. |
void |
clear()
clears/initializes the list |
boolean |
contains(IIndexFolder indexFolder)
Checks if an equal index folder is in the list. |
IIndexFolder |
get(int index)
Returns index folder at the requested position. |
IIndexFolder |
get(com.sapportals.wcm.util.uri.RID indexFolderRid)
Returns the index folder with the specified RID. |
String |
getIndexId()
Returns the index id of the list. |
com.sapportals.wcm.util.uri.IRidList |
getRidList()
Get the RidList attribute of the IndexFolderList object. |
boolean |
isEmpty()
Get the Empty attribute of the IIndexFolderList object. |
IIndexFolderIterator |
listIterator()
Returns an iterator for the list. |
IIndexFolderIterator |
listIterator(int index)
Returns an iterator for the list starting at position index. |
void |
remove(IIndexFolder indexFolder)
|
IIndexFolder |
remove(int index)
Removes the index folder at position index and returns it. |
int |
size()
Returns the size of the list. |
void |
sort(Comparator comp)
Sorts the index folder list using the given comparator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexFolderList(String indexId)
throws com.sapportals.wcm.WcmException
indexId - index where index folder list is in
com.sapportals.wcm.WcmException
public IndexFolderList(IndexFolderList list,
String indexId)
throws com.sapportals.wcm.WcmException
list - other index folder list to copy into this listindexId - index where index folder list is in
com.sapportals.wcm.WcmException| Method Detail |
|---|
public boolean isEmpty()
isEmpty in interface IIndexFolderListpublic IIndexFolder get(int index)
IIndexFolderList
get in interface IIndexFolderListindex - position in list to get index folder from
public com.sapportals.wcm.util.uri.IRidList getRidList()
getRidList in interface IIndexFolderListpublic int size()
IIndexFolderList
size in interface IIndexFolderListpublic String getIndexId()
IIndexFolderList
getIndexId in interface IIndexFolderList
public boolean add(IIndexFolder indexFolder)
throws com.sapportals.wcm.WcmException
IIndexFolderListindexFolder to the list.
add in interface IIndexFolderListindexFolder - index folder to add to list
com.sapportals.wcm.WcmException
public boolean addAll(IIndexFolderList indexFolderList)
throws com.sapportals.wcm.WcmException
addAll in interface IIndexFolderListindexFolderList - All to be added
com.sapportals.wcm.WcmException
public void add(int index,
IIndexFolder indexFolder)
throws com.sapportals.wcm.WcmException
IIndexFolderList
add in interface IIndexFolderListindex - position where to add the index folderindexFolder - index folder to add at the position
com.sapportals.wcm.WcmException
public void addLast(IIndexFolder indexFolder)
throws com.sapportals.wcm.WcmException
addLast in interface IIndexFolderListindexFolder - Last to be added
com.sapportals.wcm.WcmException
public void addFirst(IIndexFolder indexFolder)
throws com.sapportals.wcm.WcmException
addFirst in interface IIndexFolderListindexFolder - First to be added
com.sapportals.wcm.WcmExceptionpublic IIndexFolder remove(int index)
IIndexFolderListindex and returns it.
remove in interface IIndexFolderListindex - position where the element has to be removed
public void remove(IIndexFolder indexFolder)
throws com.sapportals.wcm.WcmException
remove in interface IIndexFolderListindex - folder that has to be removed
com.sapportals.wcm.WcmExceptionpublic IIndexFolderIterator listIterator()
IIndexFolderList
listIterator in interface IIndexFolderListpublic IIndexFolderIterator listIterator(int index)
IIndexFolderListindex.
listIterator in interface IIndexFolderListindex - position to start for iterator
public boolean contains(IIndexFolder indexFolder)
IIndexFolderList
contains in interface IIndexFolderListindexFolder - index folder for that the existence has to be tested in the list
public IIndexFolder get(com.sapportals.wcm.util.uri.RID indexFolderRid)
IIndexFolderListRID.
get in interface IIndexFolderListindexFolderRid - rid for index folder to get
public void clear()
clear in interface IIndexFolderListpublic void sort(Comparator comp)
sort in interface IIndexFolderList| Access Rights |
|---|
| 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
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||