Skip navigation links

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

E17493-04


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.

Skip navigation links

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

E17493-04


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