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

E17493-02

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

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

E17493-02

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