Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.addin
Class SDWrapperNode

java.lang.Object
  extended by oracle.ide.model.Node
      extended by oracle.apps.fnd.applseed.addin.SDWrapperNode
All Implemented Interfaces:
Displayable, Element, LazyLoadable, Locatable, Subject, Dirtyable

public class SDWrapperNode
extends Node

Wrapper class around node.


Field Summary
 
Fields inherited from class oracle.ide.model.Node
LOG_READONLY
 
Constructor Summary
SDWrapperNode(Node n)
          Node based constructor.
 
Method Summary
 java.util.Iterator getChildren()
           
 java.io.InputStream getInputStream()
           
 java.lang.String getLongLabel()
           
 java.lang.String getShortLabel()
           
 java.net.URL getURL()
          Method gets node url.
 Node getWrappedNode()
          Method returns node.
 void setWrappedNode(Node n)
          Method sets node.
 
Methods inherited from class oracle.ide.model.Node
addNodeListener, addNodeListenerForType, addNodeListenerForTypeHierarchy, attach, beginThreadNodeUsageCycle, callUnderReadLock, callUnderWriteLock, close, closeImpl, createSubject, delete, deleteImpl, detach, endThreadNodeUsage, endThreadNodeUsageCycle, ensureOpen, equalsImpl, getAttributes, getData, getIcon, getSubject, getTimestamp, getTimestampLoadedUnsafe, getToolTipText, getTransientProperties, getUnmodifiedTimestamp, isDirty, isLoaded, isMigrating, isNew, isOpen, isReadLocked, isReadOnly, isReadOrWriteLocked, isTrackedInNodeCache, isWriteLocked, lockCount, markDirty, markDirtyImpl, mayHaveChildren, nodeLock, notifyObservers, open, openImpl, readLock, readLockCount, readUnlock, refreshTimestamp, removeNodeListener, removeNodeListenerForType, removeNodeListenerForTypeHierarchy, rename, renameImpl, reportOpenException, revert, revertImpl, runUnderReadLock, runUnderWriteLock, save, saveImpl, setEventLog, setMigrating, setOpen, setReadOnly, setTimestampDirectly, setURL, toString, tryRunUnderReadLock, unsetMigrating, upgradeLock, upgradeUnlock, urlReadOnlyChanged, writeLock, writeLockCount, writeUnlock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SDWrapperNode

public SDWrapperNode(Node n)
Node based constructor.

Parameters:
n - node to be wrapped
Method Detail

getWrappedNode

public Node getWrappedNode()
Method returns node.

Returns:
returns node.

setWrappedNode

public void setWrappedNode(Node n)
Method sets node.

Parameters:
n - node to be set

getURL

public java.net.URL getURL()
Method gets node url.

Specified by:
getURL in interface Locatable
Overrides:
getURL in class Node
Returns:
url of node

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Overrides:
getInputStream in class Node
Returns:
inputstream
Throws:
java.io.IOException - if node stream not accessible.

getChildren

public java.util.Iterator getChildren()
Specified by:
getChildren in interface Element
Overrides:
getChildren in class Node
Returns:
children of node

getLongLabel

public java.lang.String getLongLabel()
Specified by:
getLongLabel in interface Displayable
Overrides:
getLongLabel in class Node
Returns:
long label

getShortLabel

public java.lang.String getShortLabel()
Specified by:
getShortLabel in interface Displayable
Overrides:
getShortLabel in class Node
Returns:
short label

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.