ContentView
instances in conjunction with
PageProvider
instead.@Deprecated public interface ResultsProvidersCache
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Deprecated.
Declaration for [Seam]Destroy method.
|
PagedDocumentsProvider |
get(String name)
Deprecated.
Get a named results provider.
|
PagedDocumentsProvider |
get(String name,
SortInfo sortInfo)
Deprecated.
Gets a named results provider.
|
int |
getNumberOfPages()
Deprecated.
|
int |
getPageIndex()
Deprecated.
|
void |
init()
Deprecated.
Declaration for [Seam]Create method.
|
void |
invalidate(String name)
Deprecated.
Invalidates a results provider.
|
PagedDocumentsProvider get(String name) throws ClientException
This handles caching and first instantiation.
PagedDocumentsProvider get(String name, SortInfo sortInfo) throws ClientException, SortNotSupportedException
This handles caching and first instantiation.
void invalidate(String name)
A new provider will be computed next time get() is called.
void init()
void destroy()
int getNumberOfPages()
int getPageIndex()
Copyright © 2011 Nuxeo SA. All Rights Reserved.