com.sapportals.wcm.util.acl

Interface IUMPrincipalListIterator

All Known Implementing Classes:
UMPrincipalListIterator

Deprecated. As of NetWeaver 7.1, methods previously returning an IUMPrincipalList, will now return a simple java.util.List, which contains objects of type com.sap.security.api.IPrincipal. This List can be traversed with the standard java.util.Iterator interface.

public interface IUMPrincipalListIterator

An IUMPrincipalListIterator is an iterator for an IUMPrincipalList .


Method Summary
 boolean hasNext()
          Deprecated. check whether there are more entries in the list
 com.sapportals.portal.security.usermanagement.IUMPrincipal next()
          Deprecated. get the current element in the list and step to the next element
 

Method Detail

hasNext

boolean hasNext()
Deprecated. 
check whether there are more entries in the list

Returns:
true iff there are more entries in the list

next

com.sapportals.portal.security.usermanagement.IUMPrincipal next()
Deprecated. 
get the current element in the list and step to the next element

Returns:
the current element in the list
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