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

E22562-01

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

All Superinterfaces:
Validator
All Known Implementing Classes:
AvailableNodeValidator, DataSourceMaxDepthValidator, DateRestrictedNodeValidator, DuplicateNodeValidator, EffectiveDateValidator, LabelEnabledNodeValidator, MultipleActiveVersionValidator, NodeRelationshipValidator, OnlineTreeVersionValidator, RangeBasedNodeValidator, RootNodeValidator, SetIdRestrictedNodeValidator, TerminalNodeValidator, UsageLimitValidator

public interface TreeVersionValidator
extends Validator

Validator to be used for Tree Version specific validation.

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

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

Method Detail

validate

ValidationResult validate(java.lang.String treeStructureCode,
                          java.lang.String treeCode,
                          java.lang.String treeVersionId)
Validates a tree version.

Parameters:
treeStructureCode - the tree structure code
treeCode - the tree code
treeVersionId - the tree version ID
Returns:
ValidationResult the result of the validation
See Also:
ValidationResult

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.