Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17488-01


Uses of Interface
oracle.adf.view.rich.model.AsyncFetch

Packages that use AsyncFetch
oracle.adf.view.rich.model   

 

Uses of AsyncFetch in oracle.adf.view.rich.model

 

Methods in oracle.adf.view.rich.model with parameters of type AsyncFetch
 java.lang.Object AsyncFetcher.fetch(AsyncFetch model, java.lang.Object fetchConstraint)
          Deprecated. Replaced by AsyncFetcher.fetch(AsyncFetch, Object, Object)
abstract  java.lang.Object AsyncFetcher.fetch(AsyncFetch model, java.lang.Object fetchConstraint, java.lang.Object fetchContext)
          Tells the model to fetch the data specified by the fetchConstraint.
 java.lang.Object AsyncFetcher.getFetchContext(AsyncFetch model, java.lang.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, java.lang.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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17488-01


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.