|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
DeployUtil.clearDependencies(oracle.jdeveloper.deploy.common.Interdependency interDep, java.lang.Class<T> clazz) |
|
static
|
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
|
DeployUtil.getDependablesList(oracle.jdeveloper.deploy.common.Interdependency interDep, java.lang.Class<T> type) |
|
static
|
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
|
DeployUtil.clearDependencies(oracle.jdeveloper.deploy.common.Interdependency interDep, java.lang.Class<T> clazz) |
|
static
|
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
|
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
|
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 |
AbstractHashDependableBase 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 |
DerivedLibraryEncapsulates the notion of a derived library as it is used within JDeveloper. |
| Classes in oracle.jdeveloper.library that implement Dependable | |
|---|---|
class |
AbstractDerivedLibraryAbstractDerivedLibrary class. |
class |
ProjectLibraryProjectLibrary 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.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||