org.apache.jackrabbit.api.jsr283.security
Interface AccessControlPolicyIterator
- All Superinterfaces:
- java.util.Iterator, javax.jcr.RangeIterator
- All Known Implementing Classes:
- AccessControlPolicyIteratorAdapter
public interface AccessControlPolicyIterator
- extends javax.jcr.RangeIterator
Allows easy iteration through a list of AccessControlPolicys
with nextAccessControlPolicy as well as a skip
method inherited from RangeIterator.
- Since:
- JCR 2.0
| Methods inherited from interface javax.jcr.RangeIterator |
getPosition, getSize, skip |
| 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
AccessControlPolicys.
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.