Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.trees.validator.treeVersion
Class AuditNode

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.validator.treeVersion.AuditNode

public class AuditNode
extends java.lang.Object

Representation of a Audited node storing the validation specific details.

Abhay K Kumar <abhay.k.kumar&064;oracle.com>

Constructor Summary
AuditNode(oracle.jbo.Row treeNodeRow)
          Constructor for Audit Node bean
AuditNode(oracle.jbo.Row treeNodeRow, int nodeDepth, int maxDepth)
          Constructor for Audit Node bean for max depth specific case.
 
Method Summary
 int getMaxDepth()
          Gets the max depth allowed for underlying data source.
 int getNodeDepth()
          Gets depth of the node.
 java.lang.String getPkEndValues()
          Gets primary key end values for range node cases.
 java.lang.String getPkStartValues()
          Gets concatenated Primary key values.
 java.lang.String getTreeNodeId()
          Gets the tree node Id.
 boolean isRange()
          Checks whether it is a range node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditNode

public AuditNode(oracle.jbo.Row treeNodeRow,
                 int nodeDepth,
                 int maxDepth)
Constructor for Audit Node bean for max depth specific case.

Parameters:
treeNodeRow - as Row
nodeDepth - current node depth
maxDepth - max depth for the data source

AuditNode

public AuditNode(oracle.jbo.Row treeNodeRow)
Constructor for Audit Node bean

Parameters:
treeNodeRow - as Row
Method Detail

getTreeNodeId

public java.lang.String getTreeNodeId()
Gets the tree node Id.

Returns:
String as node id

getPkStartValues

public java.lang.String getPkStartValues()
Gets concatenated Primary key values.

Returns:
String as concatenated primary key.

getPkEndValues

public java.lang.String getPkEndValues()
Gets primary key end values for range node cases.

Returns:
concatenated value for primary keys end value.

isRange

public boolean isRange()
Checks whether it is a range node.

Returns:
true for range node

getNodeDepth

public int getNodeDepth()
Gets depth of the node.

Returns:
node depth.

getMaxDepth

public int getMaxDepth()
Gets the max depth allowed for underlying data source.


Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.