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

E13403-05

oracle.jdeveloper.history
Class HistoryEntrySelector

java.lang.Object
  extended by oracle.jdeveloper.history.HistoryEntrySelector

public class HistoryEntrySelector
extends java.lang.Object

Class to assist the contextual opening of a HistoryViewer by the nomination of a HistoryEntry from the model.

Since:
10.1.3.0.3

Field Summary
static HistoryEntrySelector CURRENT_REVISION
           
static HistoryEntrySelector LATEST_REVISION
           
static HistoryEntrySelector PREVIOUS_REVISION
           
 
Constructor Summary
HistoryEntrySelector()
          Constructs the history entry selector.
HistoryEntrySelector(java.lang.String revision)
          Constructs the history entry selector for the given revision number.
 
Method Summary
 HistoryEntry select(HistoryModel historyModel)
          Selects a contextual entry from the history model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CURRENT_REVISION

public static final HistoryEntrySelector CURRENT_REVISION

PREVIOUS_REVISION

public static final HistoryEntrySelector PREVIOUS_REVISION

LATEST_REVISION

public static final HistoryEntrySelector LATEST_REVISION
Constructor Detail

HistoryEntrySelector

public HistoryEntrySelector()
Constructs the history entry selector.


HistoryEntrySelector

public HistoryEntrySelector(java.lang.String revision)
Constructs the history entry selector for the given revision number.

Parameters:
revision - the revision number of the entry to select.
Method Detail

select

public HistoryEntry select(HistoryModel historyModel)
Selects a contextual entry from the history model.

Parameters:
historyModel - the history model.
Returns:
the selected contextual entry.

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

E13403-05

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