Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Class
oracle.javatools.data.ChangeInfo

Packages that use ChangeInfo
oracle.javatools.data   
 

Uses of ChangeInfo in oracle.javatools.data
 

Methods in oracle.javatools.data that return ChangeInfo
 ChangeInfo[] StructureChangeEvent.getChangeDetails()
          Returns the change details for this event.
 ChangeInfo[] ChangeBuffer.getChanges()
           
protected static ChangeInfo[] StructureChangeEvent.toChangeDetails(ChangeInfo changeDetail)
          Convenience method for converting the specified ChangeInfo into a non-null array of ChangeInfo.
 

Methods in oracle.javatools.data with parameters of type ChangeInfo
 void HashStructure.applyChange(ChangeInfo change)
          Applies the change described by the specified ChangeInfo to this HashStructure.
 void HashStructure.applyChanges(ChangeInfo[] changes)
          Applies the changes described by the specified ChangeInfo array to this HashStructure.
protected static ChangeInfo[] StructureChangeEvent.toChangeDetails(ChangeInfo changeDetail)
          Convenience method for converting the specified ChangeInfo into a non-null array of ChangeInfo.
 

Constructors in oracle.javatools.data with parameters of type ChangeInfo
StructureChangeEvent(java.lang.Object source, ChangeInfo changeDetail)
          Creates a new StructureChangeEvent for the specified source and single change detail.
StructureChangeEvent(java.lang.Object source, ChangeInfo[] changeDetails)
          Creates a new StructureChangeEvent for the specified source and a collection of change details.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.