Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide.model
Class OwnerMap

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by oracle.ide.model.OwnerMap


Deprecated.

@Deprecated
public final class OwnerMap
extends HashStructureAdapter

svassile: Starting 07/01/2008 the owner map is deprecated without replacement.


Field Summary

 

Fields inherited from class oracle.javatools.data.HashStructureAdapter
_hash

 

Method Summary
static boolean addToOwnerMap(Project project, Node node, Node ownerContainer)
          Deprecated. Adds the specified node to the project, making ownerContainer the owner of the node.
 Node getContainerOwner(java.net.URL url)
          Deprecated. Get the container that owns the node associated with the specfied url.
static OwnerMap getInstance(HashStructureNode project)
          Deprecated.  
static OwnerMap getInstance(Project project)
          Deprecated.  
 java.util.List getOwnedNodes(java.net.URL ownerContainerURL, URLPath srcRoots, java.lang.String dirRelPath)
          Deprecated. Utility method for ContentLevelFilter implementations that need to filter out all owned nodes within a particular relative directory.
 void removeElement(Element element)
          Deprecated.  
 void removeOwnedChildren(Folder owner)
          Deprecated. Removes the children of the project that are owned by the specified owner.

 

Methods inherited from class oracle.javatools.data.HashStructureAdapter
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getInstance

public static OwnerMap getInstance(HashStructureNode project)
Deprecated. 

getInstance

public static OwnerMap getInstance(Project project)
Deprecated. 

addToOwnerMap

public static boolean addToOwnerMap(Project project,
                                    Node node,
                                    Node ownerContainer)
Deprecated. 
Adds the specified node to the project, making ownerContainer the owner of the node.

getOwnedNodes

public java.util.List getOwnedNodes(java.net.URL ownerContainerURL,
                                    URLPath srcRoots,
                                    java.lang.String dirRelPath)
Deprecated. 
Utility method for ContentLevelFilter implementations that need to filter out all owned nodes within a particular relative directory.

getContainerOwner

public Node getContainerOwner(java.net.URL url)
Deprecated. 
Get the container that owns the node associated with the specfied url.

removeElement

public void removeElement(Element element)
Deprecated. 

removeOwnedChildren

public void removeOwnedChildren(Folder owner)
Deprecated. 
Removes the children of the project that are owned by the specified owner. The owner need not be a direct child of this project. The method recursively removes children owned by other containers that may be children of the given owner. This method also notifies observers of the project that children were removed.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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