Skip navigation links

Oracle® Database XML Java API Reference
11g Release 1 (11.1)

B28391-01


oracle.xdb.event
Class XDBLink

java.lang.Object
  extended by oracle.xdb.event.XDBLink


public class XDBLink
extends java.lang.Object

This class stores information about the link of a resource.

Since:
11.1.0.0.0

Field Summary
protected  long m_linkcstate
           

 

Method Summary
 byte[] getChildOID()
          Returns the OID of the resource that this link is pointing to.
 java.lang.String getLinkName()
          Returns the name of this link.
 java.lang.String getParentName()
          Returns the name of the parent of this link.
 byte[] getParentOID()
          Returns the OID of the parent of this link.

 

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

 

Field Detail

m_linkcstate

protected long m_linkcstate

Method Detail

getParentName

public java.lang.String getParentName()
Returns the name of the parent of this link.
Returns:
The name of the parent folder.

getParentOID

public byte[] getParentOID()
Returns the OID of the parent of this link.
Returns:
The OID of the parent folder

getChildOID

public byte[] getChildOID()
Returns the OID of the resource that this link is pointing to.
Returns:
The OID of the resource

getLinkName

public java.lang.String getLinkName()
Returns the name of this link.
Returns:
The name of the link

Skip navigation links

Oracle® Database XML Java API Reference
11g Release 1 (11.1)

B28391-01


Copyright © 2003, 2007, Oracle. All rights reserved.