Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Uses of Class
oracle.apps.cz.cio.DeltaValidator

Packages that use DeltaValidator
oracle.apps.cz.cio Provides classes used to create, save and restore configurations.  

 

Uses of DeltaValidator in oracle.apps.cz.cio

 

Subclasses of DeltaValidator in oracle.apps.cz.cio
 class AtpDeltaValidator
          Manages the Atp changes to runtime nodes due to user actions.
 class AvailabilityDeltaValidator
          Manages the changes to Availability of runtime nodes due to user actions.
 class ConnectionDeltaValidator
           
 class DeletionDeltaValidator
          Manages the Deletion changes to runtime nodes due to user actions.
 class DependentConnectorsDeltaValidator
           
 class DetailedSelectionStateDeltaValidator
          Manages the Detailed Selection State changes to runtime nodes due to user actions.
 class DisplayNameDeltaValidator
          Manages the Instance Name changes to runtime nodes due to user actions.
 class DisplayNamePathDeltaValidator
          Manages the DisplayNamePath changes to runtime nodes due to user actions.
 class EligibleTargetsDeltaValidator
           
 class GlobalEventCommandsDeltaValidator
          Manages the changes to the available global event commands
 class InstalledBaseDeltaValidator
          Manages the InstalledBase changes to runtime nodes due to user actions.
 class InstanceIndexDeltaValidator
          Manages the Instance Index changes to runtime nodes due to user actions.
 class InstanceNameDeltaValidator
          Manages the Instance Name changes to runtime nodes due to user actions.
 class InstantiationDeltaValidator
           
 class LineTypeDeltaValidator
          Manages the Line Type changes to runtime nodes due to user actions.
 class LoadStatusDeltaValidator
          Manages the Load Status changes to runtime nodes due to user actions.
 class LocationDeltaValidator
          Manages the Location changes to runtime nodes due to user actions.
 class PathNameDeltaValidator
          Manages the Path Name changes to runtime nodes due to user actions.
 class PriceDeltaValidator
          Manages the Price changes to runtime nodes due to user actions.
 class RequestsDeltaValidator
           
 class RollUpAtpDeltaValidator
          Manages the Price changes to runtime nodes due to user actions.
 class TextDeltaValidator
          Manages the Text values changes to runtime nodes due to user actions.
 class TotalPriceDeltaValidator
          Manages the Price changes to runtime nodes due to user actions.
 class UiExpressionDeltaValidator
          Manages the UI Expression changes to runtime nodes due to user actions.
 class UnsatisfiedRuleMessagesDeltaValidator
          Manages the changes to the Unsatisfied Rule Messages

 

Methods in oracle.apps.cz.cio that return DeltaValidator
 oracle.apps.cz.cio.DeltaValidator DeltaManager.getDeltaValidator(int type)
          If a default type is requested, then this method automatically creates and registers the delta validator as well.

 

Methods in oracle.apps.cz.cio with parameters of type DeltaValidator
 void DeltaManager.registerDeltaValidator(oracle.apps.cz.cio.DeltaValidator dv)
          Registers a DeltaValidator with this manager.
 boolean DeltaRegion.hasValidator(oracle.apps.cz.cio.DeltaValidator dv)
          To check whether the delta region has the specified delta validator registered or not
 void DeltaRegion.addValidator(oracle.apps.cz.cio.DeltaValidator dv)
          Add a new DeltaValidator to this region
 void DeltaRegion.deleteValidator(oracle.apps.cz.cio.DeltaValidator dv)
          Delete an existing DeltaValidator from this region

 


Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.