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

E22562-07

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.

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 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.