Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.ide.history.LocalState

Packages that use LocalState
oracle.ide.history Contains API classes for the local history feature. 

 

Uses of LocalState in oracle.ide.history

 

Methods in oracle.ide.history that return LocalState
abstract  LocalState HistoryManager.getLastState(java.lang.Object objId)
          Get the last local state for the object identified by the given ID.
abstract  LocalState[] HistoryManager.getLocalHistory(java.lang.Object objId)
          Get all local history for the object identified by the given ID.
abstract  LocalState[] HistoryManager.getLocalHistory(java.net.URL url)
          Get all local history for the object located at the given URL.
static LocalState HistoryContext.getLocalState(Context context)
          Returns the LocalState stored in the specified Context, if any.

 

Methods in oracle.ide.history with parameters of type LocalState
abstract  void HistoryManager.restore(LocalState[] states, Context context)
          Restore the given states.
static void HistoryContext.setLocalState(Context context, LocalState localState)
          Stored the specified LocalState in the specified Context.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.