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.OwObjectCollectionComparatormodCountATTRIBUTE_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, sortadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringpublic OwIterableObjectCollectionConverter(OwIterable<?> iterable, long skip) throws OwException
OwExceptionpublic 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.OwExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.