public class LDAPUserRegistry.PersonCollection extends AbstractCollection<NodeDescription>
Collection
.Constructor and Description |
---|
PersonCollection(Date modifiedSince)
Instantiates a new person collection.
|
Modifier and Type | Method and Description |
---|---|
Iterator<NodeDescription> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
public PersonCollection(Date modifiedSince)
modifiedSince
- if non-null, then only descriptions of users modified since this date should be returned; if
null
then descriptions of all users should be returned.public Iterator<NodeDescription> iterator()
iterator
in interface Iterable<NodeDescription>
iterator
in interface Collection<NodeDescription>
iterator
in class AbstractCollection<NodeDescription>
public int size()
size
in interface Collection<NodeDescription>
size
in class AbstractCollection<NodeDescription>
Copyright © 2005–2017 Alfresco Software. All rights reserved.