Skip navigation links

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

E17493-04


Uses of Interface
oracle.jdeveloper.vcs.vop.MutableVersionOperationModel

Packages that use MutableVersionOperationModel
oracle.jdeveloper.vcs.changelist   
oracle.jdeveloper.vcs.changeset   
oracle.jdeveloper.vcs.util Contains assorted stateless utilities for version control system integraton. 

 

Uses of MutableVersionOperationModel in oracle.jdeveloper.vcs.changelist

 

Methods in oracle.jdeveloper.vcs.changelist that return MutableVersionOperationModel
protected  MutableVersionOperationModel ChangeList.createModel()
          Create the model used by the ChangeList
protected  MutableVersionOperationModel ChangeList.getModel()
          Get the version operation model in use by the changelist.

 

Methods in oracle.jdeveloper.vcs.changelist with parameters of type MutableVersionOperationModel
protected  void ChangeList.installModel(MutableVersionOperationModel model)
           

 

Uses of MutableVersionOperationModel in oracle.jdeveloper.vcs.changeset

 

Methods in oracle.jdeveloper.vcs.changeset with parameters of type MutableVersionOperationModel
protected  void ChangeSetChangeList.installModel(MutableVersionOperationModel model)
           

 

Uses of MutableVersionOperationModel in oracle.jdeveloper.vcs.util

 

Methods in oracle.jdeveloper.vcs.util that return MutableVersionOperationModel
static MutableVersionOperationModel VCSComponents.createFileListerModel(java.util.Collection<?> nodes, DisplayProperty[] extraProperties)
          Creates a model for the version operation panel with the default properties and some additional properties.
static MutableVersionOperationModel VCSComponents.createFileListerModel(java.util.Collection<?> nodes, DisplayProperty locationProperty, DisplayProperty[] extraProperties)
          Creates a model for the version operation panel with the default properties and some additional properties.

 


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.