Package | Description |
---|---|
com.wewebu.ow.server.collections | |
com.wewebu.ow.server.dmsdialogs.views | |
com.wewebu.ow.server.ecm | |
com.wewebu.ow.server.history |
Modifier and Type | Class and Description |
---|---|
class |
OwAbstractIterable<T>
Abstarct implementation of
OwIterable . |
class |
OwAggregateIterable<T>
Trying to provide an aggregate
OwIterable . |
class |
OwCollectionIterable<T>
Iterable over the entire collection of objects.
|
class |
OwCollectionPageIterable<T>
Iterable over a single page of objects.
|
class |
OwEmptyIterable<T>
This is kind of "null object" implementation for
OwIterable . |
class |
OwFilteringIterable<T>
An
OwIterable implementation that accepts a filtering criteria. |
class |
OwIterableAttributeBag<T>
Abstract base class for
OwIterable implementations. |
class |
OwObjectCollectionIterableAdapter<T>
Adapter from
OwObjectCollection to OwIterable . |
Modifier and Type | Method and Description |
---|---|
static <IT> OwIterable<IT> |
OwAggregateIterable.forList(List<OwIterable<IT>> list)
Decides if we really need an Aggregate iterable or not for the given input list.
|
OwIterable<T> |
OwPageableObject.getChildren(OwLoadContext loadContext) |
OwIterable<T> |
OwAggregateIterable.getPage() |
OwIterable<T> |
OwIterable.getPage()
Gets an iterable for the current sub collection within the CMIS collection using
default maximum number of items
|
OwIterable<T> |
OwFilteringIterable.getPage() |
OwIterable<T> |
OwAbstractIterable.getPage() |
OwIterable<T> |
OwObjectCollectionIterableAdapter.getPage() |
OwIterable<T> |
OwAggregateIterable.getPage(int maxNumItems) |
OwIterable<T> |
OwIterable.getPage(int maxNumItems)
Gets an iterable for the current sub collection within the CMIS collection
|
OwIterable<T> |
OwFilteringIterable.getPage(int maxNumItems) |
OwIterable<T> |
OwAbstractIterable.getPage(int maxNumItems) |
OwIterable<T> |
OwObjectCollectionIterableAdapter.getPage(int maxNumItems) |
OwIterable<T> |
OwAggregateIterable.skipTo(long position) |
OwIterable<T> |
OwIterable.skipTo(long position) |
OwIterable<T> |
OwFilteringIterable.skipTo(long position) |
OwIterable<T> |
OwAbstractIterable.skipTo(long position) |
OwIterable<T> |
OwObjectCollectionIterableAdapter.skipTo(long position) |
Modifier and Type | Method and Description |
---|---|
static <IT> OwIterable<IT> |
OwAggregateIterable.forList(List<OwIterable<IT>> list)
Decides if we really need an Aggregate iterable or not for the given input list.
|
Constructor and Description |
---|
OwAggregateIterable(OwIterable<T>... iterables) |
OwFilteringIterable(OwIterable<T> iterable,
OwItemFilter<T> filter) |
OwFilteringIterable(OwIterable<T> iterable,
OwItemFilter<T> filter,
long pageSize) |
OwFilteringIterable(OwIterable<T> iterable,
OwItemFilter<T> filter,
long pageSize,
boolean exactCalculation) |
OwIterableObjectCollectionConverter(OwIterable<?> iterable,
long skip) |
OwIterableObjectCollectionConverter(OwIterable<?> iterable,
long skip,
int maxItemsCount)
Constructs an OwObjectCollection over an Iterable.
|
Constructor and Description |
---|
OwAggregateIterable(List<OwIterable<T>> iterables) |
Modifier and Type | Method and Description |
---|---|
OwIterable<OwObject> |
OwPageableListView.getDisplayedPage()
Get the items for current displayed page.
|
abstract OwIterable<OwObject> |
OwObjectListView.getObjectIterable() |
OwIterable<OwObject> |
OwPageableListView.getObjectIterable() |
Modifier and Type | Method and Description |
---|---|
protected OwObjectListViewPluginCache.OwPluginStatusCachingUtility |
OwObjectListViewPluginCache.createPluginStatusCacheUtility(OwIterable<OwObject> page,
OwObject parentObject,
Collection<OwObjectListView.OwPluginEntry> pluginEntries,
boolean displayEmptyPluginColumn)
Create a cache based on new paging interface.
|
abstract void |
OwObjectListView.setObjectIterable(OwIterable<OwObject> iterable,
OwObject parentObject)
set a pageable interface for retrieval of items to display.
|
void |
OwObjectListViewCombined.setObjectIterable(OwIterable<OwObject> iterable,
OwObject parentObject_p) |
void |
OwObjectListViewEXTJSGrid.setObjectIterable(OwIterable<OwObject> iterable,
OwObject parentObject_p) |
void |
OwObjectListViewRow.setObjectIterable(OwIterable<OwObject> iterable,
OwObject parentObject_p) |
void |
OwObjectListViewThumbnails.setObjectIterable(OwIterable<OwObject> iterable,
OwObject parentObject_p) |
void |
OwPageableListView.setObjectIterable(OwIterable<OwObject> iterable,
OwObject parentObject_p) |
Constructor and Description |
---|
OwObjectListViewPluginCache.OwPluginStatusCachingUtility(OwIterable<OwObject> page,
OwObject parent,
Collection<OwObjectListView.OwPluginEntry> pluginEntries,
boolean displayEmptyPluginColumn_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
OwIterable<O> |
OwRepository.doSearch(OwSearchNode searchClause,
OwLoadContext loadContext)
performs a search on the network and returns an iterable collection of results
corresponding to the given search clause in the given load context
|
OwIterable<OwFileObject> |
OwFileObject.getChildren(OwLoadContext filter) |
OwIterable<OwObject> |
OwStandardDecoratorObject.getChildren(OwLoadContext filter) |
OwIterable<OwObject> |
OwStandardVirtualFolderObjectFactory.getChildren(OwLoadContext loadContext) |
OwIterable<? extends OwObject> |
OwSemiVirtualFolderAdapter.getChildren(OwSemiVirtualFolder semiVirtualFolder_p,
OwLoadContext loadContext)
Same behavior as
OwSemiVirtualFolderAdapter.getChildren(OwSemiVirtualFolder, int[], Collection, OwSort, int, int, OwSearchNode) but returning a pageable OwIterable . |
OwIterable<OwObject> |
OwStandardSemiVirtualFolderAdapter.getChildren(OwSemiVirtualFolder semiVirtualFolder_p,
OwLoadContext loadContext) |
OwIterable<OwObject> |
OwSemiVirtualFolder.getPhysicalChildren(OwLoadContext loadContext)
Same as
OwSemiVirtualFolder.getPhysicalChildren(int[], Collection, OwSort, int, int, OwSearchNode) but with a different signature. |
Modifier and Type | Method and Description |
---|---|
OwIterable<OwHistoryEntry> |
OwStandardHistoryManager.doSearch(OwSearchNode searchClause,
OwLoadContext loadContext) |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.