Skip navigation links

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

E17493-03


oracle.javatools.history
Interface HistoryEntry

All Known Implementing Classes:
BaseHistoryEntry, DefaultHistoryEntry, VCSHistoryEntry, VCSHistoryEntry

public interface HistoryEntry

A single entry in a HistoryModel. The only method defined on this interface is used to get the value of a property for this entry.

Since:
10.0.3

Method Summary
 CompareContributor getCompareContributor()
          Get the compare contributor for this entry in the history.
 java.lang.Object getValue(HistoryProperty property)
          Get the value of the specified property for this entry.

 

Method Detail

getCompareContributor

CompareContributor getCompareContributor()
                                         throws java.lang.Exception
Get the compare contributor for this entry in the history. This is used by the history viewer to display a diff of this entry with another entry.
Returns:
a compare contributor for this history entry.
Throws:
java.lang.Exception

getValue

java.lang.Object getValue(HistoryProperty property)
Get the value of the specified property for this entry.
Parameters:
property - the property to get
Returns:
the value of the specified property.

Skip navigation links

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

E17493-03


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