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

E13403-08

Uses of Class
oracle.jdeveloper.history.HistoryProvider

Packages that use HistoryProvider
oracle.jdeveloper.history   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
 

Uses of HistoryProvider in oracle.jdeveloper.history
 

Methods in oracle.jdeveloper.history with parameters of type HistoryProvider
 void HistoryManager.registerProvider(HistoryProvider provider)
          Register a provider with the manager.
 void HistoryManager.unregisterProvider(HistoryProvider provider)
          Unregister a provider from the manager.
 

Uses of HistoryProvider in oracle.jdeveloper.vcs.spi
 

Methods in oracle.jdeveloper.vcs.spi that return HistoryProvider
 HistoryProvider VCSHistoryProvider.getHistoryProvider()
           
 

Methods in oracle.jdeveloper.vcs.spi with parameters of type HistoryProvider
 void VCSHistoryProvider.setHistoryProvider(HistoryProvider historyProvider)
           
 

Constructors in oracle.jdeveloper.vcs.spi with parameters of type HistoryProvider
VCSHistoryProvider(HistoryProvider historyProvider)
           
VCSHistoryProvider(HistoryProvider historyProvider, IdeAction versionHistoryAction)
           
VCSHistoryProvider(HistoryProvider historyProvider, IdeAction versionHistoryAction, VCSUserFilterSubstitution substitution)
           
 


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

E13403-08

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