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 SharedProperties

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

public final class SharedProperties
extends java.lang.Object

Provides access to HistoryProperty instances that are shared amongst several HistoryProviders.

Since:
10.0.3

Method Summary
static HistoryProperty getDateProperty()
          A property representing the date of a history entry.
static HistoryProperty getDescriptionProperty()
          A property representing the description of a history entry.
static HistoryProperty getRevisionProperty()
          A property representing the revision of a history entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDateProperty

public static HistoryProperty getDateProperty()
A property representing the date of a history entry. The value of this property is a Date object.


getRevisionProperty

public static HistoryProperty getRevisionProperty()
A property representing the revision of a history entry. The value of this property is an instance of RevisionIdentifier.


getDescriptionProperty

public static HistoryProperty getDescriptionProperty()
A property representing the description of a history entry. The value of this property is an instance of String.


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.