Interface | Description |
---|---|
OwItemFilter<T> |
A filter interface to be used with
OwFilteringIterable . |
OwIterable<T> |
An iterable implementation with support for paging.
|
OwLoadContextInfo |
Interface about the context to load data/objects.
|
OwPageableObject<T extends OwObject> |
This interface denotes an object that is capable of providing navigation
of its children through the
OwIterable interface. |
Class | Description |
---|---|
OwAbstractIterable<T> |
Abstarct implementation of
OwIterable . |
OwAggregateIterable<T> |
Trying to provide an aggregate
OwIterable . |
OwCollectionIterable<T> |
Iterable over the entire collection of objects.
|
OwCollectionPageIterable<T> |
Iterable over a single page of objects.
|
OwEmptyIterable<T> |
This is kind of "null object" implementation for
OwIterable . |
OwEmptyIterable.EmptyIterator<V> |
An empty iterator.
Since JDK does not provide a public default implementation. |
OwFilteringIterable<T> |
An
OwIterable implementation that accepts a filtering criteria. |
OwIterableAttributeBag<T> |
Abstract base class for
OwIterable implementations. |
OwIterableObjectCollectionConverter |
OwIterable based OwObjectCollection implementation. |
OwLoadContext |
Used to filter out objects retrieved from the back-end.
|
OwObjectCollectionIterableAdapter<T> |
Adapter from
OwObjectCollection to OwIterable . |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.