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

E22562-02

oracle.apps.fnd.applcore.trees.validator
Interface TreeStructureValidator

All Superinterfaces:
Validator
All Known Implementing Classes:
AllowNodeLevelSecurityValidator, AvailableDataSourcesValidator, AvailableLabelDataSourcesValidator, ColFlattenedTableValidator, RestrictByDateValidator, RestrictBySetIdValidator, RowFlattenedTableValidator, TreeNodeTableValidator

public interface TreeStructureValidator
extends Validator

Validator interface for tree structure validation.

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

Method Summary
 ValidationResult validate(java.lang.String treeStructureCode)
          Validate a tree structure.
 
Methods inherited from interface oracle.apps.fnd.applcore.trees.validator.Validator
getCode, getDescription, getName
 

Method Detail

validate

ValidationResult validate(java.lang.String treeStructureCode)
Validate a tree structure.

Parameters:
treeStructureCode - the tree structure code
Returns:
ValidationResult te result of the validation
See Also:
ValidationResult

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.