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 NodeRelationshipValidator

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.validator.util.BaseValidator
      extended by oracle.apps.fnd.applcore.trees.validator.treeVersion.TreeVersionBasicValidator
          extended by oracle.apps.fnd.applcore.trees.validator.treeVersion.NodeRelationshipValidator
All Implemented Interfaces:
TreeVersionValidator, Validator

public class NodeRelationshipValidator
extends TreeVersionBasicValidator

Validator for Node relationships imposed on tree version nodes.


Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.trees.validator.treeVersion.TreeVersionBasicValidator
ERROR_TOKEN_TYPE_ARRAY_STRING, ERROR_TOKEN_TYPE_AUDIT, ERROR_TOKEN_TYPE_AUDIT_MAX_DEPTH
 
Constructor Summary
NodeRelationshipValidator()
          Constructor for NodeRelationshipValidator.
 
Method Summary
 ValidationResult validate(TreeVersionAuditInfo auditInfo)
          Validates a tree version.
 
Methods inherited from class oracle.apps.fnd.applcore.trees.validator.treeVersion.TreeVersionBasicValidator
processedErrorDetail, validate
 
Methods inherited from class oracle.apps.fnd.applcore.trees.validator.util.BaseValidator
getCode, getDescription, getName, setCode, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.apps.fnd.applcore.trees.validator.Validator
getCode, getDescription, getName
 

Constructor Detail

NodeRelationshipValidator

public NodeRelationshipValidator()
Constructor for NodeRelationshipValidator.

Method Detail

validate

public ValidationResult validate(TreeVersionAuditInfo auditInfo)
Validates a tree version.

Specified by:
validate in interface TreeVersionValidator
Overrides:
validate in class TreeVersionBasicValidator
Parameters:
auditInfo - TreeVersionAuditInfo
Returns:
ValidationResult the 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.