Package | Description |
---|---|
com.wewebu.ow.server.collections | |
com.wewebu.ow.server.collections.impl |
Modifier and Type | Method and Description |
---|---|
protected OwAbstractIterator<T> |
OwCollectionPageIterable.createIterator() |
protected OwAbstractIterator<T> |
OwCollectionIterable.createIterator() |
protected abstract OwAbstractIterator<T> |
OwAbstractIterable.createIterator()
Sublcasses should create a specific iterator to itterate on the entire collection or on sub-collections/pages only.
|
protected OwAbstractIterator<T> |
OwAbstractIterable.getIterator() |
Modifier and Type | Class and Description |
---|---|
class |
OwCollectionIterator<T>
Iterator over the entire collection (not only one page).
|
class |
OwCollectionPageIterator<T>
Iterator over a single page.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.