Skip navigation links

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

E13403-10


Uses of Class
oracle.javatools.history.HistoryProperty

Packages that use HistoryProperty
oracle.javatools.history Provides a model and UI components for displaying the history of a resource. 
oracle.jdeveloper.history   
oracle.jdeveloper.vcs.generic   

 

Uses of HistoryProperty in oracle.javatools.history

 

Methods in oracle.javatools.history that return HistoryProperty
 HistoryProperty[] HistoryModel.getDefaultProperties()
          Get all default available properties for entries in this history.
 HistoryProperty[] HistoryComponent.getHiddenProperties()
           
 HistoryProperty[] HistoryModel.getProperties()
          Get all available properties for entries in this history.
 HistoryProperty HistoryComponent.getSortProperty()
          Get the property the history is currently sorted by.

 

Methods in oracle.javatools.history with parameters of type HistoryProperty
 java.lang.Object HistoryEntry.getValue(HistoryProperty property)
          Get the value of the specified property for this entry.
 java.lang.Object DefaultHistoryEntry.getValue(HistoryProperty property)
           
 void DefaultHistoryEntry.setValue(HistoryProperty property, java.lang.Object value)
           
 void HistoryComponent.sortTableByProperty(HistoryProperty property, boolean ascending)
          Sort the history component by the specified property.

 

Uses of HistoryProperty in oracle.jdeveloper.history

 

Subclasses of HistoryProperty in oracle.jdeveloper.history
 class DefaultHistoryProperty
           

 

Methods in oracle.jdeveloper.history that return HistoryProperty
static HistoryProperty SharedProperties.getDateProperty()
          A property representing the date of a history entry.
 HistoryProperty[] DefaultHistoryModel.getDefaultProperties()
           
static HistoryProperty SharedProperties.getDescriptionProperty()
          A property representing the description of a history entry.
abstract  HistoryProperty[] HistoryProvider.getProperties()
          Get the history properties available for entries supplied by this provider.
 HistoryProperty[] DefaultHistoryModel.getProperties()
           
static HistoryProperty SharedProperties.getRevisionProperty()
          A property representing the revision of a history entry.

 

Methods in oracle.jdeveloper.history with parameters of type HistoryProperty
protected  void DefaultHistoryModel.addProperties(HistoryProperty[] properties)
           
 void DefaultHistoryModel.setDefaultProperties(HistoryProperty[] defaultProperties)
           

 

Uses of HistoryProperty in oracle.jdeveloper.vcs.generic

 

Methods in oracle.jdeveloper.vcs.generic that return HistoryProperty
 HistoryProperty VCSProfile.getHistoryProperty(java.lang.String id)
          Gets the HistoryProperty declared in the profile with the specified id.

 


Skip navigation links

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

E13403-10


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