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

E13403-07

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 properties of a DataContainer (e.g., a Project).


Constructor Summary
StructureDependency(PropertyStorage container)
          Creates a dependency on all properties of a container.
StructureDependency(PropertyStorage container, java.lang.String scope)
          Creates a dependency on properties within a container.
 
Method Summary
protected  void attach()
          Attach this dependency to its target.
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.
 
Methods inherited from class oracle.jdeveloper.audit.model.Dependency
addChangeListener, fireDependencyChanged, 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(PropertyStorage container)
Creates a dependency on all properties of a container.

Parameters:
container - DataContainer on which to depend.

StructureDependency

public StructureDependency(PropertyStorage container,
                           java.lang.String scope)
Creates a dependency on properties within a container.

Parameters:
container - PropertyStorage on which to depend.
scope - the full name of a structure within the container.
Method Detail

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.6.0)

E13403-07

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