public class OwIterableObjectCollectionConverter extends OwStandardObjectCollection
OwIterable
based OwObjectCollection
implementation.
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
OwStandardObjectCollection.OwObjectCollectionComparator
modCount
ATTRIBUTE_IS_COMPLETE, ATTRIBUTE_SIZE, ATTRIBUTE_SQL
Constructor and Description |
---|
OwIterableObjectCollectionConverter(OwIterable<?> iterable,
long skip) |
OwIterableObjectCollectionConverter(OwIterable<?> iterable,
long skip,
int maxItemsCount)
Constructs an OwObjectCollection over an Iterable.
|
addAll, attributecount, getAttribute, getAttribute, getAttributeNames, getNext, getPrev, getSafeAttribute, hasAttribute, hasNext, hasPrev, isComplete, setAttribute, setComplete, sort
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
public OwIterableObjectCollectionConverter(OwIterable<?> iterable, long skip) throws OwException
OwException
public OwIterableObjectCollectionConverter(OwIterable<?> iterable, long skip, int maxItemsCount) throws OwException
iterable
- skip
- maxItemsCount
- - the maximum number of items to pickup from the iterable. If -1 then all elements will be grabbed.OwException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.