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

E13403-04

oracle.jdeveloper.audit.model
Class CompositeDependency

java.lang.Object
  extended by oracle.jdeveloper.audit.model.Dependency
      extended by oracle.jdeveloper.audit.model.CompositeDependency
All Implemented Interfaces:
DependencyListener

public class CompositeDependency
extends Dependency
implements DependencyListener


Constructor Summary
CompositeDependency()
           
 
Method Summary
 void addDependency(Dependency dependency)
           
protected  void attach()
          Attach this dependency to its target.
 void clear()
           
 void dependencyChanged(Dependency dependency, boolean possibleSequence)
           
 java.lang.Object dependencyDescription()
           
protected  void detach()
          Detach this dependency from its target.
protected  java.lang.String getLongDescription()
          Gets a translated long description of the target of this dependency.
protected  java.lang.String getShortDescription()
          Gets a translated short description of the target of this dependency.
 java.lang.String toString()
           
 
Methods inherited from class oracle.jdeveloper.audit.model.Dependency
addChangeListener, fireDependencyChanged, getChangeListener, hasChanged, isAttached, listenerDescription, removeChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompositeDependency

public CompositeDependency()
Method Detail

addDependency

public void addDependency(Dependency dependency)

clear

public void clear()

dependencyChanged

public void dependencyChanged(Dependency dependency,
                              boolean possibleSequence)
Specified by:
dependencyChanged in interface DependencyListener

attach

protected void attach()
Description copied from class: Dependency
Attach this dependency to its target.

Specified by:
attach in class Dependency

detach

protected void detach()
Description copied from class: Dependency
Detach this dependency from its target.

Specified by:
detach in class Dependency

getShortDescription

protected java.lang.String getShortDescription()
Description copied from class: Dependency
Gets a translated short description of the target of this dependency. For example, for a dependency on a file, gets the file name, not including the directory paths.

Specified by:
getShortDescription in class Dependency

getLongDescription

protected java.lang.String getLongDescription()
Description copied from class: Dependency
Gets a translated long description of the target of this dependency. For example, for a dependency on a file, gets the full path, including the directory paths.

Specified by:
getLongDescription in class Dependency

toString

public java.lang.String toString()
Overrides:
toString in class Dependency

dependencyDescription

public java.lang.Object dependencyDescription()

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

E13403-04

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