public class OwCollectionIterable<T> extends OwAbstractIterable<T>
Iterable over the entire collection of objects.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
isPage
Modifier | Constructor and Description |
---|---|
protected |
OwCollectionIterable(long skipCount,
OwAbstractPageFetcher<T> pageFetcher) |
|
OwCollectionIterable(OwAbstractPageFetcher<T> pageFetcher) |
Modifier and Type | Method and Description |
---|---|
protected OwAbstractIterator<T> |
createIterator()
Sublcasses should create a specific iterator to itterate on the entire collection or on sub-collections/pages only.
|
Iterator<T> |
iterator() |
getHasMoreItems, getIterator, getPage, getPage, getPageFetcher, getPageNumItems, getSkipCount, getTotalNumItems, skipTo
attributecount, getAttribute, getAttribute, getAttributeNames, getSafeAttribute, hasAttribute
protected OwCollectionIterable(long skipCount, OwAbstractPageFetcher<T> pageFetcher)
public OwCollectionIterable(OwAbstractPageFetcher<T> pageFetcher)
protected OwAbstractIterator<T> createIterator()
OwAbstractIterable
createIterator
in class OwAbstractIterable<T>
OwAbstractIterator
used to iterate this collection.Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.