Package | Description |
---|---|
com.wewebu.ow.server.collections | |
com.wewebu.ow.server.ecm | |
com.wewebu.ow.server.history |
Modifier and Type | Method and Description |
---|---|
OwIterable<T> |
OwPageableObject.getChildren(OwLoadContext loadContext) |
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.