SAP NetWeaver '04

com.sapportals.wcm.service.indexmanagement.retrieval.classification
Interface IDocClassificationMapList

[contained in: com.sap.km.cm.service.par - km.shared.service.indexmanagement_api.jar]
All Known Implementing Classes:
DocClassificationMapList

public interface IDocClassificationMapList

List of documents with their classifications.


Method Summary
 boolean add(IDocClassificationMap docClassificationMap)
           
 void add(int index, IDocClassificationMap docClassificationMap)
           
 boolean addAll(IDocClassificationMapList docClassificationMapList)
          Add All to the IDocClassificationMapList object.
 void addFirst(IDocClassificationMap docClassificationMap)
          Add First to the IDocClassificationMap object.
 void addLast(IDocClassificationMap docClassificationMap)
          Add Last to the IDocClassificationMapList object.
 void clear()
          clears/initializes the list
 boolean contains(IDocClassificationMap docClassificationMap)
           
 IDocClassificationMap get(int index)
           
 IDocClassificationMap get(RID documentRid)
           
 boolean isEmpty()
          Get the Empty attribute of the IDocClassificationMapList object.
 IDocClassificationMapIterator listIterator()
           
 IDocClassificationMapIterator listIterator(int index)
           
 void remove(IDocClassificationMap docClassificationMap)
           
 IDocClassificationMap remove(int index)
           
 int size()
           
 

Method Detail

size

public int size()
Returns:
size of the IDocClassificationMapList

isEmpty

public boolean isEmpty()
Get the Empty attribute of the IDocClassificationMapList object.
Returns:
The Empty value

add

public boolean add(IDocClassificationMap docClassificationMap)
Parameters:
docClassificationMap - IDocClassificationMap to add to list
Returns:
true if map has been added successfully

get

public IDocClassificationMap get(int index)
Parameters:
index - position in list to get IDocClassificationMap from
Returns:
IDocClassificationMap at the requested position

add

public void add(int index,
                IDocClassificationMap docClassificationMap)
Parameters:
index - position where to add the IDocClassificationMap
docClassificationMap - IDocClassificationMap to add at the position

addAll

public boolean addAll(IDocClassificationMapList docClassificationMapList)
Add All to the IDocClassificationMapList object.
Parameters:
docClassificationMapList - All to be added
Returns:
true if list could be added successfully

addLast

public void addLast(IDocClassificationMap docClassificationMap)
Add Last to the IDocClassificationMapList object.
Parameters:
docClassificationMap - Last to be added

addFirst

public void addFirst(IDocClassificationMap docClassificationMap)
Add First to the IDocClassificationMap object.
Parameters:
docClassificationMap - First to be added

remove

public IDocClassificationMap remove(int index)
Parameters:
index - position where the element has to be removed
Returns:
IDocClassificationMap that has been removed

remove

public void remove(IDocClassificationMap docClassificationMap)
Parameters:
IDocClassificationMap - that has to be removed

listIterator

public IDocClassificationMapIterator listIterator()
Returns:
IDocClassificationMap iterator

listIterator

public IDocClassificationMapIterator listIterator(int index)
Parameters:
index - position to start for iterator
Returns:
IDocClassificationMap iterator

contains

public boolean contains(IDocClassificationMap docClassificationMap)
Parameters:
docClassificationMap - IDocClassificationMap for that the existence has to be tested in the list
Returns:
true if IDocClassificationMap is in the list

get

public IDocClassificationMap get(RID documentRid)
                          throws WcmException
Parameters:
doucment - rid for IDocClassificationMap to get
Returns:
requested IDocClassificationMap

clear

public void clear()
clears/initializes the list

SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.