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

E13403-05

oracle.jdeveloper.audit.model
Class StructureDependency

java.lang.Object
  extended by oracle.jdeveloper.audit.model.Dependency
      extended by oracle.jdeveloper.audit.model.StructureDependency

public class StructureDependency
extends Dependency

A dependency from a source to a DataContainer (e.g., a Project).


Constructor Summary
StructureDependency(DataContainer container)
          Creates a dependency on a hash structure container.
 
Method Summary
protected  void attach()
          Attach this dependency to its target.
protected  void detach()
          Detach this dependency from its target.
 DataContainer getContainer()
          Gets the data container target of this dependency.
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.
 
Methods inherited from class oracle.jdeveloper.audit.model.Dependency
addChangeListener, fireDependencyChanged, getChangeListener, hasChanged, isAttached, listenerDescription, removeChangeListener, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StructureDependency

public StructureDependency(DataContainer container)
Creates a dependency on a hash structure container.

Method Detail

getContainer

public DataContainer getContainer()
Gets the data container target of this dependency.


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

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

E13403-05

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