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

E13403-03

Uses of Interface
oracle.ide.model.Dependable

Packages that use Dependable
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.jdeveloper.deploy   
oracle.jdeveloper.deploy.dt   
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
 

Uses of Dependable in oracle.ide.model
 

Methods in oracle.ide.model that return Dependable
 Dependable DependableRecognizer.create(Element source, Folder owner)
          Creates a Dependable that encapsulates the source object.
 Dependable DependableFactory.find(Element source)
          Finds Dependable that encapsulates the source object.
 Dependable DependableFactory.find(Element source, Folder owner)
          Finds Dependable that encapsulates the source object contained by the specified owner.
 Dependable[] DependableFactory.findAll(Element source)
          Returns all Dependables associated with the given source.
 Dependable DependableFactory.findOrCreate(Element source, Folder owner)
          Finds or creates a Dependable that encapsulates the source object.
 

Methods in oracle.ide.model with parameters of type Dependable
 void DependencyConfiguration.addDependency(Dependable dependable)
          Adds a dependency to the project.
 void DependableFactory.cache(Dependable dependable)
          Caches the specified Dependable.
 void DependencyConfiguration.removeDependency(Dependable dependable)
          Removes the specified element from the dependencies list.
 void DependableFactory.uncache(Dependable dependable)
          Uncaches the specified Dependable.
 

Uses of Dependable in oracle.jdeveloper.deploy
 

Methods in oracle.jdeveloper.deploy with type parameters of type Dependable
static
<T extends Dependable>
T[]
DeployUtil.clearDependencies(oracle.jdeveloper.deploy.common.Interdependency interDep, java.lang.Class<T> clazz)
           
static
<T extends Dependable>
T[]
DeployUtil.getDependables(oracle.jdeveloper.deploy.common.Interdependency interDep, java.lang.Class<T> type)
          Returns an unordered array of all dependencies of InterDep that implement or subclass a particular type.
static
<T extends Dependable>
java.util.List<T>
DeployUtil.getDependablesList(oracle.jdeveloper.deploy.common.Interdependency interDep, java.lang.Class<T> type)
           
static
<T extends Dependable>
T[]
DeployUtil.setDependencies(oracle.jdeveloper.deploy.common.Interdependency interDep, T[] dependables, java.lang.Class<T> clazz)
          Sets only the sub-set of Dependables that match a particular type.
 

Methods in oracle.jdeveloper.deploy that return Dependable
static Dependable[] DeployUtil.clearAllDependencies(oracle.jdeveloper.deploy.common.Interdependency interDep)
           
static
<T extends Dependable>
T[]
DeployUtil.clearDependencies(oracle.jdeveloper.deploy.common.Interdependency interDep, java.lang.Class<T> clazz)
           
static
<T extends Dependable>
T[]
DeployUtil.getDependables(oracle.jdeveloper.deploy.common.Interdependency interDep, java.lang.Class<T> type)
          Returns an unordered array of all dependencies of InterDep that implement or subclass a particular type.
static
<T extends Dependable>
T[]
DeployUtil.setDependencies(oracle.jdeveloper.deploy.common.Interdependency interDep, T[] dependables, java.lang.Class<T> clazz)
          Sets only the sub-set of Dependables that match a particular type.
 

Methods in oracle.jdeveloper.deploy with parameters of type Dependable
static boolean DeployUtil.isDependableExist(Dependable dependable)
          Does a Dependant object still exist.
static void DeployUtil.setDependencies(oracle.jdeveloper.deploy.common.Interdependency interDep, Dependable[] dependables)
          Utility method to set all the dependencies on an Interdependency.
static
<T extends Dependable>
T[]
DeployUtil.setDependencies(oracle.jdeveloper.deploy.common.Interdependency interDep, T[] dependables, java.lang.Class<T> clazz)
          Sets only the sub-set of Dependables that match a particular type.
 

Uses of Dependable in oracle.jdeveloper.deploy.dt
 

Classes in oracle.jdeveloper.deploy.dt that implement Dependable
 class AbstractHashDependable
          Base class for creating Dependable(s).
 

Methods in oracle.jdeveloper.deploy.dt that return Dependable
static Dependable AbstractHashDependable.createDependable(HashStructure hash)
          Creates a typed Dependable based on a HashStructure.
 Dependable Profile.removeDependency(Dependable dependable)
           
 Dependable Profile.removeDependency(Profile profile)
          Remove a dependency to a Profile.
 

Methods in oracle.jdeveloper.deploy.dt that return types with arguments of type Dependable
 java.util.Iterator<Dependable> Profile.getDependencies()
           
 

Methods in oracle.jdeveloper.deploy.dt with parameters of type Dependable
 void Profile.addDependency(Dependable dependable)
           
 Dependable Profile.removeDependency(Dependable dependable)
           
 

Uses of Dependable in oracle.jdeveloper.library
 

Subinterfaces of Dependable in oracle.jdeveloper.library
 interface DerivedLibrary
          Encapsulates the notion of a derived library as it is used within JDeveloper.
 

Classes in oracle.jdeveloper.library that implement Dependable
 class AbstractDerivedLibrary
          AbstractDerivedLibrary class.
 class ProjectLibrary
          ProjectLibrary class.
 

Methods in oracle.jdeveloper.library that return Dependable
 Dependable JLibraryManager.create(Element source, Folder sourceOwner)
           
 

Uses of Dependable in oracle.jdeveloper.model
 

Methods in oracle.jdeveloper.model that return Dependable
static Dependable ProjectDependencyFactory.find(Element source)
          Finds Dependable that encapsulates the source object.
static Dependable ProjectDependencyFactory.find(Element source, Folder owner)
          Finds Dependable that encapsulates the source object contained by the specified owner.
static Dependable[] ProjectDependencyFactory.findAll(Element source)
          Returns all Dependables associated with the given source.
static Dependable ProjectDependencyFactory.findOrCreate(Element source, Folder owner)
          Finds or creates a Dependable that encapsulates the source object.
 

Methods in oracle.jdeveloper.model with parameters of type Dependable
static void ProjectDependencyFactory.cache(Dependable dependable)
          Caches the specified Dependable.
static void ProjectDependencyFactory.uncache(Dependable dependable)
          Uncaches the specified Dependable.
 


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

E13403-03

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