|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncFetch | |
|---|---|
| oracle.adf.view.rich.model | |
| Uses of AsyncFetch in oracle.adf.view.rich.model |
|---|
| Subinterfaces of AsyncFetch in oracle.adf.view.rich.model | |
|---|---|
interface |
GroupingAsyncFetchInterface that extends AsyncFetch, to be implemented by the data models that support asynchronized data fetch that potentially need to be grouped. |
| Methods in oracle.adf.view.rich.model with parameters of type AsyncFetch | |
|---|---|
Object |
AsyncFetcher.fetch(AsyncFetch model, Object fetchConstraint)Deprecated. Replaced by AsyncFetcher.fetch(AsyncFetch, Object, Object) |
abstract Object |
AsyncFetcher.fetch(AsyncFetch model, Object fetchConstraint, Object fetchContext)Tells the model to fetch the data specified by the fetchConstraint. |
Object |
AsyncFetcher.getFetchContext(AsyncFetch model, Object fetchConstraint)The context object returned by this method will be passed to the fetch() method This method is always called on a request thread |
abstract boolean |
AsyncFetcher.isFetched(AsyncFetch model, Object fetchConstraint)Returns true if the fetchConstraint is of a type supported by the model and all of the data specified by the fetchConstraint is either in memory or unavailable for fetching. |
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.