Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdeveloper.history
Class BaseHistoryEntry

java.lang.Object
  extended by oracle.javatools.history.DefaultHistoryEntry
      extended by oracle.jdeveloper.history.BaseHistoryEntry

All Implemented Interfaces:
HistoryEntry
Direct Known Subclasses:
VCSHistoryEntry

public abstract class BaseHistoryEntry
extends DefaultHistoryEntry
Since:
11.1.1.2.0 (Shepherd)

Constructor Summary
BaseHistoryEntry()
           

 

Method Summary
 boolean canRestore(Context context)
           
 void restore(Context context)
           

 

Methods inherited from class oracle.javatools.history.DefaultHistoryEntry
getValue, setValue

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.javatools.history.HistoryEntry
getCompareContributor

 

Constructor Detail

BaseHistoryEntry

public BaseHistoryEntry()

Method Detail

canRestore

public boolean canRestore(Context context)

restore

public void restore(Context context)
             throws java.lang.Exception
Throws:
java.lang.Exception

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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