Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.trees.audit
Class TreeStructureAuditor

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.audit.TreeStructureAuditor

public final class TreeStructureAuditor
extends java.lang.Object

Registers and executes the validators specific to Tree Structure Audit.

Author:
Abhay K Kumar <abhay.k.kumar@oracle.com>

Method Summary
 java.util.Map<java.lang.String,ValidationResult> audit(java.lang.String treeStructureCode)
          Executes registered Tree Structure validators and processes results.
 ValidationResult audit(java.lang.String treeStructureCode, java.lang.String validatorCode)
          Executes a specific Tree Structure validator and processes results.
static TreeStructureAuditor getInstance()
          Gets the Tree Structure Auditor object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TreeStructureAuditor getInstance()
Gets the Tree Structure Auditor object.

Returns:
TreeStructureAuditor the TreeStructureAuditor instance

audit

public java.util.Map<java.lang.String,ValidationResult> audit(java.lang.String treeStructureCode)
Executes registered Tree Structure validators and processes results.

Parameters:
treeStructureCode - the Tree Structure code
Returns:
Map of validation results for each validator
See Also:
ValidationResult

audit

public ValidationResult audit(java.lang.String treeStructureCode,
                              java.lang.String validatorCode)
Executes a specific Tree Structure validator and processes results.

Parameters:
treeStructureCode - the Tree Structure code
validatorCode - the validator to run
Returns:
ValidationResult the validation result of the audit
See Also:
ValidationResult

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.