javax.jcr.security
Interface AccessControlPolicyIterator
- All Superinterfaces:
- java.util.Iterator, RangeIterator
public interface AccessControlPolicyIterator
- extends RangeIterator
Allows easy iteration through a list of AccessControlPolicy
s
with nextAccessControlPolicy
as well as a skip
method inherited from RangeIterator
.
- Since:
- JCR 2.0
Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
nextAccessControlPolicy
AccessControlPolicy nextAccessControlPolicy()
- Returns the next
AccessControlPolicy
in the iteration.
- Returns:
- the next
AccessControlPolicy
in the iteration.
- Throws:
java.util.NoSuchElementException
- if iteration has no more
AccessControlPolicy
s.
Copyright © 2009 Day Software. All Rights Reserved.